release: v0.2.9 (auth mode + findClaudePath fallback + dep patches)#111
Merged
George-iam merged 1 commit intomainfrom Apr 17, 2026
Merged
release: v0.2.9 (auth mode + findClaudePath fallback + dep patches)#111George-iam merged 1 commit intomainfrom
George-iam merged 1 commit intomainfrom
Conversation
Patch release with auth-mode selection (PR #109) and findClaudePath fallback (PR #110, B-009) + dependabot patches. What's new since v0.2.8: - User-selectable auth mode: setup detects subscription + API key, prompts choice, persists in ~/.config/axme-code/auth.yaml. When subscription chosen, ANTHROPIC_API_KEY removed from subprocess env. New commands: axme-code auth, auth status, auth use <mode>. - findClaudePath resolver: 5-step lookup (env vars, which, standard paths, nvm glob) so users without global claude in PATH don't hit the fileURLToPath crash. - Dep patches: hono 4.12.14, protobufjs 7.5.5 (lockfile only). Files bumped: package.json, .claude-plugin/plugin.json, templates/plugin-README.md. CHANGELOG entry added. Verified: 511/511 tests pass, tsc clean, npm run build clean. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
George-iam
added a commit
that referenced
this pull request
Apr 17, 2026
Missed in release PR #111 — package.json bumped to 0.2.9 but lockfile stayed at 0.2.8. Fixed via npm install --package-lock-only. Co-Authored-By: Claude Opus 4.6 (1M context) <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.
Summary
Patch release v0.2.9 with two features/fixes already merged on main:
axme-code setupdetects subscription + API key, prompts choice, persists to~/.config/axme-code/auth.yaml. Fixes staleANTHROPIC_API_KEYoverriding subscription in subprocess env.findClaudePath()5-step resolver (B-009): env vars,which, standard paths, nvm glob. Fixes B-006 regression for users without globalclaudein PATH. Plus lockfile patches (hono 4.12.14, protobufjs 7.5.5).Files bumped
package.json— 0.2.8 to 0.2.9.claude-plugin/plugin.json— 0.2.8 to 0.2.9templates/plugin-README.md— version badgeCHANGELOG.md— new [0.2.9] sectionVerification
npm test— 511/511 passnpm run build— cleanAfter merge
git checkout main && git pull git tag v0.2.9 git push origin v0.2.9Workflow chain: build (4 platforms) -> GitHub Release -> npm publish -> plugin sync.
🤖 Generated with Claude Code