Skip to content

Commit cbb73c3

Browse files
kevinelliottclaude
andcommitted
Release v0.4.7: Improved Kimi CLI version detection
Documentation Updates: - Updated README.md with v0.4.7 release notes - Updated CHANGELOG.md with comprehensive change details - Highlighted GitHub releases integration for Kimi Key Improvement: - Kimi CLI now uses GitHub releases API for version detection - More reliable and consistent with other GitHub-based agents - Better update notifications and version tracking This release improves the reliability of version checking for Kimi CLI by leveraging the standard GitHub releases API instead of custom parsing. All quality checks passing: - Tests: go test ./... ✅ - Build: go build ✅ - Linting: golangci-lint run ✅ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 6f876f0 commit cbb73c3

File tree

2 files changed

+34
-11
lines changed

2 files changed

+34
-11
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v0.4.7] - 2025-10-25
11+
12+
### Changed
13+
- **Kimi CLI Version Detection**: Updated to use GitHub releases API
14+
- Changed package manager from "uv" to "github" in registry
15+
- Package name now points to "MoonshotAI/kimi-cli" repository
16+
- Uses standard GitHub releases endpoint for version checking
17+
- More reliable than previous custom parsing approach
18+
- Consistent with other GitHub-based agents (Qwen, etc.)
19+
20+
### Technical Details
21+
- Reuses existing `getGitHubLatestRelease()` infrastructure
22+
- Fetches from `https://api.github.com/repos/MoonshotAI/kimi-cli/releases/latest`
23+
- Properly detects and compares versions for update notifications
24+
- Tested with `agentpipe agents list --outdated` command
25+
26+
### Benefits
27+
- Improved reliability for version detection
28+
- Simpler implementation using existing code
29+
- Better alignment with standard practices
30+
- More accurate update notifications for users
31+
1032
## [v0.4.6] - 2025-10-25
1133

1234
### Added

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -96,22 +96,23 @@ All agents now use a **standardized interaction pattern** with structured three-
9696

9797
See [CHANGELOG.md](CHANGELOG.md) for detailed version history and release notes.
9898

99-
**Latest Release**: v0.4.6 - Groq Code CLI support
99+
**Latest Release**: v0.4.7 - Improved Kimi version detection
100100

101-
**What's New in v0.4.6**:
101+
**What's New in v0.4.7**:
102102

103-
**Groq Code CLI Support**:
104-
- **New Agent Adapter**: Full support for Groq Code CLI powered by Groq's Lightning Processing Units (LPUs)
105-
- Install: `npm install -g groq-code-cli@latest`
106-
- Fast inference with state-of-the-art language models
107-
- Supports temperature configuration and custom system prompts
108-
- Interactive CLI with stdin-based message passing
109-
- Complete integration with AgentPipe's multi-agent conversation system
103+
🔍 **Improved Kimi CLI Version Detection**:
104+
- **GitHub Releases Integration**: Now uses GitHub releases API for reliable version checking
105+
- Changed from custom parsing to standard GitHub releases
106+
- More reliable and consistent with other agents
107+
- Fetches latest version from `MoonshotAI/kimi-cli` releases
108+
- Better update notifications and version tracking
109+
110+
**Previous Release - v0.4.6** (2025-10-25): Groq Code CLI support
111+
- Full support for Groq Code CLI powered by Groq LPUs
112+
- Fast inference with temperature configuration support
110113

111114
**Previous Release - v0.4.5** (2025-10-25): Enhanced Kimi CLI installation
112115
- Explicit Python 3.13 specification for Kimi install/upgrade commands
113-
114-
**Previous Release - v0.4.4** (2025-10-25): Enhanced badges and CI/CD improvements
115116
- Dedicated security workflows (Trivy and CodeQL)
116117
- Enhanced README badges with downloads and stars metrics
117118
- Fixed Windows test failures for platform-specific installations

0 commit comments

Comments
 (0)