Skip to content

refactor(cli): remove deprecated --standalone flag#124

Open
DeviosLang wants to merge 1 commit into
1jehuang:masterfrom
DeviosLang:refactor/remove-standalone-flag
Open

refactor(cli): remove deprecated --standalone flag#124
DeviosLang wants to merge 1 commit into
1jehuang:masterfrom
DeviosLang:refactor/remove-standalone-flag

Conversation

@DeviosLang
Copy link
Copy Markdown

@DeviosLang DeviosLang commented May 4, 2026

--standalone was deprecated in favor of the default client/server mode, which now handles all use cases including self-dev. Remove the field, the #[allow(deprecated)] suppression, and the legacy fallback code path.

Also fix two stale test assertions that expected --standalone in the spawned command args; the implementation already passes --fresh-spawn.

Closes CODE_QUALITY_TODO suppression backlog: src/cli/dispatch.rs (deprecated)


View in Codesmith
Need help on this PR? Tag @codesmith with what you need.

  • Let Codesmith autofix CI failures and bot reviews

--standalone was deprecated in favor of the default client/server mode,
which now handles all use cases including self-dev. Remove the field,
the #[allow(deprecated)] suppression, and the legacy fallback code path.

Also fix two stale test assertions that expected `--standalone` in the
spawned command args; the implementation already passes `--fresh-spawn`.

Closes CODE_QUALITY_TODO suppression backlog: src/cli/dispatch.rs (deprecated)
@mkmcgrath
Copy link
Copy Markdown

I agree this should be approved

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