clew-code 0.2.4 → 0.2.5

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.
Files changed (57) hide show
  1. package/README.md +264 -292
  2. package/dist/clew-dev.js +5118 -2840
  3. package/dist/main.js +2358 -2133
  4. package/docs/_config.yml +1 -1
  5. package/docs/architecture.html +145 -166
  6. package/docs/architecture.th.html +2 -23
  7. package/docs/commands.html +1 -22
  8. package/docs/commands.th.html +1 -22
  9. package/docs/configuration.html +145 -166
  10. package/docs/configuration.th.html +2 -23
  11. package/docs/css/styles.css +22 -0
  12. package/docs/daemon.html +128 -160
  13. package/docs/daemon.th.html +2 -30
  14. package/docs/features/bridge-mode.html +98 -98
  15. package/docs/features/bridge-mode.th.html +1 -1
  16. package/docs/features/evals.html +181 -181
  17. package/docs/features/evals.th.html +1 -1
  18. package/docs/features/searxng-search.html +150 -150
  19. package/docs/features/searxng-search.th.html +1 -1
  20. package/docs/features/sentry-setup.html +156 -156
  21. package/docs/features/sentry-setup.th.html +1 -1
  22. package/docs/index.html +298 -333
  23. package/docs/index.th.html +1 -36
  24. package/docs/installation.html +103 -124
  25. package/docs/installation.th.html +2 -23
  26. package/docs/internals/growthbook-ab-testing.html +112 -112
  27. package/docs/internals/growthbook-ab-testing.th.html +1 -1
  28. package/docs/internals/hidden-features.html +147 -147
  29. package/docs/internals/hidden-features.th.html +1 -1
  30. package/docs/js/main.js +78 -7
  31. package/docs/loop.html +180 -0
  32. package/docs/loop.th.html +226 -0
  33. package/docs/mcp.html +246 -157
  34. package/docs/mcp.th.html +156 -60
  35. package/docs/models.html +1 -22
  36. package/docs/models.th.html +1 -22
  37. package/docs/peer.html +235 -0
  38. package/docs/peer.th.html +279 -0
  39. package/docs/permission-model.html +101 -122
  40. package/docs/permission-model.th.html +2 -23
  41. package/docs/plugins.html +101 -122
  42. package/docs/plugins.th.html +2 -23
  43. package/docs/providers.html +117 -138
  44. package/docs/providers.th.html +2 -23
  45. package/docs/quick-start.html +92 -120
  46. package/docs/quick-start.th.html +1 -29
  47. package/docs/research-memory.html +79 -111
  48. package/docs/research-memory.th.html +2 -30
  49. package/docs/skills.html +116 -137
  50. package/docs/skills.th.html +2 -23
  51. package/docs/taste.html +96 -29
  52. package/docs/taste.th.html +193 -54
  53. package/docs/tools.html +169 -190
  54. package/docs/tools.th.html +2 -23
  55. package/docs/troubleshooting.html +105 -126
  56. package/docs/troubleshooting.th.html +2 -23
  57. package/package.json +2 -2
package/README.md CHANGED
@@ -1,292 +1,264 @@
1
- <p align="center">
2
- <img src="/assets/clew-logo-long.png" alt="Clew" width="480" />
3
- </p>
4
-
5
- <p align="center">
6
- <a href="README.md"><strong>English</strong></a> ·
7
- <a href="readme/README.zh.md">中文</a> ·
8
- <a href="readme/README.th.md">ไทย</a> ·
9
- <a href="readme/README.ja.md">日本語</a> ·
10
- <a href="readme/README.ko.md">한국어</a> ·
11
- <a href="readme/README.es.md">Español</a> ·
12
- <a href="readme/README.fr.md">Français</a> ·
13
- <a href="readme/README.de.md">Deutsch</a> ·
14
- <a href="readme/README.pt.md">Português</a> ·
15
- <a href="readme/README.vi.md">Tiếng Việt</a> ·
16
- <a href="readme/README.id.md">Bahasa Indonesia</a> ·
17
- <a href="readme/README.ru.md">Русский</a> ·
18
- <a href="readme/README.hi.md">हिन्दी</a>
19
- </p>
20
-
21
- ---
22
-
23
- # Clew
24
-
25
- An unofficial CLI for AI-assisted development. Source-built, locally modifiable, and not tied to any single provider.
26
-
27
- Not an official product or supported implementation of any third-party software.
28
-
29
- > **Disclaimer:** Not affiliated with, endorsed by, or approved by any third party. Read [LICENSE.md](LICENSE.md) before use.
30
-
31
- ---
32
-
33
- ## Install
34
-
35
- ```bash
36
- npm install -g clew-code
37
- ```
38
-
39
- Run inside a project:
40
-
41
- ```bash
42
- clew
43
- ```
44
-
45
- > Requires Bun to be installed.
46
-
47
- **Build from source:**
48
-
49
- ```bash
50
- git clone https://github.com/ClewCode/ClewCode.git
51
- cd ClewCode
52
- bun install && bun run build && bun run start
53
- ```
54
-
55
- **Requirements:** Bun 1.3+, Node.js 18+, Git, one provider API key (or Ollama locally).
56
-
57
- ---
58
-
59
- ## Features
60
-
61
- | Feature | Description |
62
- |---|---|
63
- | **Multi-provider** | Anthropic, OpenAI, Gemini, OpenRouter, Ollama, NVIDIA, DeepSeek, Copilot, any OpenAI-compatible endpoint. Switch via `/model`. |
64
- | **Coding tools** | File read/edit/write, shell exec, LSP, MCP, `Glob`, `Grep`, `WebSearch`, `WebFetch`, browser automation. |
65
- | **Code review** | `/code-review --fix`, `/simplify`, `/pr create/list/view/review/merge`. |
66
- | **Agents** | Background runtime with supervisor, multi-step workflows, approvals, live footer status. |
67
- | **Peer-to-peer** | LAN discovery (UDP multicast), task delegation, role-based naming, 14 AI tools for autonomous coordination. |
68
- | **Taste** | Preference-learning from accept/reject signals. Rules inject into every prompt. 4 AI tools for rule management. |
69
- | **Daemon & loop** | 24/7 autonomous mode (`/loop`), task queue, auto-scheduling, health checks. |
70
- | **Plugins & hooks** | Pre/post tool hooks, dynamic skills (`.claude/skills/`), marketplace. |
71
- | **Bridge & relay** | WebSocket remote control, relay server for cross-network access. |
72
- | **Research** | Local-first multi-source research pipeline: plan collect extract → report. |
73
- | **Permission modes** | Default, Auto, Plan, YOLO levels granular tool execution control. |
74
- | **Sessions** | Save, resume, compact, rewind full conversation lifecycle. |
75
- | **Compact** | KiloCompact: log snipping, failed-state consolidation, semantic pruning. |
76
-
77
- ---
78
-
79
- ## Provider setup
80
-
81
- ```bash
82
- export ANTHROPIC_API_KEY=sk-ant-...
83
- export OPENAI_API_KEY=sk-...
84
- export GOOGLE_API_KEY=...
85
- export OPENROUTER_API_KEY=sk-or-...
86
- export OLLAMA_HOST=http://localhost:11434
87
- ```
88
-
89
- ---
90
-
91
- ## Commands
92
-
93
- <details>
94
- <summary><strong>17 commands</strong></summary>
95
-
96
- ```
97
- /model Switch provider or model
98
- /taste Preference-learning menu
99
- /status Provider, session, context info
100
- /doctor Diagnostics
101
- /context Active context usage
102
- /compact Compress conversation history
103
- /mcp MCP server management
104
- /code-review Review changed files for bugs
105
- /simplify Cleanup-focused review
106
- /plugin Plugin and hook management
107
- /bridge Bridge mode config
108
- /agent Background agent workflows
109
- /peer LAN peer coordination
110
- /remote WebSocket remote control
111
- /loop 24/7 autonomous agent loop
112
- /daemon Autonomous daemon dashboard
113
- /task Scheduled tasks
114
- ```
115
-
116
- </details>
117
-
118
- Type `/` to browse all commands.
119
-
120
- ---
121
-
122
- ## Taste
123
-
124
- Learns from accept, reject, edit, test, and lint signals. Combines symbolic rules, semantic scoring, and contextual bandit optimization. Confidence decays on a 30-day half-life.
125
-
126
- <details>
127
- <summary><strong>Commands</strong></summary>
128
-
129
- ```
130
- /taste Open menu
131
- /taste learn <rule> Add a rule manually
132
- /taste forget <id> Remove a rule
133
- /taste profile All current rules
134
- /taste suggest Auto-detected patterns
135
- /taste init Analyze codebase to generate initial rules
136
- /taste eval Self-evaluation
137
- /taste export / import
138
- /taste on / off
139
- ```
140
-
141
- **AI tools:** `taste_learn`, `taste_forget`, `taste_profile`, `taste_suggest`
142
-
143
- </details>
144
-
145
- See [docs/taste.html](docs/taste.html).
146
-
147
- ---
148
-
149
- ## Peer-to-Peer
150
-
151
- LAN peer discovery via UDP multicast. Discover workers, assign tasks, set roles, and coordinate autonomously.
152
-
153
- <details>
154
- <summary><strong>Commands</strong></summary>
155
-
156
- ```
157
- /peer Open interactive menu
158
- /peer share Start advertising as worker
159
- /peer share stop Stop advertising
160
- /peer discover Scan LAN for peers
161
- /peer join <port> Connect to a peer
162
- /peer list Show connected peers
163
- /peer todo <peer> <t> Assign a task
164
- /peer todos View received tasks
165
- /peer todo done <id> Mark task complete
166
- /peer name <name> Set display name
167
- /peer role <role> Set role (builder, tester, etc.)
168
- /peer inbox View pending messages
169
- /peer spawn [opts] Spawn a new peer terminal
170
- /peer help Show all commands
171
- ```
172
-
173
- **AI tools (14):** `peer_discover`, `peer_join`, `peer_send_task`, `peer_send_message`, `peer_run`, `peer_broadcast`, `peer_ping`, `peer_disconnect`, `peer_list_tasks`, `peer_list_roles`, `peer_list_messages`, `peer_set_name`, `peer_set_role`, `peer_share`
174
-
175
- </details>
176
-
177
- See [docs/features/peer.html](docs/features/peer.html).
178
-
179
- ---
180
-
181
- ## Scheduled tasks
182
-
183
- ```
184
- /task
185
- Name: Server Check
186
- Schedule: Daily at 20:00
187
- Prompt: Verify the status of local servers
188
- Storage: Durable
189
- ```
190
-
191
- Durable tasks persist to `.claude/scheduled_tasks.json`. Session-only tasks disappear when the session ends. Recurring tasks use 5-field cron.
192
-
193
- ---
194
-
195
- ## Development
196
-
197
- ```bash
198
- bun run dev # live reload
199
- bun run build # build to dist/
200
- bun test
201
- bun x tsc --noEmit
202
- bun run check:ci
203
-
204
- DEBUG=1 bun run src/main.tsx
205
- DEBUG=provider:anthropic bun run src/main.tsx
206
- ```
207
-
208
- **Windows:**
209
- ```powershell
210
- Remove-Item -Recurse -Force node_modules
211
- bun install && bun run dev
212
- ```
213
-
214
- ---
215
-
216
- ## Project layout
217
-
218
- <details>
219
- <summary><strong>src/ tree</strong></summary>
220
-
221
- ```
222
- src/
223
- ├── main.tsx # entry point
224
- ├── query.ts / QueryEngine.ts
225
- ├── agentRuntime/ # background agent orchestration
226
- ├── commands/ # slash command implementations
227
- ├── tools/ # built-in tools
228
- ├── services/
229
- │ ├── ai/ # provider manager and adapters
230
- │ ├── mcp/ # MCP clients
231
- │ ├── plugins/ # plugin hooks
232
- │ ├── lsp/ # LSP integration
233
- │ ├── Supervisor/ # agent supervisor
234
- │ └── SessionMemory/
235
- ├── peer/ # LAN peer discovery
236
- ├── coordinator/ # multi-agent coordinator
237
- ├── bridge/ # WebSocket bridge
238
- └── vim/ # vim navigation mode
239
- ```
240
-
241
- </details>
242
-
243
- ---
244
-
245
- ## Docs
246
-
247
- [Installation](docs/installation.html) · [Configuration](docs/configuration.html) · [Providers](docs/providers.html) · [Commands](docs/commands.html) · [Tools](docs/tools.html) · [Plugins](docs/plugins.html) · [Skills](docs/skills.html) · [Architecture](docs/architecture.html) · [Peer-to-Peer](docs/features/peer.html) · [Bridge Mode](docs/features/bridge-mode.html) · [Taste](docs/taste.html) · [Troubleshooting](docs/troubleshooting.html)
248
-
249
- ---
250
-
251
- ## Contributing
252
-
253
- Read [CONTRIBUTING.md](CONTRIBUTING.md), [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md), [SECURITY.md](SECURITY.md), and [LICENSE.md](LICENSE.md) before submitting anything.
254
-
255
- Don't submit proprietary code, leaked material, or credentials. Report security issues privately per [SECURITY.md](SECURITY.md) — not as public issues.
256
-
257
- ---
258
-
259
- ## Changelog
260
-
261
- <details>
262
- <summary><strong>0.2.42026-06-08</strong></summary>
263
-
264
- - **Peer-to-peer** UDP multicast peer discovery, file registry, `/peer share/discover/join/list/todo/name/role`. Interactive PeerMenu. 14 AI coordination tools. Inbound tasks auto-enqueue into AI prompt.
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
+ [![GitHub stars](https://img.shields.io/github/stars/ClewCode/ClewCode?style=social)](https://github.com/ClewCode/ClewCode/stargazers)
12
+ [![Contributors](https://img.shields.io/github/contributors/ClewCode/ClewCode.svg)](https://github.com/ClewCode/ClewCode/graphs/contributors)
13
+ [![Release](https://img.shields.io/github/v/release/ClewCode/ClewCode)](https://github.com/ClewCode/ClewCode/releases)
14
+ [![npm](https://img.shields.io/npm/v/clew-code)](https://www.npmjs.com/package/clew-code)
15
+ [![CI](https://img.shields.io/github/actions/workflow/status/ClewCode/ClewCode/release.yml?branch=main)](https://github.com/ClewCode/ClewCode/actions)
16
+ [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](#license)
17
+ [![Platform](https://img.shields.io/badge/platform-macOS%20·%20Windows%20·%20Linux-lightgrey.svg)](#installation)
18
+ [![Built with Bun](https://img.shields.io/badge/built%20with-Bun-ff69b4.svg)](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.