Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/whole-frogs-play.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @agentvision/cli

## 0.1.0

### Minor Changes

- [#4](https://github.com/SkyIsTheLimit/agentvision/pull/4) [`0342c9e`](https://github.com/SkyIsTheLimit/agentvision/commit/0342c9e49718ee6b172edd1d0eb0b75965a941bf) Thanks [@SkyIsTheLimit](https://github.com/SkyIsTheLimit)! - Initial release of Agent Vision CLI. Scans projects to report AI coding agent configurations, MCP servers, instructions, rules, and settings. Ships with support for Claude Code, Cursor, Codex, Gemini CLI, and GitHub Copilot. Studio web UI coming soon.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentvision/cli",
"version": "0.0.1",
"version": "0.1.0",
"description": "See exactly what your AI coding agents can see — inspect, compare, and validate agent configurations",
"type": "module",
"bin": {
Expand Down