Commit Graph
4 Commits
Author SHA1 Message Date
Celso de Sá 911a8caedc chore(kimi): remove test-kimi-integration.sh
Remove dedicated test script per reviewer feedback. No other integration
has a dedicated test script and it adds an unnecessary PyYAML dependency.

Closes review feedback on PR #195
2026-03-17 14:32:29 -03:00
Celso de Sá 29bde4ca68 refactor(kimi): remove explicit tools list from agent.yaml
Remove redundant tools list from agent.yaml generation since extend: default
already inherits Kimi's default toolset. This simplifies maintenance and
follows the reviewer's suggestion to avoid hardcoded tool lists.

Closes review feedback on PR #195
2026-03-17 14:32:23 -03:00
Celso de Sá f1ddcc11c9 docs(readme): add Kimi Code CLI to supported tools
Update README.md with complete Kimi Code CLI integration documentation.

- Add Kimi Code to Option 3 in Quick Start section
- Add Kimi Code to Supported Tools list
- Update installer UI example to show 11 tools
- Add tool-specific details section for Kimi Code
- Update roadmap to include Kimi Code

Users can now discover Kimi Code CLI support from the main README.
2026-03-14 15:25:22 -03:00
Celso de Sá 422fa1bd68 feat(kimi): add Kimi Code CLI integration support
Add complete support for Kimi Code CLI agent format.

- Add convert_kimi() function to generate YAML agent specs
- Add install_kimi() function to install agents to ~/.config/kimi/agents/
- Add Kimi to tool detection and installer UI
- Add integrations/kimi/ directory (generated files gitignored)
- Update integrations/README.md with Kimi documentation
- Add generated agent directories to .gitignore

Users can generate agents with: ./scripts/convert.sh --tool kimi
2026-03-14 15:05:06 -03:00