clew-code 0.2.27 → 0.2.28
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 +44 -19
- package/dist/main.js +2262 -2234
- package/docs/commands.html +3 -0
- package/docs/internals/long-term-memory-design.md +173 -89
- package/docs/js/main.js +438 -437
- package/docs/personal-profile.html +113 -0
- package/package.json +165 -165
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<title>Personal Profile — Clew Code</title>
|
|
7
|
+
<meta name="description" content="Use Clew Code as a personal AI control center with delegation, memory, and skill creation.">
|
|
8
|
+
<link rel="icon" type="image/svg+xml" href="assets/clew.svg">
|
|
9
|
+
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
10
|
+
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
11
|
+
<link rel="stylesheet" href="css/styles.css">
|
|
12
|
+
</head>
|
|
13
|
+
<body>
|
|
14
|
+
<header class="header"></header>
|
|
15
|
+
<div id="sidebarOverlay" class="sidebar-overlay"></div>
|
|
16
|
+
<aside id="sidebar" class="sidebar"></aside>
|
|
17
|
+
|
|
18
|
+
<div class="content-wrap">
|
|
19
|
+
<div class="content">
|
|
20
|
+
|
|
21
|
+
<div class="breadcrumbs"><a href="index.html">Home</a><span class="sep">/</span><span class="current">Personal Profile</span></div>
|
|
22
|
+
|
|
23
|
+
<h1>Personal Profile</h1>
|
|
24
|
+
<p class="sub">Personal profile turns Clew into a personal AI control center — plan, delegate, learn, and automate across sessions.</p>
|
|
25
|
+
|
|
26
|
+
<h2 id="overview">Overview</h2>
|
|
27
|
+
<p>Personal profile is designed for non-coding work: planning, research, personal automation, and overseeing delegated coding tasks. It uses memory across sessions, delegates coding to worker agents, and creates skills from experience.</p>
|
|
28
|
+
|
|
29
|
+
<p>Switch with: <code>/profile personal</code> (or <code>/profile coding</code> to switch back).</p>
|
|
30
|
+
|
|
31
|
+
<h2 id="capabilities">Key Capabilities</h2>
|
|
32
|
+
|
|
33
|
+
<h3>Delegation</h3>
|
|
34
|
+
<p>In personal profile, coding work is <strong>delegated</strong> — not done directly. Use the built-in <code>/delegate</code> skill (aliases: <code>/code</code>, <code>/worker</code>) to spawn a Codex worker via <code>process_mesh</code> with a structured task description.</p>
|
|
35
|
+
<p>The delegate handles the implementation; you review the results and report back to the user.</p>
|
|
36
|
+
|
|
37
|
+
<h3>Memory-Driven Learning</h3>
|
|
38
|
+
<p>Personal profile reads and writes memory proactively:</p>
|
|
39
|
+
<ul>
|
|
40
|
+
<li>On every session start, recalls user preferences and context from memory</li>
|
|
41
|
+
<li>Writes to memory when learning preferences, corrections, or recurring patterns</li>
|
|
42
|
+
<li>Connects dots across sessions — the user never repeats themselves</li>
|
|
43
|
+
</ul>
|
|
44
|
+
|
|
45
|
+
<h3>Skill Creation</h3>
|
|
46
|
+
<p>When a multi-step process repeats, personal profile can create a reusable skill:</p>
|
|
47
|
+
<ul>
|
|
48
|
+
<li>Use <code>/skillify</code> to capture the current session's process as a skill</li>
|
|
49
|
+
<li>Skills are saved to <code>.clew/skills/<name>/SKILL.md</code> (repo) or <code>~/.claude/skills/<name>/SKILL.md</code> (personal)</li>
|
|
50
|
+
<li>Invoke with <code>/<skill-name></code> anytime</li>
|
|
51
|
+
</ul>
|
|
52
|
+
|
|
53
|
+
<h3>Scheduling & Autonomy</h3>
|
|
54
|
+
<p>Background capabilities available in personal profile:</p>
|
|
55
|
+
<ul>
|
|
56
|
+
<li><code>/cron</code> — schedule recurring tasks (daily reports, reminders, audits)</li>
|
|
57
|
+
<li><code>/loop</code> — repeated polling or watch tasks</li>
|
|
58
|
+
<li><code>/task</code> — manage the persistent task queue</li>
|
|
59
|
+
<li><code>/daemon</code> — 24/7 autonomous agent loop</li>
|
|
60
|
+
</ul>
|
|
61
|
+
|
|
62
|
+
<h2 id="workflow">Typical Workflow</h2>
|
|
63
|
+
|
|
64
|
+
<ol>
|
|
65
|
+
<li><strong>User asks for something</strong> (code, research, planning, automation)</li>
|
|
66
|
+
<li><strong>Personal profile classifies the request</strong> — coding or non-coding?</li>
|
|
67
|
+
<li><strong>Non-coding</strong> — handle directly (plan, research, answer, configure)</li>
|
|
68
|
+
<li><strong>Coding</strong> — use <code>process_mesh</code> to delegate to a Codex worker with a clear task brief</li>
|
|
69
|
+
<li><strong>Review results</strong> — summarize what the worker did, what passed, what failed</li>
|
|
70
|
+
<li><strong>Learn</strong> — if the process was repeatable, create a skill</li>
|
|
71
|
+
<li><strong>Remember</strong> — save any preferences or decisions to memory</li>
|
|
72
|
+
</ol>
|
|
73
|
+
|
|
74
|
+
<h2 id="delegate-skill">The /delegate Skill</h2>
|
|
75
|
+
<p>The built-in <code>/delegate</code> skill wraps the delegation workflow:</p>
|
|
76
|
+
<ul>
|
|
77
|
+
<li>Understand the requirement and plan the approach</li>
|
|
78
|
+
<li>Create a structured task with goal, scope, files, constraints</li>
|
|
79
|
+
<li>Spawn a Codex worker via <code>process_mesh</code> with appropriate timeout</li>
|
|
80
|
+
<li>Report results back: changes, pass/fail, blockers, next steps</li>
|
|
81
|
+
</ul>
|
|
82
|
+
|
|
83
|
+
<p>Invoke with: <code>/delegate Implement a login form</code> or use aliases <code>/code</code> or <code>/worker</code>.</p>
|
|
84
|
+
|
|
85
|
+
<h2 id="comparison">Coding vs Personal Profile</h2>
|
|
86
|
+
<table>
|
|
87
|
+
<thead>
|
|
88
|
+
<tr><th>Aspect</th><th>Coding</th><th>Personal</th></tr>
|
|
89
|
+
</thead>
|
|
90
|
+
<tbody>
|
|
91
|
+
<tr><td>Primary role</td><td>Code implementation</td><td>Control center & assistant</td></tr>
|
|
92
|
+
<tr><td>Coding work</td><td>Direct file editing</td><td>Delegate to worker</td></tr>
|
|
93
|
+
<tr><td>Memory usage</td><td>Project context</td><td>User preferences + cross-session</td></tr>
|
|
94
|
+
<tr><td>Skill creation</td><td>Manual</td><td>Proactive + automatic</td></tr>
|
|
95
|
+
<tr><td>Permission mode</td><td>As configured</td><td>Defaults to <code>ask</code></td></tr>
|
|
96
|
+
<tr><td>Autonomy</td><td>Turn-based</td><td>Proactive, scheduled, daemon</td></tr>
|
|
97
|
+
</tbody>
|
|
98
|
+
</table>
|
|
99
|
+
|
|
100
|
+
<h2 id="configuration">Configuration</h2>
|
|
101
|
+
|
|
102
|
+
<p>Set the default profile in settings:</p>
|
|
103
|
+
<pre><code>clew config set profile personal</code></pre>
|
|
104
|
+
|
|
105
|
+
<p>Or pass at startup:</p>
|
|
106
|
+
<pre><code>clew --profile personal</code></pre>
|
|
107
|
+
|
|
108
|
+
</div>
|
|
109
|
+
</div>
|
|
110
|
+
|
|
111
|
+
<script src="js/main.js"></script>
|
|
112
|
+
</body>
|
|
113
|
+
</html>
|
package/package.json
CHANGED
|
@@ -1,165 +1,165 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "clew-code",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "ClewCode — multi-provider AI coding agent CLI",
|
|
5
|
-
"main": "./dist/main.js",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"bin": {
|
|
8
|
-
"clew": "bin/clew.cjs",
|
|
9
|
-
"clewcode": "bin/clew.cjs"
|
|
10
|
-
},
|
|
11
|
-
"files": [
|
|
12
|
-
"bin/",
|
|
13
|
-
"dist/",
|
|
14
|
-
"docs/",
|
|
15
|
-
"README.md",
|
|
16
|
-
"LICENSE.md"
|
|
17
|
-
],
|
|
18
|
-
"repository": {
|
|
19
|
-
"type": "git",
|
|
20
|
-
"url": "git+https://github.com/ClewCode/ClewCode.git"
|
|
21
|
-
},
|
|
22
|
-
"bugs": {
|
|
23
|
-
"url": "https://github.com/ClewCode/ClewCode/issues"
|
|
24
|
-
},
|
|
25
|
-
"homepage": "https://github.com/ClewCode/ClewCode#readme",
|
|
26
|
-
"scripts": {
|
|
27
|
-
"dev": "bun --watch run --define.TRANSCRIPT_CLASSIFIER=true --define.CHICAGO_MCP=true --define.VOICE_MODE=true src/main.tsx",
|
|
28
|
-
"start": "bun run --define.VOICE_MODE=true src/main.tsx",
|
|
29
|
-
"dev:channels": "bun run --define.VOICE_MODE=true src/main.tsx -- --dangerously-load-development-channels server:clew-orc",
|
|
30
|
-
"build": "NODE_ENV=production bun build --production --define.TRANSCRIPT_CLASSIFIER=true --define.CHICAGO_MCP=true --define.VOICE_MODE=true src/main.tsx --outdir ./dist --target bun --external electron --external 'chromium-bidi*' --external '@ant/claude-for-chrome-mcp' --external '@anthropic-ai/bedrock-sdk' --external '@anthropic-ai/foundry-sdk' --external '@anthropic-ai/vertex-sdk' --external '@anthropic-ai/mcpb' --external '@aws-sdk/client-bedrock-runtime' --external 'google-auth-library' --external 'sharp' --external 'asciichart' --external 'audio-capture-napi' --external 'modifiers-napi' --external '@xenova/transformers' --external 'onnxruntime-node' --external playwright --external 'playwright-core' --external 'node-pty'",
|
|
31
|
-
"prepublishOnly": "bun run build",
|
|
32
|
-
"test": "bun test",
|
|
33
|
-
"lint": "biome lint --write src/",
|
|
34
|
-
"lint:check": "biome lint src/",
|
|
35
|
-
"format": "biome format --write src/",
|
|
36
|
-
"format:check": "biome format src/",
|
|
37
|
-
"check": "biome check --write src/",
|
|
38
|
-
"check:ci": "biome ci src/",
|
|
39
|
-
"ast-grep": "bun x ast-grep",
|
|
40
|
-
"codegraph": "bun run scripts/codegraph.ts",
|
|
41
|
-
"docs:generate": "bun run scripts/generate-docs.ts",
|
|
42
|
-
"docs:watch": "bun --watch run scripts/generate-docs.ts",
|
|
43
|
-
"preload": "bun run scripts/preload.ts",
|
|
44
|
-
"session": "bun run scripts/session.ts",
|
|
45
|
-
"relay": "bun run src/remote/relay-server.ts"
|
|
46
|
-
},
|
|
47
|
-
"keywords": [
|
|
48
|
-
"ai",
|
|
49
|
-
"coding-assistant",
|
|
50
|
-
"anthropic",
|
|
51
|
-
"openai",
|
|
52
|
-
"google",
|
|
53
|
-
"gemini",
|
|
54
|
-
"claude",
|
|
55
|
-
"gpt",
|
|
56
|
-
"openrouter",
|
|
57
|
-
"kilocode",
|
|
58
|
-
"opencode"
|
|
59
|
-
],
|
|
60
|
-
"author": "Dek1milliontoken",
|
|
61
|
-
"license": "SEE LICENSE.md",
|
|
62
|
-
"dependencies": {
|
|
63
|
-
"@agentclientprotocol/sdk": "^0.25.1",
|
|
64
|
-
"@ai-sdk/anthropic": "^3.0.84",
|
|
65
|
-
"@ai-sdk/google": "^3.0.82",
|
|
66
|
-
"@ai-sdk/openai": "^3.0.71",
|
|
67
|
-
"@anthropic-ai/sandbox-runtime": "0.0.54",
|
|
68
|
-
"@anthropic-ai/sdk": "^0.104.1",
|
|
69
|
-
"@aws-sdk/client-bedrock": "^3.1068.0",
|
|
70
|
-
"@aws-sdk/client-sts": "^3.1068.0",
|
|
71
|
-
"@azure/identity": "^4.13.1",
|
|
72
|
-
"@commander-js/extra-typings": "^15.0.0",
|
|
73
|
-
"@google/generative-ai": "0.24.1",
|
|
74
|
-
"@growthbook/growthbook": "^1.6.5",
|
|
75
|
-
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
76
|
-
"@openrouter/ai-sdk-provider": "^2.9.1",
|
|
77
|
-
"@opentelemetry/api": "^1.9.1",
|
|
78
|
-
"@opentelemetry/exporter-logs-otlp-grpc": "^0.219.0",
|
|
79
|
-
"@opentelemetry/exporter-logs-otlp-http": "^0.219.0",
|
|
80
|
-
"@opentelemetry/exporter-logs-otlp-proto": "^0.219.0",
|
|
81
|
-
"@opentelemetry/exporter-metrics-otlp-grpc": "^0.219.0",
|
|
82
|
-
"@opentelemetry/exporter-metrics-otlp-http": "^0.219.0",
|
|
83
|
-
"@opentelemetry/exporter-metrics-otlp-proto": "^0.219.0",
|
|
84
|
-
"@opentelemetry/exporter-prometheus": "^0.219.0",
|
|
85
|
-
"@opentelemetry/exporter-trace-otlp-grpc": "^0.219.0",
|
|
86
|
-
"@opentelemetry/exporter-trace-otlp-http": "^0.219.0",
|
|
87
|
-
"@opentelemetry/exporter-trace-otlp-proto": "^0.219.0",
|
|
88
|
-
"@opentelemetry/resources": "2.8.0",
|
|
89
|
-
"@opentelemetry/sdk-logs": "^0.219.0",
|
|
90
|
-
"@opentelemetry/sdk-metrics": "2.8.0",
|
|
91
|
-
"@opentelemetry/sdk-node": "^0.219.0",
|
|
92
|
-
"@opentelemetry/sdk-trace-base": "2.8.0",
|
|
93
|
-
"@opentelemetry/sdk-trace-node": "2.8.0",
|
|
94
|
-
"@opentelemetry/semantic-conventions": "1.41.1",
|
|
95
|
-
"@sentry/node": "^10.57.0",
|
|
96
|
-
"@types/react": "^19.2.17",
|
|
97
|
-
"@types/react-dom": "^19.2.3",
|
|
98
|
-
"@types/ws": "^8.18.1",
|
|
99
|
-
"@xenova/transformers": "^2.17.2",
|
|
100
|
-
"acp-sdk": "^1.0.3",
|
|
101
|
-
"asciichart": "^1.5.25",
|
|
102
|
-
"axios": "^1.17.0",
|
|
103
|
-
"bidi-js": "1.0.3",
|
|
104
|
-
"chalk": "^5.6.2",
|
|
105
|
-
"chokidar": "5.0.0",
|
|
106
|
-
"commander": "^15.0.0",
|
|
107
|
-
"conf": "^15.1.0",
|
|
108
|
-
"diff": "^9.0.0",
|
|
109
|
-
"dotenv": "^17.4.2",
|
|
110
|
-
"execa": "^9.6.1",
|
|
111
|
-
"fast-deep-equal": "^3.1.3",
|
|
112
|
-
"fflate": "^0.8.3",
|
|
113
|
-
"fuse.js": "^7.4.2",
|
|
114
|
-
"https-proxy-agent": "^9.1.0",
|
|
115
|
-
"ignore": "^7.0.5",
|
|
116
|
-
"ink": "^5.2.1",
|
|
117
|
-
"ink-divider": "^4.1.1",
|
|
118
|
-
"ink-markdown": "^1.0.4",
|
|
119
|
-
"ink-select-input": "^6.2.0",
|
|
120
|
-
"ink-spinner": "^5.0.0",
|
|
121
|
-
"ink-text-input": "^6.0.0",
|
|
122
|
-
"is-docker": "^4.0.0",
|
|
123
|
-
"is-wsl": "^3.1.1",
|
|
124
|
-
"jsonc-parser": "^3.3.1",
|
|
125
|
-
"jsonrepair": "^3.14.0",
|
|
126
|
-
"lodash-es": "^4.18.1",
|
|
127
|
-
"lru-cache": "^11.5.1",
|
|
128
|
-
"lucide-react": "^1.18.0",
|
|
129
|
-
"node-fetch": "^3.3.2",
|
|
130
|
-
"node-pty": "^1.1.0",
|
|
131
|
-
"open": "^11.0.0",
|
|
132
|
-
"openai": "^6.42.0",
|
|
133
|
-
"ora": "^9.4.0",
|
|
134
|
-
"p-map": "^7.0.4",
|
|
135
|
-
"picomatch": "^4.0.4",
|
|
136
|
-
"playwright": "^1.60.0",
|
|
137
|
-
"proper-lockfile": "^4.1.2",
|
|
138
|
-
"qrcode": "^1.5.4",
|
|
139
|
-
"react": "^19.2.7",
|
|
140
|
-
"react-dom": "^19.2.7",
|
|
141
|
-
"react-markdown": "^10.1.0",
|
|
142
|
-
"react-reconciler": "0.33.0",
|
|
143
|
-
"react-syntax-highlighter": "^16.1.1",
|
|
144
|
-
"shell-quote": "^1.8.4",
|
|
145
|
-
"tree-kill": "^1.2.2",
|
|
146
|
-
"turndown": "^7.2.4",
|
|
147
|
-
"usehooks-ts": "^3.1.1",
|
|
148
|
-
"vscode-jsonrpc": "^9.0.0",
|
|
149
|
-
"xss": "^1.0.15",
|
|
150
|
-
"zod": "^4.4.3"
|
|
151
|
-
},
|
|
152
|
-
"overrides": {
|
|
153
|
-
"react-reconciler": "0.33.0"
|
|
154
|
-
},
|
|
155
|
-
"devDependencies": {
|
|
156
|
-
"@ast-grep/cli": "^0.43.0",
|
|
157
|
-
"@biomejs/biome": "^2.5.0",
|
|
158
|
-
"@types/bun": "latest",
|
|
159
|
-
"@types/lodash-es": "^4.17.12",
|
|
160
|
-
"@types/semver": "^7.7.1"
|
|
161
|
-
},
|
|
162
|
-
"optionalDependencies": {
|
|
163
|
-
"sharp": "^0.35.1"
|
|
164
|
-
}
|
|
165
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "clew-code",
|
|
3
|
+
"version": "0.2.28",
|
|
4
|
+
"description": "ClewCode — multi-provider AI coding agent CLI",
|
|
5
|
+
"main": "./dist/main.js",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"bin": {
|
|
8
|
+
"clew": "bin/clew.cjs",
|
|
9
|
+
"clewcode": "bin/clew.cjs"
|
|
10
|
+
},
|
|
11
|
+
"files": [
|
|
12
|
+
"bin/",
|
|
13
|
+
"dist/",
|
|
14
|
+
"docs/",
|
|
15
|
+
"README.md",
|
|
16
|
+
"LICENSE.md"
|
|
17
|
+
],
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "git",
|
|
20
|
+
"url": "git+https://github.com/ClewCode/ClewCode.git"
|
|
21
|
+
},
|
|
22
|
+
"bugs": {
|
|
23
|
+
"url": "https://github.com/ClewCode/ClewCode/issues"
|
|
24
|
+
},
|
|
25
|
+
"homepage": "https://github.com/ClewCode/ClewCode#readme",
|
|
26
|
+
"scripts": {
|
|
27
|
+
"dev": "bun --watch run --define.TRANSCRIPT_CLASSIFIER=true --define.CHICAGO_MCP=true --define.VOICE_MODE=true --define.MACRO.VERSION='\"0.2.27\"' --define.MACRO.PACKAGE_URL='\"clew-code\"' --define.MACRO.FEEDBACK_CHANNEL='\"https://github.com/ClewCode/ClewCode/issues\"' --define.MACRO.ISSUES_EXPLAINER='\"visit https://github.com/ClewCode/ClewCode/issues\"' src/main.tsx",
|
|
28
|
+
"start": "bun run --define.VOICE_MODE=true --define.MACRO.VERSION='\"0.2.27\"' --define.MACRO.PACKAGE_URL='\"clew-code\"' src/main.tsx",
|
|
29
|
+
"dev:channels": "bun run --define.VOICE_MODE=true --define.MACRO.VERSION='\"0.2.27\"' --define.MACRO.PACKAGE_URL='\"clew-code\"' src/main.tsx -- --dangerously-load-development-channels server:clew-orc",
|
|
30
|
+
"build": "NODE_ENV=production bun build --production --define.TRANSCRIPT_CLASSIFIER=true --define.CHICAGO_MCP=true --define.VOICE_MODE=true --define.MACRO.VERSION='\"0.2.27\"' --define.MACRO.PACKAGE_URL='\"clew-code\"' --define.MACRO.FEEDBACK_CHANNEL='\"https://github.com/ClewCode/ClewCode/issues\"' --define.MACRO.ISSUES_EXPLAINER='\"visit https://github.com/ClewCode/ClewCode/issues\"' src/main.tsx --outdir ./dist --target bun --external electron --external 'chromium-bidi*' --external '@ant/claude-for-chrome-mcp' --external '@anthropic-ai/bedrock-sdk' --external '@anthropic-ai/foundry-sdk' --external '@anthropic-ai/vertex-sdk' --external '@anthropic-ai/mcpb' --external '@aws-sdk/client-bedrock-runtime' --external 'google-auth-library' --external 'sharp' --external 'asciichart' --external 'audio-capture-napi' --external 'modifiers-napi' --external '@xenova/transformers' --external 'onnxruntime-node' --external playwright --external 'playwright-core' --external 'node-pty'",
|
|
31
|
+
"prepublishOnly": "bun run build",
|
|
32
|
+
"test": "bun test",
|
|
33
|
+
"lint": "biome lint --write src/",
|
|
34
|
+
"lint:check": "biome lint src/",
|
|
35
|
+
"format": "biome format --write src/",
|
|
36
|
+
"format:check": "biome format src/",
|
|
37
|
+
"check": "biome check --write src/",
|
|
38
|
+
"check:ci": "biome ci src/",
|
|
39
|
+
"ast-grep": "bun x ast-grep",
|
|
40
|
+
"codegraph": "bun run scripts/codegraph.ts",
|
|
41
|
+
"docs:generate": "bun run scripts/generate-docs.ts",
|
|
42
|
+
"docs:watch": "bun --watch run scripts/generate-docs.ts",
|
|
43
|
+
"preload": "bun run scripts/preload.ts",
|
|
44
|
+
"session": "bun run scripts/session.ts",
|
|
45
|
+
"relay": "bun run src/remote/relay-server.ts"
|
|
46
|
+
},
|
|
47
|
+
"keywords": [
|
|
48
|
+
"ai",
|
|
49
|
+
"coding-assistant",
|
|
50
|
+
"anthropic",
|
|
51
|
+
"openai",
|
|
52
|
+
"google",
|
|
53
|
+
"gemini",
|
|
54
|
+
"claude",
|
|
55
|
+
"gpt",
|
|
56
|
+
"openrouter",
|
|
57
|
+
"kilocode",
|
|
58
|
+
"opencode"
|
|
59
|
+
],
|
|
60
|
+
"author": "Dek1milliontoken",
|
|
61
|
+
"license": "SEE LICENSE.md",
|
|
62
|
+
"dependencies": {
|
|
63
|
+
"@agentclientprotocol/sdk": "^0.25.1",
|
|
64
|
+
"@ai-sdk/anthropic": "^3.0.84",
|
|
65
|
+
"@ai-sdk/google": "^3.0.82",
|
|
66
|
+
"@ai-sdk/openai": "^3.0.71",
|
|
67
|
+
"@anthropic-ai/sandbox-runtime": "0.0.54",
|
|
68
|
+
"@anthropic-ai/sdk": "^0.104.1",
|
|
69
|
+
"@aws-sdk/client-bedrock": "^3.1068.0",
|
|
70
|
+
"@aws-sdk/client-sts": "^3.1068.0",
|
|
71
|
+
"@azure/identity": "^4.13.1",
|
|
72
|
+
"@commander-js/extra-typings": "^15.0.0",
|
|
73
|
+
"@google/generative-ai": "0.24.1",
|
|
74
|
+
"@growthbook/growthbook": "^1.6.5",
|
|
75
|
+
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
76
|
+
"@openrouter/ai-sdk-provider": "^2.9.1",
|
|
77
|
+
"@opentelemetry/api": "^1.9.1",
|
|
78
|
+
"@opentelemetry/exporter-logs-otlp-grpc": "^0.219.0",
|
|
79
|
+
"@opentelemetry/exporter-logs-otlp-http": "^0.219.0",
|
|
80
|
+
"@opentelemetry/exporter-logs-otlp-proto": "^0.219.0",
|
|
81
|
+
"@opentelemetry/exporter-metrics-otlp-grpc": "^0.219.0",
|
|
82
|
+
"@opentelemetry/exporter-metrics-otlp-http": "^0.219.0",
|
|
83
|
+
"@opentelemetry/exporter-metrics-otlp-proto": "^0.219.0",
|
|
84
|
+
"@opentelemetry/exporter-prometheus": "^0.219.0",
|
|
85
|
+
"@opentelemetry/exporter-trace-otlp-grpc": "^0.219.0",
|
|
86
|
+
"@opentelemetry/exporter-trace-otlp-http": "^0.219.0",
|
|
87
|
+
"@opentelemetry/exporter-trace-otlp-proto": "^0.219.0",
|
|
88
|
+
"@opentelemetry/resources": "2.8.0",
|
|
89
|
+
"@opentelemetry/sdk-logs": "^0.219.0",
|
|
90
|
+
"@opentelemetry/sdk-metrics": "2.8.0",
|
|
91
|
+
"@opentelemetry/sdk-node": "^0.219.0",
|
|
92
|
+
"@opentelemetry/sdk-trace-base": "2.8.0",
|
|
93
|
+
"@opentelemetry/sdk-trace-node": "2.8.0",
|
|
94
|
+
"@opentelemetry/semantic-conventions": "1.41.1",
|
|
95
|
+
"@sentry/node": "^10.57.0",
|
|
96
|
+
"@types/react": "^19.2.17",
|
|
97
|
+
"@types/react-dom": "^19.2.3",
|
|
98
|
+
"@types/ws": "^8.18.1",
|
|
99
|
+
"@xenova/transformers": "^2.17.2",
|
|
100
|
+
"acp-sdk": "^1.0.3",
|
|
101
|
+
"asciichart": "^1.5.25",
|
|
102
|
+
"axios": "^1.17.0",
|
|
103
|
+
"bidi-js": "1.0.3",
|
|
104
|
+
"chalk": "^5.6.2",
|
|
105
|
+
"chokidar": "5.0.0",
|
|
106
|
+
"commander": "^15.0.0",
|
|
107
|
+
"conf": "^15.1.0",
|
|
108
|
+
"diff": "^9.0.0",
|
|
109
|
+
"dotenv": "^17.4.2",
|
|
110
|
+
"execa": "^9.6.1",
|
|
111
|
+
"fast-deep-equal": "^3.1.3",
|
|
112
|
+
"fflate": "^0.8.3",
|
|
113
|
+
"fuse.js": "^7.4.2",
|
|
114
|
+
"https-proxy-agent": "^9.1.0",
|
|
115
|
+
"ignore": "^7.0.5",
|
|
116
|
+
"ink": "^5.2.1",
|
|
117
|
+
"ink-divider": "^4.1.1",
|
|
118
|
+
"ink-markdown": "^1.0.4",
|
|
119
|
+
"ink-select-input": "^6.2.0",
|
|
120
|
+
"ink-spinner": "^5.0.0",
|
|
121
|
+
"ink-text-input": "^6.0.0",
|
|
122
|
+
"is-docker": "^4.0.0",
|
|
123
|
+
"is-wsl": "^3.1.1",
|
|
124
|
+
"jsonc-parser": "^3.3.1",
|
|
125
|
+
"jsonrepair": "^3.14.0",
|
|
126
|
+
"lodash-es": "^4.18.1",
|
|
127
|
+
"lru-cache": "^11.5.1",
|
|
128
|
+
"lucide-react": "^1.18.0",
|
|
129
|
+
"node-fetch": "^3.3.2",
|
|
130
|
+
"node-pty": "^1.1.0",
|
|
131
|
+
"open": "^11.0.0",
|
|
132
|
+
"openai": "^6.42.0",
|
|
133
|
+
"ora": "^9.4.0",
|
|
134
|
+
"p-map": "^7.0.4",
|
|
135
|
+
"picomatch": "^4.0.4",
|
|
136
|
+
"playwright": "^1.60.0",
|
|
137
|
+
"proper-lockfile": "^4.1.2",
|
|
138
|
+
"qrcode": "^1.5.4",
|
|
139
|
+
"react": "^19.2.7",
|
|
140
|
+
"react-dom": "^19.2.7",
|
|
141
|
+
"react-markdown": "^10.1.0",
|
|
142
|
+
"react-reconciler": "0.33.0",
|
|
143
|
+
"react-syntax-highlighter": "^16.1.1",
|
|
144
|
+
"shell-quote": "^1.8.4",
|
|
145
|
+
"tree-kill": "^1.2.2",
|
|
146
|
+
"turndown": "^7.2.4",
|
|
147
|
+
"usehooks-ts": "^3.1.1",
|
|
148
|
+
"vscode-jsonrpc": "^9.0.0",
|
|
149
|
+
"xss": "^1.0.15",
|
|
150
|
+
"zod": "^4.4.3"
|
|
151
|
+
},
|
|
152
|
+
"overrides": {
|
|
153
|
+
"react-reconciler": "0.33.0"
|
|
154
|
+
},
|
|
155
|
+
"devDependencies": {
|
|
156
|
+
"@ast-grep/cli": "^0.43.0",
|
|
157
|
+
"@biomejs/biome": "^2.5.0",
|
|
158
|
+
"@types/bun": "latest",
|
|
159
|
+
"@types/lodash-es": "^4.17.12",
|
|
160
|
+
"@types/semver": "^7.7.1"
|
|
161
|
+
},
|
|
162
|
+
"optionalDependencies": {
|
|
163
|
+
"sharp": "^0.35.1"
|
|
164
|
+
}
|
|
165
|
+
}
|