What's Changed
- fix: include cache tokens in token usage display by @atsushi-ishibashi in #367
- feat: add review mode for automated PR code reviews by @km-anthropic in #374
- docs: clarify agent mode only works with workflow_dispatch and schedule events by @km-anthropic in #378
- refactor: rename ACTIONS_TOKEN to DEFAULT_WORKFLOW_TOKEN by @ashwin-ant in #385
- feat: ship slash commands with GitHub Action by @km-anthropic in #381
- Restructure documentation into organized docs/ directory by @ashwin-ant in #383
- Update documentation incorrectly reverted after refactor by @burkematthew in #399
- feat: add getSystemPrompt method to mode interface by @ashwin-ant in #400
- feat: Add HTML img tag support to GitHub image downloader by @atsushi-ishibashi in #402
- fix: restore prompt file creation in agent mode (fixes #403) by @yoshikouki in #405
- fix: remove git config user.name and user.email from allowed tools by @ashwin-ant in #410
- refactor: change git hook from pre-push to pre-commit by @ashwin-ant in #401
New Contributors
- @burkematthew made their first contribution in #399
- @yoshikouki made their first contribution in #405
Full Changelog: v0.0.51...v0.0.53