Skip to content

v0.8.7 — jam go: Interactive Agent Mode

Choose a tag to compare

@sunilp sunilp released this 17 Mar 18:42
· 110 commits to main since this release

New Features

  • jam go — Claude Code-like interactive agent session
    • Full write tools: write_file, apply_patch, run_command, git operations
    • Reads your codebase, plans changes, writes code, runs tests
    • Permission enforcement via toolPolicy config
    • Streaming output with tool execution indicators
    • Session persistence
    • Ctrl+C to interrupt, double Ctrl+C to exit

Bug Fixes

  • verify, diff, review, commit, patch now work with Copilot proxy (removed incorrect tool-support guard)
  • Only jam run requires tool-calling provider support