Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 14 May 18:38
· 83 commits to main since this release
v0.7.0
cb08760

What's Changed

Features

  • Auth: Support Claude OAuth via ~/.claude/credentials.json for zero-config credential pickup (#1244)
  • AI: Anthropic prompt caching via cache_control on system messages (#1237)
  • Action: Add anthropic provider, scan-security, pr-queue, and issue-state inputs to action.yml (#1240)
  • Review: Inject AGENTS.md and .github/instructions/pr-review.md into PR review context (#1235)
  • Metrics: JSONL token-usage artifact and GITHUB_STEP_SUMMARY cost table (#1236)
  • Metrics: Add cache_read_tokens and cache_write_tokens to UsageInfo and AiStats (#1234)
  • CLI: Add --diff flag to scan-security for unified diff input (#1221)

Fixes

  • Action: Detect runner arch for arm64 Linux support (#1242)
  • AI: Add x-api-key and anthropic-version headers for Anthropic provider (#1239)
  • PR Review: Paginate PR files, detect patch truncation, fix annotations (#1233)

Refactor

  • Core: Remove aptu-mcp crate (#1232)

Docs

  • Post-v0.6 documentation sweep (#1243)
  • Add ROADMAP.md with validated issue backlog (#1231)

Chores

  • Deps: Update aptu-coder-core to 0.13.2 and cargo update (#1246)

Full changelog: v0.6.0...v0.7.0