@tonyclaw/agent-inspector 2.1.7 → 2.1.8
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/.output/cli.js +274 -140
- package/.output/nitro.json +1 -1
- package/.output/public/assets/{CompareDrawer-BLS7CVvA.js → CompareDrawer-CHkT7kun.js} +1 -1
- package/.output/public/assets/{ProxyViewerContainer-BFZ1WG07.js → ProxyViewerContainer-BiZ2_tMC.js} +21 -21
- package/.output/public/assets/{ReplayDialog-DIGF807X.js → ReplayDialog-C85cakjx.js} +1 -1
- package/.output/public/assets/{RequestAnatomy-C3Nlvp9P.js → RequestAnatomy-Dn_pMMoX.js} +1 -1
- package/.output/public/assets/{ResponseView-BbZywqHe.js → ResponseView-DzcxCUBf.js} +1 -1
- package/.output/public/assets/{StreamingChunkSequence-Dk27PfPn.js → StreamingChunkSequence-BamtvkgZ.js} +1 -1
- package/.output/public/assets/_sessionId-xBBbFH1M.js +1 -0
- package/.output/public/assets/index-6udjwQO1.js +1 -0
- package/.output/public/assets/{main-BxHXMs6B.js → main-Dc2qVWpb.js} +2 -2
- package/.output/server/{_sessionId-D5HNwb9A.mjs → _sessionId-BnimGger.mjs} +2 -2
- package/.output/server/_ssr/{CompareDrawer-QNk1twf8.mjs → CompareDrawer-CwVFykVF.mjs} +2 -2
- package/.output/server/_ssr/{ProxyViewerContainer-DGhc2le_.mjs → ProxyViewerContainer-X3S2TWBJ.mjs} +205 -132
- package/.output/server/_ssr/{ReplayDialog-D8wg4VNL.mjs → ReplayDialog-BxC12XUj.mjs} +3 -3
- package/.output/server/_ssr/{RequestAnatomy-BtJHKVl2.mjs → RequestAnatomy-CWWS8Qh7.mjs} +2 -2
- package/.output/server/_ssr/{ResponseView-CndDItiU.mjs → ResponseView-BewErHF-.mjs} +2 -2
- package/.output/server/_ssr/{StreamingChunkSequence-D5Ywpbr7.mjs → StreamingChunkSequence-BlmCVryW.mjs} +2 -2
- package/.output/server/_ssr/{index-DtcUTHAX.mjs → index-5qbGuoFX.mjs} +2 -2
- package/.output/server/_ssr/index.mjs +2 -2
- package/.output/server/_ssr/{router-C0apgqfC.mjs → router-s78S54MU.mjs} +16 -7
- package/.output/server/{_tanstack-start-manifest_v-BoTPaB-V.mjs → _tanstack-start-manifest_v-DTxpr3KE.mjs} +1 -1
- package/.output/server/index.mjs +63 -63
- package/README.md +10 -6
- package/package.json +1 -1
- package/src/cli/detect-tools.ts +2 -1
- package/src/cli/onboard.ts +334 -167
- package/src/components/providers/SettingsDialog.tsx +47 -0
- package/src/components/proxy-viewer/ConversationGroup.tsx +28 -0
- package/src/components/proxy-viewer/ConversationHeader.tsx +34 -0
- package/src/components/proxy-viewer/LogEntryHeader.tsx +3 -12
- package/src/mcp/server.ts +18 -4
- package/.output/public/assets/_sessionId-BHpX8AVf.js +0 -1
- package/.output/public/assets/index-BXHM9OMb.js +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const tsrStartManifest = () => ({ "routes": { "__root__": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/__root.tsx", "children": ["/", "/api/alerts", "/api/config", "/api/groups", "/api/health", "/api/logs", "/api/mcp", "/api/models", "/api/providers", "/api/runs", "/api/sessions", "/proxy/$", "/session/$sessionId", "/api/knowledge/candidates", "/api/knowledge/project-context", "/api/knowledge/search", "/api/knowledge/sessions/$sessionId/candidates"], "preloads": ["/assets/main-
|
|
1
|
+
const tsrStartManifest = () => ({ "routes": { "__root__": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/__root.tsx", "children": ["/", "/api/alerts", "/api/config", "/api/groups", "/api/health", "/api/logs", "/api/mcp", "/api/models", "/api/providers", "/api/runs", "/api/sessions", "/proxy/$", "/session/$sessionId", "/api/knowledge/candidates", "/api/knowledge/project-context", "/api/knowledge/search", "/api/knowledge/sessions/$sessionId/candidates"], "preloads": ["/assets/main-Dc2qVWpb.js"], "assets": [] }, "/": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/index.tsx", "assets": [], "preloads": ["/assets/index-6udjwQO1.js", "/assets/ProxyViewerContainer-BiZ2_tMC.js"] }, "/api/alerts": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/alerts.ts", "children": ["/api/alerts/summary"] }, "/api/config": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/config.ts", "children": ["/api/config/paths"] }, "/api/groups": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/groups.ts", "children": ["/api/groups/$groupId"] }, "/api/health": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/health.ts" }, "/api/logs": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/logs.ts", "children": ["/api/logs/$id", "/api/logs/import", "/api/logs/stream"] }, "/api/mcp": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/mcp.ts" }, "/api/models": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/models.ts" }, "/api/providers": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/providers.ts", "children": ["/api/providers/$providerId", "/api/providers/export", "/api/providers/import", "/api/providers/scan"] }, "/api/runs": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/runs.ts", "children": ["/api/runs/$runId"] }, "/api/sessions": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/sessions.ts" }, "/proxy/$": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/proxy/$.ts" }, "/session/$sessionId": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/session/$sessionId.tsx", "assets": [], "preloads": ["/assets/_sessionId-xBBbFH1M.js", "/assets/ProxyViewerContainer-BiZ2_tMC.js"] }, "/api/alerts/summary": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/alerts.summary.ts" }, "/api/config/paths": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/config.paths.ts" }, "/api/groups/$groupId": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/groups.$groupId.ts", "children": ["/api/groups/$groupId/evidence", "/api/groups/$groupId/sessions"] }, "/api/knowledge/candidates": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/knowledge.candidates.ts", "children": ["/api/knowledge/candidates/$candidateId"] }, "/api/knowledge/project-context": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/knowledge.project-context.ts" }, "/api/knowledge/search": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/knowledge.search.ts" }, "/api/logs/$id": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/logs.$id.ts", "children": ["/api/logs/$id/body", "/api/logs/$id/chunks", "/api/logs/$id/replay"] }, "/api/logs/import": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/logs.import.ts" }, "/api/logs/stream": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/logs.stream.ts" }, "/api/providers/$providerId": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/providers.$providerId.ts", "children": ["/api/providers/$providerId/model-metadata", "/api/providers/$providerId/test"] }, "/api/providers/export": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/providers.export.ts" }, "/api/providers/import": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/providers.import.ts" }, "/api/providers/scan": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/providers.scan.ts" }, "/api/runs/$runId": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/runs.$runId.ts", "children": ["/api/runs/$runId/evidence"] }, "/api/groups/$groupId/evidence": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/groups.$groupId.evidence.ts" }, "/api/groups/$groupId/sessions": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/groups.$groupId.sessions.ts" }, "/api/knowledge/candidates/$candidateId": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/knowledge.candidates.$candidateId.ts", "children": ["/api/knowledge/candidates/$candidateId/promote"] }, "/api/logs/$id/body": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/logs.$id.body.ts" }, "/api/logs/$id/chunks": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/logs.$id.chunks.ts" }, "/api/logs/$id/replay": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/logs.$id.replay.ts" }, "/api/providers/$providerId/model-metadata": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/providers.$providerId.model-metadata.ts" }, "/api/providers/$providerId/test": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/providers.$providerId.test.ts", "children": ["/api/providers/$providerId/test/log"] }, "/api/runs/$runId/evidence": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/runs.$runId.evidence.ts" }, "/api/knowledge/candidates/$candidateId/promote": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/knowledge.candidates.$candidateId.promote.ts" }, "/api/knowledge/sessions/$sessionId/candidates": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/knowledge.sessions.$sessionId.candidates.ts" }, "/api/providers/$providerId/test/log": { "filePath": "C:/Users/claw/workspace/agent-inspector/src/routes/api/providers.$providerId.test.log.ts" } }, "clientEntry": "/assets/main-Dc2qVWpb.js" });
|
|
2
2
|
export {
|
|
3
3
|
tsrStartManifest
|
|
4
4
|
};
|
package/.output/server/index.mjs
CHANGED
|
@@ -35,103 +35,103 @@ const headers = ((m) => function headersRouteRule(event) {
|
|
|
35
35
|
}
|
|
36
36
|
});
|
|
37
37
|
const assets = {
|
|
38
|
-
"/assets/index-DP4NzCZ5.css": {
|
|
39
|
-
"type": "text/css; charset=utf-8",
|
|
40
|
-
"etag": '"1eb57-LKub3VNb71B8B8BuFk7Jbg4bu4U"',
|
|
41
|
-
"mtime": "2026-07-03T09:15:22.456Z",
|
|
42
|
-
"size": 125783,
|
|
43
|
-
"path": "../public/assets/index-DP4NzCZ5.css"
|
|
44
|
-
},
|
|
45
38
|
"/assets/alibaba-TTwafVwX.svg": {
|
|
46
39
|
"type": "image/svg+xml",
|
|
47
40
|
"etag": '"171b-6dyV5K8QjiaY35sN9qNprh9zDIs"',
|
|
48
|
-
"mtime": "2026-07-03T09:
|
|
41
|
+
"mtime": "2026-07-03T09:33:24.945Z",
|
|
49
42
|
"size": 5915,
|
|
50
43
|
"path": "../public/assets/alibaba-TTwafVwX.svg"
|
|
51
44
|
},
|
|
52
|
-
"/assets/
|
|
53
|
-
"type": "
|
|
54
|
-
"etag": '"
|
|
55
|
-
"mtime": "2026-07-03T09:
|
|
56
|
-
"size":
|
|
57
|
-
"path": "../public/assets/
|
|
45
|
+
"/assets/CompareDrawer-CHkT7kun.js": {
|
|
46
|
+
"type": "text/javascript; charset=utf-8",
|
|
47
|
+
"etag": '"49e8-ea90TaFpJKvOKTWB3A9k3v477F0"',
|
|
48
|
+
"mtime": "2026-07-03T09:33:24.945Z",
|
|
49
|
+
"size": 18920,
|
|
50
|
+
"path": "../public/assets/CompareDrawer-CHkT7kun.js"
|
|
58
51
|
},
|
|
59
|
-
"/assets/
|
|
52
|
+
"/assets/index-6udjwQO1.js": {
|
|
60
53
|
"type": "text/javascript; charset=utf-8",
|
|
61
|
-
"etag": '"
|
|
62
|
-
"mtime": "2026-07-03T09:
|
|
63
|
-
"size":
|
|
64
|
-
"path": "../public/assets/
|
|
54
|
+
"etag": '"74-XJGRbdsMyUNr6iuuxyAUOgYigBM"',
|
|
55
|
+
"mtime": "2026-07-03T09:33:24.945Z",
|
|
56
|
+
"size": 116,
|
|
57
|
+
"path": "../public/assets/index-6udjwQO1.js"
|
|
65
58
|
},
|
|
66
|
-
"/assets/ReplayDialog-
|
|
59
|
+
"/assets/ReplayDialog-C85cakjx.js": {
|
|
67
60
|
"type": "text/javascript; charset=utf-8",
|
|
68
|
-
"etag": '"318c-
|
|
69
|
-
"mtime": "2026-07-03T09:
|
|
61
|
+
"etag": '"318c-vAwQmt7Jrw2Ccv3JVKeaufPedtU"',
|
|
62
|
+
"mtime": "2026-07-03T09:33:24.945Z",
|
|
70
63
|
"size": 12684,
|
|
71
|
-
"path": "../public/assets/ReplayDialog-
|
|
64
|
+
"path": "../public/assets/ReplayDialog-C85cakjx.js"
|
|
65
|
+
},
|
|
66
|
+
"/assets/index-DP4NzCZ5.css": {
|
|
67
|
+
"type": "text/css; charset=utf-8",
|
|
68
|
+
"etag": '"1eb57-LKub3VNb71B8B8BuFk7Jbg4bu4U"',
|
|
69
|
+
"mtime": "2026-07-03T09:33:24.945Z",
|
|
70
|
+
"size": 125783,
|
|
71
|
+
"path": "../public/assets/index-DP4NzCZ5.css"
|
|
72
72
|
},
|
|
73
|
-
"/assets/RequestAnatomy-
|
|
73
|
+
"/assets/RequestAnatomy-Dn_pMMoX.js": {
|
|
74
74
|
"type": "text/javascript; charset=utf-8",
|
|
75
|
-
"etag": '"43f2-
|
|
76
|
-
"mtime": "2026-07-03T09:
|
|
75
|
+
"etag": '"43f2-Br1+MFnPjqpNFT3QOes+E1kpqUg"',
|
|
76
|
+
"mtime": "2026-07-03T09:33:24.945Z",
|
|
77
77
|
"size": 17394,
|
|
78
|
-
"path": "../public/assets/RequestAnatomy-
|
|
78
|
+
"path": "../public/assets/RequestAnatomy-Dn_pMMoX.js"
|
|
79
79
|
},
|
|
80
|
-
"/assets/
|
|
81
|
-
"type": "
|
|
82
|
-
"etag": '"
|
|
83
|
-
"mtime": "2026-07-03T09:
|
|
84
|
-
"size":
|
|
85
|
-
"path": "../public/assets/
|
|
80
|
+
"/assets/zhipuai-BPNAnxo-.svg": {
|
|
81
|
+
"type": "image/svg+xml",
|
|
82
|
+
"etag": '"2bf8-hNaLCTi89nOFCsIIfWpP/jrfo0s"',
|
|
83
|
+
"mtime": "2026-07-03T09:33:24.945Z",
|
|
84
|
+
"size": 11256,
|
|
85
|
+
"path": "../public/assets/zhipuai-BPNAnxo-.svg"
|
|
86
86
|
},
|
|
87
|
-
"/assets/StreamingChunkSequence-
|
|
87
|
+
"/assets/StreamingChunkSequence-BamtvkgZ.js": {
|
|
88
88
|
"type": "text/javascript; charset=utf-8",
|
|
89
|
-
"etag": '"d5c-
|
|
90
|
-
"mtime": "2026-07-03T09:
|
|
89
|
+
"etag": '"d5c-EHYm0PUGN59p/24la2rj1XuB7wk"',
|
|
90
|
+
"mtime": "2026-07-03T09:33:24.945Z",
|
|
91
91
|
"size": 3420,
|
|
92
|
-
"path": "../public/assets/StreamingChunkSequence-
|
|
92
|
+
"path": "../public/assets/StreamingChunkSequence-BamtvkgZ.js"
|
|
93
93
|
},
|
|
94
|
-
"/assets/
|
|
94
|
+
"/assets/minimax-BPMzvuL-.jpeg": {
|
|
95
|
+
"type": "image/jpeg",
|
|
96
|
+
"etag": '"1b06-IwivU89ko5UTMUM1/t7hn4sQK9A"',
|
|
97
|
+
"mtime": "2026-07-03T09:33:24.943Z",
|
|
98
|
+
"size": 6918,
|
|
99
|
+
"path": "../public/assets/minimax-BPMzvuL-.jpeg"
|
|
100
|
+
},
|
|
101
|
+
"/assets/ResponseView-DzcxCUBf.js": {
|
|
95
102
|
"type": "text/javascript; charset=utf-8",
|
|
96
|
-
"etag": '"30d2-
|
|
97
|
-
"mtime": "2026-07-03T09:
|
|
103
|
+
"etag": '"30d2-8DsNs/G/6A8XI5njIKBI2cyKmwo"',
|
|
104
|
+
"mtime": "2026-07-03T09:33:24.945Z",
|
|
98
105
|
"size": 12498,
|
|
99
|
-
"path": "../public/assets/ResponseView-
|
|
106
|
+
"path": "../public/assets/ResponseView-DzcxCUBf.js"
|
|
100
107
|
},
|
|
101
|
-
"/assets/_sessionId-
|
|
108
|
+
"/assets/_sessionId-xBBbFH1M.js": {
|
|
102
109
|
"type": "text/javascript; charset=utf-8",
|
|
103
|
-
"etag": '"d2-
|
|
104
|
-
"mtime": "2026-07-03T09:
|
|
110
|
+
"etag": '"d2-CHcCRvKHuwSj93KZ1JZPJ7wgIkA"',
|
|
111
|
+
"mtime": "2026-07-03T09:33:24.945Z",
|
|
105
112
|
"size": 210,
|
|
106
|
-
"path": "../public/assets/_sessionId-
|
|
107
|
-
},
|
|
108
|
-
"/assets/zhipuai-BPNAnxo-.svg": {
|
|
109
|
-
"type": "image/svg+xml",
|
|
110
|
-
"etag": '"2bf8-hNaLCTi89nOFCsIIfWpP/jrfo0s"',
|
|
111
|
-
"mtime": "2026-07-03T09:15:22.454Z",
|
|
112
|
-
"size": 11256,
|
|
113
|
-
"path": "../public/assets/zhipuai-BPNAnxo-.svg"
|
|
113
|
+
"path": "../public/assets/_sessionId-xBBbFH1M.js"
|
|
114
114
|
},
|
|
115
|
-
"/assets/
|
|
115
|
+
"/assets/main-Dc2qVWpb.js": {
|
|
116
116
|
"type": "text/javascript; charset=utf-8",
|
|
117
|
-
"etag": '"
|
|
118
|
-
"mtime": "2026-07-03T09:
|
|
119
|
-
"size":
|
|
120
|
-
"path": "../public/assets/
|
|
117
|
+
"etag": '"512fd-Db3WHW7AQfz2p877CuP7TCMZFMM"',
|
|
118
|
+
"mtime": "2026-07-03T09:33:24.945Z",
|
|
119
|
+
"size": 332541,
|
|
120
|
+
"path": "../public/assets/main-Dc2qVWpb.js"
|
|
121
121
|
},
|
|
122
122
|
"/assets/qwen-CONDcHqt.png": {
|
|
123
123
|
"type": "image/png",
|
|
124
124
|
"etag": '"572c3-cdJAPaHdOvFCGzuaQjagdgOu6XE"',
|
|
125
|
-
"mtime": "2026-07-03T09:
|
|
125
|
+
"mtime": "2026-07-03T09:33:24.945Z",
|
|
126
126
|
"size": 357059,
|
|
127
127
|
"path": "../public/assets/qwen-CONDcHqt.png"
|
|
128
128
|
},
|
|
129
|
-
"/assets/ProxyViewerContainer-
|
|
129
|
+
"/assets/ProxyViewerContainer-BiZ2_tMC.js": {
|
|
130
130
|
"type": "text/javascript; charset=utf-8",
|
|
131
|
-
"etag": '"
|
|
132
|
-
"mtime": "2026-07-03T09:
|
|
133
|
-
"size":
|
|
134
|
-
"path": "../public/assets/ProxyViewerContainer-
|
|
131
|
+
"etag": '"c1b75-bJvU9Gi6Po3q5eYkZnZ2lL/6tyc"',
|
|
132
|
+
"mtime": "2026-07-03T09:33:24.945Z",
|
|
133
|
+
"size": 793461,
|
|
134
|
+
"path": "../public/assets/ProxyViewerContainer-BiZ2_tMC.js"
|
|
135
135
|
}
|
|
136
136
|
};
|
|
137
137
|
function readAsset(id) {
|
package/README.md
CHANGED
|
@@ -65,6 +65,9 @@ The onboarding command installs guided setup skills for local agents:
|
|
|
65
65
|
- OpenCode: run `agent-inspector onboard --opencode-only` to merge
|
|
66
66
|
`mcp.agent-inspector` into `~/.config/opencode/opencode.json` or `opencode.jsonc`, then verify
|
|
67
67
|
with `opencode mcp list`.
|
|
68
|
+
- MiMo Code: run `agent-inspector onboard --mimo-only` to merge `mcp.agent-inspector` into
|
|
69
|
+
`~/.config/mimocode/mimocode.jsonc` or `mimocode.json`, then route MiMo through the proxy with
|
|
70
|
+
`OPENAI_BASE_URL=http://localhost:25947/proxy`.
|
|
68
71
|
|
|
69
72
|
During npm global install, Agent Inspector also makes a best-effort onboarding skill install for
|
|
70
73
|
detected local agents. If `~/.claude` exists, it installs the Claude Code skill and slash command.
|
|
@@ -83,9 +86,10 @@ To check what is installed, run `agent-inspector onboard --status`. It reports e
|
|
|
83
86
|
its stamped version, whether it is current/outdated/custom, and the suggested next command. For
|
|
84
87
|
scripts and CI checks, use `agent-inspector onboard --status --json`.
|
|
85
88
|
|
|
86
|
-
OpenCode config is explicit rather than installed during npm postinstall, because it
|
|
87
|
-
tool config file instead of adding an Agent Inspector generated skill. Use
|
|
88
|
-
`agent-inspector onboard --status --opencode-only --json`
|
|
89
|
+
OpenCode and MiMo Code config is explicit rather than installed during npm postinstall, because it
|
|
90
|
+
edits a real tool config file instead of adding an Agent Inspector generated skill. Use
|
|
91
|
+
`agent-inspector onboard --status --opencode-only --json` or
|
|
92
|
+
`agent-inspector onboard --status --mimo-only --json` to inspect those MCP entries.
|
|
89
93
|
|
|
90
94
|
Before uninstalling the npm package, run `agent-inspector onboard --uninstall` to remove matching
|
|
91
95
|
generated onboarding files. The uninstall command only removes Agent Inspector generated files whose
|
|
@@ -226,8 +230,8 @@ outer evaluation artifact:
|
|
|
226
230
|
|
|
227
231
|
1. Call `inspector_create_group` once for the evaluation batch.
|
|
228
232
|
2. Call `inspector_set_current_context` with the group/project/task.
|
|
229
|
-
3. For each OpenCode/Codex worker, call `inspector_create_run` with the group's `groupId`.
|
|
230
|
-
4. Start each OpenCode/Codex process through the proxy with its own model/provider.
|
|
233
|
+
3. For each OpenCode/Codex/MiMo worker, call `inspector_create_run` with the group's `groupId`.
|
|
234
|
+
4. Start each OpenCode/Codex/MiMo process through the proxy with its own model/provider.
|
|
231
235
|
5. As each process discovers or reports its session id, call `inspector_update_run` with the real
|
|
232
236
|
`sessionId`; runs that have a `groupId` are auto-attached to the group.
|
|
233
237
|
6. Optionally call `inspector_add_group_session` to override or enrich the group member with
|
|
@@ -252,7 +256,7 @@ Useful MCP resource URIs:
|
|
|
252
256
|
| --- | --- |
|
|
253
257
|
| `inspector://mcp/health` | Read MCP version, transport, mode, and catalog counts. |
|
|
254
258
|
| `inspector://mcp/capabilities` | Read tools split into read vs write/action, resources, prompts, and write mode. |
|
|
255
|
-
| `inspector://mcp/config` | Read Streamable HTTP, stdio bridge, OpenCode, and network config snippets. |
|
|
259
|
+
| `inspector://mcp/config` | Read Streamable HTTP, stdio bridge, OpenCode, MiMo Code, and network config snippets. |
|
|
256
260
|
| `inspector://context/current` | Read the active eval/coding context. |
|
|
257
261
|
| `inspector://sessions` | List known session ids. |
|
|
258
262
|
| `inspector://sessions/{sessionId}` | Read a compact session summary with Inspector links, counts, models, providers, token totals, and recent logs. |
|
package/package.json
CHANGED
package/src/cli/detect-tools.ts
CHANGED
|
@@ -84,7 +84,8 @@ function detectOpenCode(): ToolDetectionResult {
|
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
function detectMiMo(): ToolDetectionResult {
|
|
87
|
-
const configDir =
|
|
87
|
+
const configDir =
|
|
88
|
+
tryDir(join(homedir(), ".config", "mimocode")) ?? tryDir(join(homedir(), ".mimocode"));
|
|
88
89
|
const bin = which("mimo");
|
|
89
90
|
if (configDir === null && bin === null) return { found: false };
|
|
90
91
|
return { found: true, path: configDir ?? bin ?? "" };
|