Skip to content

Remove custom cloud server URL setting#50

Merged
dbfx merged 1 commit intomainfrom
fix/remove-custom-server-url-setting
Mar 23, 2026
Merged

Remove custom cloud server URL setting#50
dbfx merged 1 commit intomainfrom
fix/remove-custom-server-url-setting

Conversation

@dbfx
Copy link
Contributor

@dbfx dbfx commented Mar 23, 2026

Summary

  • Removes the custom server URL input from the cloud settings UI — the server URL is now always determined by the build (cloud.usekudu.com in production, localhost:8000 in dev)
  • Removes serverUrl from the KuduSettings type, default configs, IPC validation (including the SSRF protection block that's no longer needed), --server-url daemon/CLI flags, install script, and all 30 locale files

Test plan

  • All 767 tests pass
  • TypeScript compiles with no new errors
  • Verify cloud linking still works without the server URL field in the UI
  • Verify daemon starts correctly without --server-url flag

🤖 Generated with Claude Code

The server URL is now always determined by the build (production uses
cloud.usekudu.com, dev uses localhost:8000). This removes the setting
from the UI, types, IPC validation, CLI flags, daemon flags, install
script, and all locale files.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 58980e4475

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@dbfx dbfx merged commit 9fbd92b into main Mar 23, 2026
8 checks passed
@dbfx dbfx deleted the fix/remove-custom-server-url-setting branch March 23, 2026 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant