clew-code 0.2.4 → 0.2.6
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 +264 -292
- package/dist/clew-dev.js +5118 -2840
- package/dist/main.js +2315 -2090
- package/docs/_config.yml +1 -1
- package/docs/architecture.html +145 -166
- package/docs/architecture.th.html +2 -23
- package/docs/commands.html +1 -22
- package/docs/commands.th.html +1 -22
- package/docs/configuration.html +145 -166
- package/docs/configuration.th.html +2 -23
- package/docs/css/styles.css +22 -0
- package/docs/daemon.html +128 -160
- package/docs/daemon.th.html +2 -30
- package/docs/features/bridge-mode.html +98 -98
- package/docs/features/bridge-mode.th.html +1 -1
- package/docs/features/evals.html +181 -181
- package/docs/features/evals.th.html +1 -1
- package/docs/features/searxng-search.html +150 -150
- package/docs/features/searxng-search.th.html +1 -1
- package/docs/features/sentry-setup.html +156 -156
- package/docs/features/sentry-setup.th.html +1 -1
- package/docs/index.html +298 -333
- package/docs/index.th.html +1 -36
- package/docs/installation.html +103 -124
- package/docs/installation.th.html +2 -23
- package/docs/internals/growthbook-ab-testing.html +112 -112
- package/docs/internals/growthbook-ab-testing.th.html +1 -1
- package/docs/internals/hidden-features.html +147 -147
- package/docs/internals/hidden-features.th.html +1 -1
- package/docs/js/main.js +78 -7
- package/docs/loop.html +180 -0
- package/docs/loop.th.html +226 -0
- package/docs/mcp.html +246 -157
- package/docs/mcp.th.html +156 -60
- package/docs/models.html +1 -22
- package/docs/models.th.html +1 -22
- package/docs/peer.html +235 -0
- package/docs/peer.th.html +279 -0
- package/docs/permission-model.html +101 -122
- package/docs/permission-model.th.html +2 -23
- package/docs/plugins.html +101 -122
- package/docs/plugins.th.html +2 -23
- package/docs/providers.html +117 -138
- package/docs/providers.th.html +2 -23
- package/docs/quick-start.html +92 -120
- package/docs/quick-start.th.html +1 -29
- package/docs/research-memory.html +79 -111
- package/docs/research-memory.th.html +2 -30
- package/docs/skills.html +116 -137
- package/docs/skills.th.html +2 -23
- package/docs/taste.html +96 -29
- package/docs/taste.th.html +193 -54
- package/docs/tools.html +169 -190
- package/docs/tools.th.html +2 -23
- package/docs/troubleshooting.html +105 -126
- package/docs/troubleshooting.th.html +2 -23
- package/package.json +5 -3
package/README.md
CHANGED
|
@@ -1,292 +1,264 @@
|
|
|
1
|
-
<
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
```bash
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
```
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
---
|
|
78
|
-
|
|
79
|
-
##
|
|
80
|
-
|
|
81
|
-
```
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
/
|
|
98
|
-
/taste
|
|
99
|
-
/
|
|
100
|
-
/
|
|
101
|
-
/
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
```
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
/
|
|
134
|
-
/taste
|
|
135
|
-
/
|
|
136
|
-
/
|
|
137
|
-
/
|
|
138
|
-
/
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
/
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
/
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
/
|
|
166
|
-
/
|
|
167
|
-
/
|
|
168
|
-
/
|
|
169
|
-
/
|
|
170
|
-
/
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
```
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
bun
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
<
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
</details>
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
- **Taste tools** — `taste_learn`, `taste_forget`, `taste_profile`, `taste_suggest`
|
|
266
|
-
- **Autonomous agents** — agent loop, supervisor integration, task queue, Loop Lock
|
|
267
|
-
- **Workflow Rainbow** — per-character gradient for "workflow" keyword
|
|
268
|
-
|
|
269
|
-
</details>
|
|
270
|
-
|
|
271
|
-
<details>
|
|
272
|
-
<summary><strong>0.2.3 — 2026-06-07</strong></summary>
|
|
273
|
-
|
|
274
|
-
- `/effort` now works with any provider exposing `reasoningEffort` (NVIDIA, DeepSeek, OpenRouter, etc.)
|
|
275
|
-
- `/model` fetches live model list from NVIDIA API
|
|
276
|
-
- Taste auto-learns patterns from accept/reject signals; `/taste suggest` to review, `/taste init` to bootstrap from codebase
|
|
277
|
-
- Relay server for cross-network remote control (`/remote listen --relay`)
|
|
278
|
-
- Guardian: LLM permission reviewer with circuit breaker and `/approve` override
|
|
279
|
-
- Bridge v2: provider-agnostic remote control and REPL bridging
|
|
280
|
-
- `/pr create/list/view/review/merge/status`
|
|
281
|
-
- Security: PowerShell execution rules, malformed tool call guard, 100 MB bash output cap
|
|
282
|
-
- Bug fixes: blank screen on startup, autocomplete duplication, provider base URL resolution
|
|
283
|
-
|
|
284
|
-
</details>
|
|
285
|
-
|
|
286
|
-
[Full changelog](CHANGELOG.md)
|
|
287
|
-
|
|
288
|
-
---
|
|
289
|
-
|
|
290
|
-
## License
|
|
291
|
-
|
|
292
|
-
[LICENSE.md](LICENSE.md) — covers only contributor-authored modifications and original additions. Does not grant rights to third-party software, models, or trademarks.
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
<img src="assets/clew-logo-long.png" alt="Clew Code" width="480" />
|
|
4
|
+
|
|
5
|
+
# Clew Code
|
|
6
|
+
|
|
7
|
+
**The open-source AI coding agent — in your terminal and on your LAN.**
|
|
8
|
+
|
|
9
|
+
A multi-provider AI coding CLI that codes, learns your preferences, coordinates across machines, and runs autonomously on your own hardware. One Bun bundle. Local-first by design.
|
|
10
|
+
|
|
11
|
+
[](https://github.com/ClewCode/ClewCode/stargazers)
|
|
12
|
+
[](https://github.com/ClewCode/ClewCode/graphs/contributors)
|
|
13
|
+
[](https://github.com/ClewCode/ClewCode/releases)
|
|
14
|
+
[](https://www.npmjs.com/package/clew-code)
|
|
15
|
+
[](https://github.com/ClewCode/ClewCode/actions)
|
|
16
|
+
[](#license)
|
|
17
|
+
[](#installation)
|
|
18
|
+
[](https://bun.sh)
|
|
19
|
+
|
|
20
|
+
[GitHub](https://github.com/ClewCode/ClewCode) · [Latest Release](https://github.com/ClewCode/ClewCode/releases) · [Docs](docs/index.html) · [Issues](https://github.com/ClewCode/ClewCode/issues)
|
|
21
|
+
|
|
22
|
+
</div>
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## Hacking in public
|
|
27
|
+
|
|
28
|
+
Clew Code is a fork of [Claude Code](https://github.com/anthropics/claude-code) (Anthropic), rebuilt from the ground up to be **multi-provider** — you're not locked into one API. As of this writing the project ships peer-to-peer LAN coordination, a preference-learning engine, autonomous background loops, MCP integration, and 27 provider adapters.
|
|
29
|
+
|
|
30
|
+
> Forked from Claude Code. Rebuilt for every provider.
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## Features
|
|
35
|
+
|
|
36
|
+
- **27 providers** — Anthropic, OpenAI, Google Gemini, DeepSeek, Groq, xAI (Grok), Mistral, Cohere, Perplexity, Cerebras, Moonshot (Kimi), Zhipu (GLM), NVIDIA NIM, OpenRouter, GitHub Copilot, OpenCode, KiloCode, Ollama (local), Together AI, Fireworks AI, Deep Infra, SiliconFlow, Hugging Face, Poe, DigitalOcean, Cline, OpenCode Go. Switch mid-session.
|
|
37
|
+
- **Peer-to-peer LAN mesh** — find other Clew instances on the same machine (file registry) or across machines (UDP multicast). Assign tasks, set roles, execute remote commands — 14 AI tools let your agent coordinate autonomously.
|
|
38
|
+
- **Preference learning (Taste)** — learns from accept, reject, edit, test, and lint signals. Three-tier rule engine (≥0.85 blocks edits, ≥0.55 injects into prompts, <0.55 scores silently). Contextual bandit with 6 strategy arms. Auto-decay on 30-day half-life.
|
|
39
|
+
- **Autonomous agent loop** — file-backed persistent task queue, lease-based concurrency, exponential backoff retry, dead-letter management. Cron scheduler for recurring jobs. Max 3 concurrent workers.
|
|
40
|
+
- **50+ built-in tools** — Read, Write, Edit, Glob, Grep, Bash, WebSearch, WebFetch, Browser (Playwright), PR (create/list/view/review/merge/status), NotebookEdit, JsonPath, peer tools, MCP tools.
|
|
41
|
+
- **MCP — Model Context Protocol** — connect external tools via stdio (local subprocesses), SSE (remote servers with OAuth), or DirectConnect (in-process plugin servers).
|
|
42
|
+
- **Skills, plugins, hooks** — extend without touching source. Skills via `SKILL.md`, plugins with manifest, hooks at every lifecycle stage (PreToolUse, PostToolUse, PreBash, PostPrompt, PreAcceptEdit).
|
|
43
|
+
- **7 permission modes** — default, ask, plan, auto, acceptEdits, bypassPermissions, dontAsk. Granular allow/deny rules with pattern matching.
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## Install
|
|
48
|
+
|
|
49
|
+
```bash
|
|
50
|
+
npm install -g clew-code
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
```bash
|
|
54
|
+
# Then run inside any project
|
|
55
|
+
cd my-project
|
|
56
|
+
clew
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
Requires [Bun](https://bun.sh) 1.3+, Node.js 18+, Git, and one provider API key.
|
|
60
|
+
|
|
61
|
+
**Build from source:**
|
|
62
|
+
|
|
63
|
+
```bash
|
|
64
|
+
git clone https://github.com/ClewCode/ClewCode.git
|
|
65
|
+
cd ClewCode
|
|
66
|
+
bun install && bun run build && bun run start
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
<details>
|
|
70
|
+
<summary><b>Platform notes</b></summary>
|
|
71
|
+
|
|
72
|
+
- **macOS** — works out of the box (Apple Silicon & Intel)
|
|
73
|
+
- **Linux** — no special dependencies
|
|
74
|
+
- **Windows** — requires Git Bash, WSL, or PowerShell. Some tools (ComputerUse) are Windows-only.
|
|
75
|
+
</details>
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
## Quick start
|
|
80
|
+
|
|
81
|
+
```sh
|
|
82
|
+
# First run — pick a provider when prompted
|
|
83
|
+
clew
|
|
84
|
+
|
|
85
|
+
# Configure a provider (inside the REPL)
|
|
86
|
+
❯ /provider openai
|
|
87
|
+
❯ /model gpt-5.5
|
|
88
|
+
|
|
89
|
+
# Or try DeepSeek
|
|
90
|
+
❯ /model deepseek-v4-pro
|
|
91
|
+
|
|
92
|
+
# Or go local with Ollama
|
|
93
|
+
❯ /model ollama/llama3.3
|
|
94
|
+
|
|
95
|
+
# In-session commands
|
|
96
|
+
❯ /help # list everything
|
|
97
|
+
❯ /status # current provider, model, context info
|
|
98
|
+
❯ /taste # preference-learning menu
|
|
99
|
+
❯ /peer discover # find other Clew instances on LAN
|
|
100
|
+
❯ /mcp list # connected MCP servers
|
|
101
|
+
❯ /loop start # background autonomous loop
|
|
102
|
+
|
|
103
|
+
# One-shot mode (pipe-friendly)
|
|
104
|
+
clew -p "summarize CHANGELOG.md"
|
|
105
|
+
|
|
106
|
+
# Resume last session
|
|
107
|
+
clew --resume last
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
## Provider setup
|
|
113
|
+
|
|
114
|
+
```bash
|
|
115
|
+
export ANTHROPIC_API_KEY=sk-ant-...
|
|
116
|
+
export OPENAI_API_KEY=sk-...
|
|
117
|
+
export GOOGLE_API_KEY=...
|
|
118
|
+
export DEEPSEEK_API_KEY=...
|
|
119
|
+
export GROQ_API_KEY=...
|
|
120
|
+
export OPENROUTER_API_KEY=...
|
|
121
|
+
export OLLAMA_HOST=http://localhost:11434
|
|
122
|
+
export COPILOT_GITHUB_TOKEN=gho_...
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
---
|
|
126
|
+
|
|
127
|
+
## Commands
|
|
128
|
+
|
|
129
|
+
<details>
|
|
130
|
+
<summary><strong>17 slash commands</strong></summary>
|
|
131
|
+
|
|
132
|
+
```
|
|
133
|
+
/model Switch provider or model
|
|
134
|
+
/taste Preference-learning menu
|
|
135
|
+
/status Provider, session, context info
|
|
136
|
+
/doctor Diagnostics
|
|
137
|
+
/context Active context usage
|
|
138
|
+
/compact Compress conversation history
|
|
139
|
+
/mcp MCP server management
|
|
140
|
+
/code-review Review changed files for bugs
|
|
141
|
+
/simplify Cleanup-focused review
|
|
142
|
+
/plugin Plugin and hook management
|
|
143
|
+
/bridge Bridge mode config
|
|
144
|
+
/agent Background agent workflows
|
|
145
|
+
/peer LAN peer coordination
|
|
146
|
+
/remote WebSocket remote control
|
|
147
|
+
/loop 24/7 autonomous agent loop
|
|
148
|
+
/daemon Autonomous daemon dashboard
|
|
149
|
+
/task Scheduled tasks
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
</details>
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
156
|
+
## Project layout
|
|
157
|
+
|
|
158
|
+
<details>
|
|
159
|
+
<summary><strong>src/ — single-entry Bun bundle</strong></summary>
|
|
160
|
+
|
|
161
|
+
```
|
|
162
|
+
src/
|
|
163
|
+
├── main.tsx # Entry point
|
|
164
|
+
├── query.ts / QueryEngine.ts
|
|
165
|
+
├── agentRuntime/ # Background agent orchestration
|
|
166
|
+
├── commands/ # Slash command implementations
|
|
167
|
+
├── tools/ # 50+ built-in tools
|
|
168
|
+
├── services/
|
|
169
|
+
│ ├── ai/ # Provider manager + 27 providers
|
|
170
|
+
│ ├── mcp/ # MCP client + auth + transports
|
|
171
|
+
│ ├── plugins/ # Plugin hooks + marketplace
|
|
172
|
+
│ ├── autonomous/ # Agent loop + task queue + cron
|
|
173
|
+
│ ├── taste/ # Preference-learning engine
|
|
174
|
+
│ ├── lsp/ # LSP integration
|
|
175
|
+
│ └── Supervisor/ # Agent supervisor IPC
|
|
176
|
+
├── peer/ # PeerServer + PeerDiscovery
|
|
177
|
+
├── bridge/ # WebSocket bridge + relay
|
|
178
|
+
├── components/ # Ink terminal UI components
|
|
179
|
+
├── state/ # AppState management
|
|
180
|
+
└── hooks/ # React hooks
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
</details>
|
|
184
|
+
|
|
185
|
+
---
|
|
186
|
+
|
|
187
|
+
## Development
|
|
188
|
+
|
|
189
|
+
```bash
|
|
190
|
+
bun run dev # Live reload
|
|
191
|
+
bun run build # Build to dist/
|
|
192
|
+
bun test # Vitest
|
|
193
|
+
bun x tsc --noEmit # Type-check
|
|
194
|
+
bun run check:ci # Full CI check (lint + test + typecheck)
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
**Windows:**
|
|
198
|
+
```powershell
|
|
199
|
+
Remove-Item -Recurse -Force node_modules
|
|
200
|
+
bun install && bun run dev
|
|
201
|
+
```
|
|
202
|
+
|
|
203
|
+
---
|
|
204
|
+
|
|
205
|
+
## Contribute
|
|
206
|
+
|
|
207
|
+
We welcome contributions. Read [CONTRIBUTING.md](CONTRIBUTING.md), [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md), [SECURITY.md](SECURITY.md), and [LICENSE.md](LICENSE.md) before submitting.
|
|
208
|
+
|
|
209
|
+
### Good first issues
|
|
210
|
+
|
|
211
|
+
- Add a new provider adapter in `src/services/ai/`
|
|
212
|
+
- Write tests for untested tools
|
|
213
|
+
- Fix docs, add examples
|
|
214
|
+
- Build a plugin or MCP server
|
|
215
|
+
- Improve Windows support
|
|
216
|
+
|
|
217
|
+
### Contributors
|
|
218
|
+
|
|
219
|
+
<a href="https://github.com/ClewCode/ClewCode/graphs/contributors">
|
|
220
|
+
<img src="https://contrib.rocks/image?repo=ClewCode/ClewCode" alt="Contributors" />
|
|
221
|
+
</a>
|
|
222
|
+
|
|
223
|
+
---
|
|
224
|
+
|
|
225
|
+
## Documentation
|
|
226
|
+
|
|
227
|
+
[Installation](docs/installation.html) · [Configuration](docs/configuration.html) · [Providers](docs/providers.html) · [Models](docs/models.html) · [Commands](docs/commands.html) · [Tools](docs/tools.html) · [MCP](docs/mcp.html) · [Plugins](docs/plugins.html) · [Skills](docs/skills.html) · [Peer-to-Peer](docs/peer.html) · [Taste](docs/taste.html) · [Agent Loop](docs/loop.html) · [Permission Model](docs/permission-model.html) · [Daemon](docs/daemon.html) · [Bridge Mode](docs/features/bridge-mode.html) · [Troubleshooting](docs/troubleshooting.html)
|
|
228
|
+
|
|
229
|
+
---
|
|
230
|
+
|
|
231
|
+
## Changelog
|
|
232
|
+
|
|
233
|
+
<details>
|
|
234
|
+
<summary><strong>v0.2.4 — 2026-06-08</strong></summary>
|
|
235
|
+
|
|
236
|
+
- **Peer-to-peer** — UDP multicast discovery, file registry, 14 AI coordination tools, interactive PeerMenu
|
|
237
|
+
- **Taste** — `taste_learn`, `taste_forget`, `taste_profile`, `taste_suggest` tools
|
|
238
|
+
- **Autonomous agents** — agent loop, supervisor integration, task queue, Loop Lock
|
|
239
|
+
- **Workflow Rainbow** — per-character gradient highlight for "workflow" keyword
|
|
240
|
+
|
|
241
|
+
</details>
|
|
242
|
+
|
|
243
|
+
<details>
|
|
244
|
+
<summary><strong>v0.2.3 — 2026-06-07</strong></summary>
|
|
245
|
+
|
|
246
|
+
- `/effort` works with any provider exposing `reasoningEffort` (NVIDIA, DeepSeek, OpenRouter, etc.)
|
|
247
|
+
- `/model` fetches live model list from provider APIs
|
|
248
|
+
- Taste auto-learns patterns from accept/reject signals
|
|
249
|
+
- Relay server for cross-network remote control
|
|
250
|
+
- Bridge v2: provider-agnostic remote control
|
|
251
|
+
- `/pr create/list/view/review/merge/status`
|
|
252
|
+
- Security: PowerShell rules, malformed tool call guard, 100 MB bash output cap
|
|
253
|
+
|
|
254
|
+
</details>
|
|
255
|
+
|
|
256
|
+
[Full changelog](CHANGELOG.md)
|
|
257
|
+
|
|
258
|
+
---
|
|
259
|
+
|
|
260
|
+
## License
|
|
261
|
+
|
|
262
|
+
[LICENSE.md](LICENSE.md) — covers only contributor-authored modifications and original additions. Does not grant rights to third-party software, models, or trademarks.
|
|
263
|
+
|
|
264
|
+
Clew Code is a fork of [Claude Code](https://github.com/anthropics/claude-code) (Anthropic). All original Claude Code code remains under its license.
|