@unerr-ai/unerr 0.0.0-beta.5 → 0.0.0-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -56,15 +56,27 @@ unerr gives it an intelligence layer that compounds. Every caller, every convent
56
56
  <table>
57
57
  <tr>
58
58
  <td align="center">
59
- <img src="https://unerr.dev/open-cli/screenshots/token-trace-main.png" alt="unerr token trace — main view" width="250" />
59
+ <img src="https://unerr.dev/open-cli/screenshots/code-base-intelligence.png" alt="unerr codebase intelligence" width="130" />
60
+ <br/><sub>Codebase intelligence</sub>
61
+ </td>
62
+ <td align="center">
63
+ <img src="https://unerr.dev/open-cli/screenshots/reasoning-session.png" alt="unerr reasoning session" width="130" />
64
+ <br/><sub>Reasoning session</sub>
65
+ </td>
66
+ <td align="center">
67
+ <img src="https://unerr.dev/open-cli/screenshots/reasoning-quality.png" alt="unerr reasoning quality" width="130" />
68
+ <br/><sub>Reasoning quality</sub>
69
+ </td>
70
+ <td align="center">
71
+ <img src="https://unerr.dev/open-cli/screenshots/token-trace-main.png" alt="unerr token trace — main view" width="130" />
60
72
  <br/><sub>Token trace</sub>
61
73
  </td>
62
74
  <td align="center">
63
- <img src="https://unerr.dev/open-cli/screenshots/token-session.png" alt="unerr session token tracking" width="250" />
75
+ <img src="https://unerr.dev/open-cli/screenshots/token-session.png" alt="unerr session token tracking" width="130" />
64
76
  <br/><sub>Session tracking</sub>
65
77
  </td>
66
78
  <td align="center">
67
- <img src="https://unerr.dev/open-cli/screenshots/token-turn.png" alt="unerr per-turn token breakdown" width="250" />
79
+ <img src="https://unerr.dev/open-cli/screenshots/token-turn.png" alt="unerr per-turn token breakdown" width="130" />
68
80
  <br/><sub>Per-turn breakdown</sub>
69
81
  </td>
70
82
  </tr>
@@ -116,25 +128,37 @@ After install, your AI agent automatically connects to unerr via MCP. No config
116
128
 
117
129
  ## Supported Agents
118
130
 
131
+ ### Integrated
132
+
133
+ Fully tested with MCP config, instruction injection, skills, and hooks.
134
+
119
135
  ```bash
120
136
  unerr install claude-code # .mcp.json + CLAUDE.md + .claude/skills/ + hooks
121
- unerr install cursor # .cursor/mcp.json + .cursor/rules/
137
+ unerr install cursor # .cursor/mcp.json + .cursor/rules/ + hooks
138
+ unerr install antigravity # .antigravity/mcp_config.json + .agents/rules/ + .agents/skills/
139
+ unerr install windsurf # ~/.codeium/windsurf/mcp_config.json + .windsurf/rules/ + .windsurf/skills/
140
+ unerr install gemini-cli # .gemini/settings.json + GEMINI.md + .gemini/skills/
141
+ unerr install github-copilot-cli # .copilot/mcp-config.json + .github/copilot-instructions.md + .github/skills/
142
+ ```
143
+
144
+ ### Work in Progress
145
+
146
+ MCP config and basic integration work. Instruction injection, skills, and hooks support varies — contributions welcome.
147
+
148
+ ```bash
122
149
  unerr install vscode # .vscode/mcp.json + .github/copilot-instructions.md
123
- unerr install windsurf # .windsurf/mcp.json
124
150
  unerr install zed # .zed/mcp.json
125
151
  unerr install cline # .cline/mcp.json + .clinerules
126
152
  unerr install kiro # .kiro/mcp.json
127
- unerr install gemini-cli # .gemini/settings.json + GEMINI.md
128
153
  unerr install codex # .codex/mcp.json + AGENTS.md
129
154
  unerr install aider # .aider/mcp.json
130
155
  unerr install opencode # .opencode/mcp.json
131
156
  unerr install trae # .trae/mcp.json
132
157
  unerr install augment # .augment/mcp.json
133
- unerr install github-copilot-cli # .github/mcp.json + .github/copilot-instructions.md
134
158
  unerr install continue # .continue/config.json
135
159
  ```
136
160
 
137
- Works with any MCP-compatible agent. 15 supported out of the box.
161
+ 16 agents supported (6 integrated, 10 in progress). Works with any MCP-compatible client.
138
162
 
139
163
  <details>
140
164
  <summary>Manual MCP config (any agent)</summary>