Loading...
Loading...
Get the latest changelog for Claude Code. Trigger words: claude changelog, what's new in CC, claude code updates, latest version, what's new in claude code
npx skill4agent add jssfy/k-skills claude-changeloggh api repos/anthropics/claude-code/releases --jq '.[0:30] | .[] | {tag_name, published_at, body}' 2>/dev/nullghcurl -s "https://api.github.com/repos/anthropics/claude-code/releases?per_page=30"| User Input | Filter Rule |
|---|---|
| Default (no specification) | Yesterday CST 00:00 ~ Current time |
| Today / today | Today CST 00:00 ~ Current time |
| Last N days | CST 00:00 N days ago ~ Current time |
| Latest / latest | Only the latest 1 version |
| All / all | Latest 30 versions |
datepublished_at# Calculate UTC time for yesterday's CST 00:00 (i.e., yesterday's UTC 16:00)
SINCE=$(TZ=Asia/Shanghai date -v-1d +"%Y-%m-%dT00:00:00+08:00" 2>/dev/null || TZ=Asia/Shanghai date -d "yesterday" +"%Y-%m-%dT00:00:00+08:00")
echo "Filter start point: $SINCE"| Category | Tag | Description |
|---|---|---|
| NEW | New Features | New user-perceivable features |
| IMPROVE | Improvements | Enhancements to existing features |
| FIX | Bug Fixes | Bug fixes |
| SECURITY | Security | Security-related fixes |
| PERF | Performance | Performance optimizations, memory optimizations |
| PLATFORM | Platform | Platform-specific fixes (Windows/macOS/Linux/VS Code) |
# Claude Code Changelog Report
> Time Range: {start_date} ~ {end_date} CST
> Number of Versions: {count} ({earliest_version} → {latest_version})
## Quick Overview
> **Notable Updates:**
> - {HIGH importance item 1}
> - {HIGH importance item 2}
> - ...
## Version Details
### v{version} — {YYYY-MM-DD HH:MM} CST
**New Features**
- {item}
**Improvements**
- {item}
**Bug Fixes**
- {item}
---
### v{version} — {YYYY-MM-DD HH:MM} CST
...
## Statistics
| Category | Count |
|------|------|
| New Features | {n} |
| Improvements | {n} |
| Bug Fixes | {n} |
| Performance | {n} |
| Platform | {n} |claude-changelog-{date}.mdcurlcurl -s "https://raw.githubusercontent.com/anthropics/claude-code/main/CHANGELOG.md" | head -200