mergegate/crates/miyabi-core/src
Shunsuke Hayashi 5935dae7dd feat(agent): Add approval callback system for tool execution
- Add ApprovalCallback trait with ApprovalDecision (Approved, Rejected, ModifyInput)
- Implement AutoApproveAll, RejectHighRisk, and ChannelApprover callbacks
- Integrate approval callback into Agent execution loop
- Support interactive approval via channel-based communication
- Include comprehensive tests for all approval scenarios

All 167 tests passing.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-23 00:16:55 +09:00
..
agent feat(agent): Add approval callback system for tool execution 2025-11-23 00:16:55 +09:00
anthropic.rs feat: Add config system, agent mode, and session management 2025-11-22 22:22:11 +09:00
cache.rs feat: Add hooks, workflow, MCP support and core modules 2025-11-22 23:37:14 +09:00
config.rs feat: Add config system, agent mode, and session management 2025-11-22 22:22:11 +09:00
conversation.rs feat: Add config system, agent mode, and session management 2025-11-22 22:22:11 +09:00
error.rs feat: Add hooks, workflow, MCP support and core modules 2025-11-22 23:37:14 +09:00
error_policy.rs feat: Add hooks, workflow, MCP support and core modules 2025-11-22 23:37:14 +09:00
feature_flags.rs feat: Add hooks, workflow, MCP support and core modules 2025-11-22 23:37:14 +09:00
git.rs feat: Add hooks, workflow, MCP support and core modules 2025-11-22 23:37:14 +09:00
github.rs feat: Add GitHub API integration and tools 2025-11-22 23:26:40 +09:00
github_tools.rs feat: Add GitHub API integration and tools 2025-11-22 23:26:40 +09:00
hooks.rs feat: Add hooks, workflow, MCP support and core modules 2025-11-22 23:37:14 +09:00
lib.rs feat: Add hooks, workflow, MCP support and core modules 2025-11-22 23:37:14 +09:00
logger.rs feat: Add hooks, workflow, MCP support and core modules 2025-11-22 23:37:14 +09:00
mcp.rs feat: Add hooks, workflow, MCP support and core modules 2025-11-22 23:37:14 +09:00
plugin.rs feat: Add hooks, workflow, MCP support and core modules 2025-11-22 23:37:14 +09:00
retry.rs feat: Add hooks, workflow, MCP support and core modules 2025-11-22 23:37:14 +09:00
rules.rs feat: Add hooks, workflow, MCP support and core modules 2025-11-22 23:37:14 +09:00
session.rs feat: Add config system, agent mode, and session management 2025-11-22 22:22:11 +09:00
token.rs feat: Add config system, agent mode, and session management 2025-11-22 22:22:11 +09:00
tool.rs feat: Add config system, agent mode, and session management 2025-11-22 22:22:11 +09:00
tools.rs feat: Add config system, agent mode, and session management 2025-11-22 22:22:11 +09:00
types.rs feat: Add config system, agent mode, and session management 2025-11-22 22:22:11 +09:00
workflow.rs feat: Integrate Hooks and Workflow with Agent execution 2025-11-22 23:59:59 +09:00