AI Agent Awesome
- google-gemini/gemini-cli
- Apache-2.0, TS
- 官方明确目前不会支持 OpenAI 兼容接口
- forks
- charmbracelet/crush
- FSL-1.1-MIT, Golang
- sst/opencode
- MIT, TS, Go
- OpenHands/OpenHands
- MIT, TS
- QwenLM/qwen-code
- Apache-2.0, TS
- Gemini CLI fork
- Claude Code
- Kilocode
- openai/codex
- Apache-2.0, Rust
- a2aproject/A2A
- microsoft/autogen
- DavidZWZ/Awesome-Deep-Research
- siteboon/claudecodeui
- GPLv3, JS, React
- 不能 accept/deny 工具
- eyaltoledano/claude-task-master
- MIT, JS, TS
- sugyan/claude-code-webui
- MIT, TS, React
- rowboatlabs/rowboat
- Apache-2.0, TypeScript
- AI-powered CLI for background agents
FAQ
Notification
- macOS terminal-notifier
- Linux notify-send
{
"hooks": {
"Notification": [
{
"matcher": "idle_prompt",
"hooks": [
{
"type": "command",
"command": "terminal-notifier -title '🔔 Claude Code: Input Needed' -message 'Claude is waiting for your input'"
}
]
}
]
}
}