{"id":34979167,"url":"https://github.com/arimxyer/aic","last_synced_at":"2026-02-15T02:14:23.716Z","repository":{"id":329468777,"uuid":"1119742317","full_name":"arimxyer/aic","owner":"arimxyer","description":"CLI to fetch the latest changelogs for AI coding assistants — Claude Code, Codex, OpenCode, Gemini CLI, and GitHub Copilot CLI.","archived":false,"fork":false,"pushed_at":"2026-01-30T17:32:19.000Z","size":41,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-31T09:58:08.589Z","etag":null,"topics":["changelog","changelog-activity","changelog-widget","claude-code","cli","cli-app","codex","copilot-cli","gemini-cli","opencode"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arimxyer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-19T19:12:01.000Z","updated_at":"2026-01-30T17:32:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/arimxyer/aic","commit_stats":null,"previous_names":["arimxyer/cc-latest"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/arimxyer/aic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arimxyer%2Faic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arimxyer%2Faic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arimxyer%2Faic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arimxyer%2Faic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arimxyer","download_url":"https://codeload.github.com/arimxyer/aic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arimxyer%2Faic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29465444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T01:01:38.065Z","status":"online","status_checked_at":"2026-02-15T02:00:07.449Z","response_time":118,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["changelog","changelog-activity","changelog-widget","claude-code","cli","cli-app","codex","copilot-cli","gemini-cli","opencode"],"created_at":"2025-12-27T00:51:37.948Z","updated_at":"2026-02-15T02:14:23.711Z","avatar_url":"https://github.com/arimxyer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aic\n\nFetch the latest changelogs for popular AI coding assistants.\n\nhttps://github.com/user-attachments/assets/061edd6a-f723-49d4-a0c2-b9a8e8ba9a16\n\n## Supported Tools\n\n| Source | Command | Tool |\n|--------|---------|------|\n| `claude` | `aic claude` | [Claude Code](https://github.com/anthropics/claude-code) (Anthropic) |\n| `codex` | `aic codex` | [Codex CLI](https://github.com/openai/codex) (OpenAI) |\n| `opencode` | `aic opencode` | [OpenCode](https://github.com/anomalyco/opencode) |\n| `gemini` | `aic gemini` | [Gemini CLI](https://github.com/google-gemini/gemini-cli) (Google) |\n| `copilot` | `aic copilot` | [Copilot CLI](https://github.com/github/copilot-cli) (GitHub) |\n| `openclaw` | `aic openclaw` | [OpenClaw](https://github.com/openclaw/openclaw) |\n| `kimi` | `aic kimi` | [Kimi CLI](https://github.com/MoonshotAI/kimi-cli) (Moonshot AI) |\n| `qwen` | `aic qwen` | [Qwen Code](https://github.com/QwenLM/qwen-code) (Alibaba) |\n| `goose` | `aic goose` | [Goose](https://github.com/block/goose) (Block) |\n\n\u003e **Want to add another tool?** Missing your favorite AI coding assistant? [Open an issue](https://github.com/arimxyer/aic/issues) or [submit a PR](https://github.com/arimxyer/aic/pulls)!\n\n## Installation\n\n### Homebrew (macOS/Linux)\n\n```bash\nbrew install arimxyer/tap/aic\n```\n\n### Scoop (Windows)\n\n```bash\nscoop bucket add arimxyer https://github.com/arimxyer/scoop-bucket\nscoop install aic\n```\n\n### Go\n\n```bash\ngo install github.com/arimxyer/aic@latest\n```\n\n### From source\n\n```bash\ngit clone https://github.com/arimxyer/aic\ncd aic\ngo build -o aic\n```\n\n## Usage\n\n```bash\naic \u003csource\u003e [flags]\naic latest [flags]\naic status [flags]\n```\n\n### Examples\n\n```bash\naic claude                    # Latest Claude Code changelog\naic codex -json               # Latest Codex changelog as JSON\naic opencode -list            # List all OpenCode versions\naic gemini -version 0.1.0     # Specific Gemini CLI version\naic copilot -md               # Latest Copilot changelog as markdown\naic latest                    # All releases from last 24 hours\naic status                    # Status table of all tools\naic claude -web               # Open Claude changelog in browser\n```\n\n## Commands\n\n### `aic status`\n\nShow a status table of all tools with version info, update recency, and release frequency.\n\n```\n$ aic status\n┌──────────────────────┬─────┬──────────────┬──────────────┬────────────┬─────────────────────┐\n│ Tool                 │ 24h │ Version      │ Previous     │ Updated    │ Vers. Release Freq. │\n├──────────────────────┼─────┼──────────────┼──────────────┼────────────┼─────────────────────┤\n│ OpenAI Codex         │ [✓] │ 0.92.0       │ 0.92.0-al... │ 6h ago     │ ~3h                 │\n│ Claude Code          │ [✓] │ 2.1.20       │ 2.1.19       │ 14h ago    │ -                   │\n│ Gemini CLI           │ [✓] │ 0.27.0-ni... │ 0.27.0-ni... │ 17h ago    │ ~15h                │\n│ GitHub Copilot CLI   │     │ 0.0.395      │ 0.0.394      │ 1d ago     │ ~18h                │\n│ OpenCode             │     │ 1.1.36       │ 1.1.35       │ 1d ago     │ ~13h                │\n└──────────────────────┴─────┴──────────────┴──────────────┴────────────┴─────────────────────┘\n```\n\n- **24h**: Shows `[✓]` if updated in the last 24 hours\n- **Version/Previous**: Current and previous version numbers\n- **Updated**: Relative time since last release\n- **Vers. Release Freq.**: Average time between releases (calculated from last 10 releases)\n\n### `aic latest`\n\nShow releases from all sources in the last 24 hours, sorted by release date (newest first).\n\n```\n$ aic latest\nOpenAI Codex 0.76.0 (2025-12-19)\n----------------------------------------\n\n[New Features]\n  * Add a macOS DMG build target\n  * Add /ps command\n  ...\n\nOpenCode 1.0.170 (2025-12-19)\n----------------------------------------\n\n[TUI]\n  * User messages as markdown with toggle\n  ...\n\nClaude Code 2.0.73 (2025-12-19)\n----------------------------------------\n  * Added clickable `[Image #N]` links\n  ...\n```\n\n## Flags\n\n| Flag | Description |\n|------|-------------|\n| `-json` | Output as JSON |\n| `-md` | Output as markdown |\n| `-list` | List all available versions |\n| `-pick` | Interactive version picker |\n| `-version \u003cver\u003e` | Fetch specific version |\n| `-web` | Open changelog source in browser |\n| `-v` | Show aic version |\n| `-h` | Show help |\n\n## Output Examples\n\n### Plain text (default)\n\nOutput includes release date and section headers (when available):\n\n```\n$ aic opencode\nOpenCode 1.0.170 (2025-12-19)\n----------------------------------------\n\n[TUI]\n  * User messages as markdown with toggle\n  * Implement smooth scrolling for autocomplete dropdown\n\n[Desktop]\n  * Fixed error handling\n  * Separate prompt history for shell\n```\n\n### JSON output\n\n```\n$ aic opencode -json\n{\n  \"version\": \"1.0.170\",\n  \"released_at\": \"2025-12-19T15:30:00Z\",\n  \"sections\": [\n    {\n      \"name\": \"TUI\",\n      \"changes\": [\n        \"User messages as markdown with toggle\",\n        \"Implement smooth scrolling...\"\n      ]\n    },\n    {\n      \"name\": \"Desktop\",\n      \"changes\": [\n        \"Fixed error handling\",\n        \"Separate prompt history for shell\"\n      ]\n    }\n  ]\n}\n```\n\n### List versions\n\n```\n$ aic opencode -list\n1.0.170\n1.0.169\n1.0.168\n...\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farimxyer%2Faic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farimxyer%2Faic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farimxyer%2Faic/lists"}