展示HN:aic – 从AI编码助手获取变更日志的命令行工具

1作者: ari1110大约 2 个月前原帖
我厌倦了频繁检查多个 GitHub 仓库以了解 CC、opencode 等的最新动态,因此我制作了一个命令行工具。目前,它可以从 CC 和 opencode 获取最新的变更日志条目,以及 gemini、codex 和 gh-cli。 <p>示例命令: - `aic claude` : 最新的 Claude Code 变更日志 - `aic latest` : 最近 24 小时内的所有发布 - `aic codex -json` : 脚本化的 JSON 输出 <p>`aic latest` 命令是我使用最多的——它显示过去 24 小时内所有支持工具的发布,按日期排序。 <p>该工具根据项目从 GitHub 发布或 CHANGELOG.md 文件中提取信息。输出格式可以是纯文本、JSON 或 markdown。 <p>可以通过 brew、scoop、go 安装,或从源代码构建。 <p>GitHub: <a href="https://github.com/arimxyer/aic" rel="nofollow">https://github.com/arimxyer/aic</a> <p>如果有兴趣,我很乐意为其他 AI 编程工具添加支持。
查看原文
I got tired of checking multiple GitHub repos to see what&#x27;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:&#x2F;&#x2F;github.com&#x2F;arimxyer&#x2F;aic" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;arimxyer&#x2F;aic</a><p>Happy to add support for other AI coding tools if there&#x27;s interest.