-
Notifications
You must be signed in to change notification settings - Fork 1
Attempt to fix the canary build #651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
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]>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Comment |
📦 Canary Packages Publishedversion: PackagesInstallAdd to your {
"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.tgzCLI Executables
Run Canary CLIagentuity canary 0.1.20-b79681b [command] [...args] |
No description provided.