Show HN: aic – 命令行工具,用于从 AI 编码助手获取更新日志
1 分•作者: ari1110•6 个月前
我厌倦了查看多个 GitHub 仓库来了解 CC、opencode 等的最新动态,所以就编写了一个命令行工具。目前,它可以从 CC 和 opencode,以及 gemini、codex 和 gh-cli 中获取最新的更新日志条目。
示例命令:
* `aic claude`:最新的 Claude Code 更新日志
* `aic latest`:过去 24 小时的所有发布
* `aic codex -json`:用于脚本编写的 JSON 输出
我最常用的是 `aic latest` 命令——它会显示过去 24 小时内所有支持工具的任何发布,并按日期排序。
它从 GitHub 发布或 CHANGELOG.md 文件中提取信息,具体取决于项目。输出格式有纯文本、JSON 或 Markdown 可选。
可以通过 brew、scoop、go 或从源代码构建来安装。
GitHub:<a href="https://github.com/arimxyer/aic" rel="nofollow">https://github.com/arimxyer/aic</a>
如果大家有兴趣,很乐意添加对其他 AI 编码工具的支持。
查看原文
I got tired of checking multiple GitHub repos to see what's new with CC, opencode, etc., so I threw together a cli tool. Right now it fetches the latest changelog entries from CC and opencode, as well as gemini, codex, and gh-cli.<p>Example commands:
- `aic claude` : Latest Claude Code changelog
- `aic latest` : All releases from the last 24 hours
- `aic codex -json` : JSON output for scripting<p>The `aic latest` command is what I use most — shows any releases from the past 24 hours across all supported tools, sorted by date.<p>It pulls from GitHub releases or CHANGELOG.md files depending on the project. Output available as plain text, JSON, or markdown.<p>Install via brew, scoop, go, or build from source.<p>GitHub: <a href="https://github.com/arimxyer/aic" rel="nofollow">https://github.com/arimxyer/aic</a><p>Happy to add support for other AI coding tools if there's interest.