@unerr-ai/unerr 0.0.0-beta.6 → 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,37 +128,37 @@ After install, your AI agent automatically connects to unerr via MCP. No config
116
128
 
117
129
  ## Supported Agents
118
130
 
119
- ### Confirmed
131
+ ### Integrated
120
132
 
121
- Fully tested and production-ready.
133
+ Fully tested with MCP config, instruction injection, skills, and hooks.
122
134
 
123
135
  ```bash
124
136
  unerr install claude-code # .mcp.json + CLAUDE.md + .claude/skills/ + hooks
125
137
  unerr install cursor # .cursor/mcp.json + .cursor/rules/ + hooks
126
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/
127
142
  ```
128
143
 
129
- ### In Development
144
+ ### Work in Progress
130
145
 
131
146
  MCP config and basic integration work. Instruction injection, skills, and hooks support varies — contributions welcome.
132
147
 
133
148
  ```bash
134
149
  unerr install vscode # .vscode/mcp.json + .github/copilot-instructions.md
135
- unerr install windsurf # .windsurf/mcp.json
136
150
  unerr install zed # .zed/mcp.json
137
151
  unerr install cline # .cline/mcp.json + .clinerules
138
152
  unerr install kiro # .kiro/mcp.json
139
- unerr install gemini-cli # .gemini/settings.json + GEMINI.md
140
153
  unerr install codex # .codex/mcp.json + AGENTS.md
141
154
  unerr install aider # .aider/mcp.json
142
155
  unerr install opencode # .opencode/mcp.json
143
156
  unerr install trae # .trae/mcp.json
144
157
  unerr install augment # .augment/mcp.json
145
- unerr install github-copilot-cli # .github/mcp.json + .github/copilot-instructions.md
146
158
  unerr install continue # .continue/config.json
147
159
  ```
148
160
 
149
- 16 agents supported. Works with any MCP-compatible client.
161
+ 16 agents supported (6 integrated, 10 in progress). Works with any MCP-compatible client.
150
162
 
151
163
  <details>
152
164
  <summary>Manual MCP config (any agent)</summary>