Open
Conversation
Map `alchemy -v` to the CLI version instead of verbose mode, and ensure commander parse failures exit with the documented INVALID_ARGS code. Made-with: Cursor
Cache npm version checks and surface upgrade guidance in onboarding and the REPL so users see updates when they open the CLI instead of after exit. Made-with: Cursor
Describe the patch release for surfacing upgrade guidance during onboarding and interactive startup. Made-with: Cursor
Expose cached CLI update status through an explicit command so agents can detect available upgrades and get install guidance without relying on interactive startup messaging. Made-with: Cursor
Expand the patch release summary so it covers both interactive upgrade notices and the new explicit update-check command for agents and scripts. Made-with: Cursor
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.
Summary
alchemy update-checkcommand so agents and scripts can retrieve current and latest version info with install guidance-v/--versionexits cleanly and unknown root arguments returnINVALID_ARGS, and update docs plus agent guidance for the new startup flowsTest plan
pnpm vitest run tests/commands/onboarding.test.ts tests/lib/update-check.test.tspnpm vitest run tests/lib/update-check.test.ts tests/commands/update-check.test.ts tests/commands/agent-prompt.test.tspnpm buildpnpm lintpnpm vitest run --config vitest.e2e.config.ts tests/e2e/cli.e2e.test.ts -t "(returns update status JSON from the cached version check|agent-prompt returns full agent contract JSON)"Made with Cursor