Session source manual is now web - #145
Merged
Merged
Conversation
The API renamed SessionSource `manual` → `web` (ellipsis SDK 0.27.0): the value only ever meant a session started from the web app. Move the CLI's hardcoded copies — the `--source` value list and its error text, the session bar's accepted sources and its default (`web`, `cli`, `mention`), the `session list` help, and the README — plus their tests. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The API renamed
SessionSourcemanual→web(ellipsis-dev/ellipsis, SDK 0.27.0): the value only ever meant a session started from the web app. This moves the CLI's hardcoded copies of the value:--sourceaccepted values and the "must be one of" error text (src/lib/args.ts)["web", "cli", "mention"](src/lib/config.ts)agent session listhelp text, README, and the tests that pin these.Sequencing: merge with or after the API change. Until the backend deploys, a
--source webfilter 422s; after it,--source manualdoes. Bumping the SDK pin to 0.27.0 follows the SDK publish as usual.Checks:
bun run typecheck,bun run test(438 passed).🤖 Generated with Claude Code