Commit Graph

4 Commits

Author SHA1 Message Date
km-anthropic
02c804a6be Update to say beta instead of main 2025-07-24 13:23:55 -07:00
km-anthropic
cda7d07f95 minor formatting issue 2025-07-24 12:31:20 -07:00
km-anthropic
65bfefd6c4 Since workflow_dispatch isn't in the base action, update the examples accordingly 2025-07-24 10:11:40 -07:00
km-anthropic
3fef2d3f20 feat: add agent mode for automation scenarios
- Add agent mode that always triggers without checking for mentions
- Implement Mode interface with support for mode-specific tool configuration
- Add getAllowedTools() and getDisallowedTools() methods to Mode interface
- Simplify tests by combining related test cases
- Update documentation and examples to include agent mode
- Fix TypeScript imports to prevent circular dependencies

Agent mode is designed for automation and workflow_dispatch scenarios
where Claude should always run without requiring trigger phrases.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-24 00:01:40 -07:00