v0.3.8
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
claudelogin 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
claudeexecutable and the config directory (account), both auto-detected, so multiple logins like personal and work are selectable. Per-run overridesJUSTCODE_CLAUDE_PATHandJUSTCODE_CLAUDE_CONFIG_DIRalso work. /usagecommand: 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.