mergegate/crates
Shunsuke Hayashi 554b2f7f99 feat(core): implement Bash tool with sandboxing
- Add BashTool struct with timeout, working directory, and output truncation
- Implement dangerous command checking (rm -rf /, format, mkfs, etc.)
- Add tokio::select! for timeout handling
- Add create_standard_tool_registry() including BashTool
- Export BashTool and create_standard_tool_registry from lib.rs
- Add 5 tests for bash functionality

Closes #26

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 18:17:45 +09:00
..
miyabi-cli chore: Initialize Miyabi project with full planning 2025-11-22 17:45:08 +09:00
miyabi-core feat(core): implement Bash tool with sandboxing 2025-11-22 18:17:45 +09:00
miyabi-tui feat(tui): implement syntax highlighting for code blocks 2025-11-22 18:10:39 +09:00