Skip to content

Conversation

@potofpie
Copy link
Member

No description provided.

devin-ai-integration bot and others added 5 commits January 16, 2026 22:16
When custom domains are configured, the platform sets AGENTUITY_CLOUD_BASE_URL
with the correct custom domain URL. This change updates the auth package to
check this env var first, ensuring auth redirects use the correct HTTPS
custom domain URL instead of the default deployment URL.

Priority order is now:
1. Explicit baseURL option
2. AGENTUITY_CLOUD_BASE_URL (platform-injected for cloud deployments)
3. AGENTUITY_BASE_URL (legacy fallback)
4. BETTER_AUTH_URL (BetterAuth standard)

Co-Authored-By: [email protected] <[email protected]>
Update resolveBaseURL to treat empty or whitespace-only env vars as missing
by trimming each candidate and returning the first non-empty trimmed value.
This prevents empty strings from blocking fallback to subsequent env vars.

Co-Authored-By: [email protected] <[email protected]>
@coderabbitai
Copy link

coderabbitai bot commented Jan 19, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

github-actions bot commented Jan 19, 2026

📦 Canary Packages Published

version: 0.1.20-b79681b

Packages
Package Version URL
@agentuity/opencode 0.1.20-b79681b https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-opencode-0.1.20-b79681b.tgz
@agentuity/schema 0.1.20-b79681b https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-schema-0.1.20-b79681b.tgz
@agentuity/runtime 0.1.20-b79681b https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-runtime-0.1.20-b79681b.tgz
@agentuity/core 0.1.20-b79681b https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-core-0.1.20-b79681b.tgz
@agentuity/frontend 0.1.20-b79681b https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-frontend-0.1.20-b79681b.tgz
@agentuity/workbench 0.1.20-b79681b https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-workbench-0.1.20-b79681b.tgz
@agentuity/cli 0.1.20-b79681b https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-cli-0.1.20-b79681b.tgz
@agentuity/react 0.1.20-b79681b https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-react-0.1.20-b79681b.tgz
@agentuity/server 0.1.20-b79681b https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-server-0.1.20-b79681b.tgz
@agentuity/auth 0.1.20-b79681b https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-auth-0.1.20-b79681b.tgz
@agentuity/evals 0.1.20-b79681b https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-evals-0.1.20-b79681b.tgz
Install

Add to your package.json:

{
  "dependencies": {
    "@agentuity/opencode": "https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-opencode-0.1.20-b79681b.tgz",
    "@agentuity/schema": "https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-schema-0.1.20-b79681b.tgz",
    "@agentuity/runtime": "https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-runtime-0.1.20-b79681b.tgz",
    "@agentuity/core": "https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-core-0.1.20-b79681b.tgz",
    "@agentuity/frontend": "https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-frontend-0.1.20-b79681b.tgz",
    "@agentuity/workbench": "https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-workbench-0.1.20-b79681b.tgz",
    "@agentuity/cli": "https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-cli-0.1.20-b79681b.tgz",
    "@agentuity/react": "https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-react-0.1.20-b79681b.tgz",
    "@agentuity/server": "https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-server-0.1.20-b79681b.tgz",
    "@agentuity/auth": "https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-auth-0.1.20-b79681b.tgz",
    "@agentuity/evals": "https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-evals-0.1.20-b79681b.tgz"
  }
}

Or install directly:

bun add https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-opencode-0.1.20-b79681b.tgz
bun add https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-schema-0.1.20-b79681b.tgz
bun add https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-runtime-0.1.20-b79681b.tgz
bun add https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-core-0.1.20-b79681b.tgz
bun add https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-frontend-0.1.20-b79681b.tgz
bun add https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-workbench-0.1.20-b79681b.tgz
bun add https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-cli-0.1.20-b79681b.tgz
bun add https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-react-0.1.20-b79681b.tgz
bun add https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-server-0.1.20-b79681b.tgz
bun add https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-auth-0.1.20-b79681b.tgz
bun add https://agentuity-sdk-objects.t3.storage.dev/npm/0.1.20-b79681b/agentuity-evals-0.1.20-b79681b.tgz
CLI Executables
Platform Version URL
linux-arm64 0.1.20-b79681b https://agentuity-sdk-objects.t3.storage.dev/binary/0.1.20-b79681b/agentuity-linux-arm64.gz
linux-x64 0.1.20-b79681b https://agentuity-sdk-objects.t3.storage.dev/binary/0.1.20-b79681b/agentuity-linux-x64.gz
darwin-x64 0.1.20-b79681b https://agentuity-sdk-objects.t3.storage.dev/binary/0.1.20-b79681b/agentuity-darwin-x64.gz
darwin-arm64 0.1.20-b79681b https://agentuity-sdk-objects.t3.storage.dev/binary/0.1.20-b79681b/agentuity-darwin-arm64.gz
Run Canary CLI
agentuity canary 0.1.20-b79681b [command] [...args]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants