Skip to content

v0.3.8

Choose a tag to compare

@github-actions github-actions released this 06 Jul 23:13
· 61 commits to main since this release

v0.3.8

Use your Claude Pro/Max subscription in JustCode. This release adds a Claude Code provider that runs the official Claude Agent SDK locally against your own claude login — no API key required — in both the CLI and the VS Code extension.

New

  • Connect Claude with your subscription: the new Claude Code provider signs in through your existing claude login and draws from your Pro/Max plan limits — no API key needed (CLI + VS Code).
  • Choose which Claude install and account on connect: the flow asks for the claude executable and the config directory (account), both auto-detected, so multiple logins like personal and work are selectable. Per-run overrides JUSTCODE_CLAUDE_PATH and JUSTCODE_CLAUDE_CONFIG_DIR also work.
  • /usage command: see your plan's usage and limits (5-hour and 7-day windows), reset times, and session cost — for the Claude Code provider (CLI + VS Code).

Improved

  • Claude Fable 5 now works on the Anthropic API-key provider, using adaptive thinking and effort levels (it previously errored on every request).
  • The Anthropic provider is now API-key only; subscription access moves to the dedicated Claude Code provider above.

Fixed

  • No more empty replies after compacting a Claude Code conversation — the first message post-compaction now answers normally.