Skip to content

release: v0.2.9 (auth mode + findClaudePath fallback + dep patches)#111

Merged
George-iam merged 1 commit intomainfrom
release/v0.2.9
Apr 17, 2026
Merged

release: v0.2.9 (auth mode + findClaudePath fallback + dep patches)#111
George-iam merged 1 commit intomainfrom
release/v0.2.9

Conversation

@George-iam
Copy link
Copy Markdown
Contributor

Summary

Patch release v0.2.9 with two features/fixes already merged on main:

Files bumped

  • package.json — 0.2.8 to 0.2.9
  • .claude-plugin/plugin.json — 0.2.8 to 0.2.9
  • templates/plugin-README.md — version badge
  • CHANGELOG.md — new [0.2.9] section

Verification

  • npm test511/511 pass
  • npm run build — clean
  • All 3 version files synchronized
  • Plugin repo confirmed correctly synced at v0.2.8 — v0.2.9 will sync the same way

After merge

git checkout main && git pull
git tag v0.2.9
git push origin v0.2.9

Workflow chain: build (4 platforms) -> GitHub Release -> npm publish -> plugin sync.

🤖 Generated with Claude Code

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 George-iam merged commit 1e4f516 into main Apr 17, 2026
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>
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.

1 participant