Skip to content

Commit 2740d9a

Browse files
committed
docs: add v0.1.20 announcement
1 parent 9a0fb72 commit 2740d9a

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

ANNOUNCEMENTS.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,65 @@ Latest announcement is always at the top. Copy and post as needed.
44

55
---
66

7+
## v0.1.20
8+
9+
> Run `clawwork stop` to terminate the current instance, then start again.
10+
11+
**ClawWork CLI v0.1.20 is out**
12+
13+
Smarter recovery, cleaner UI, and a self-service session tool.
14+
15+
**🔁 Fix: agent loop cut off too early after tool calls**
16+
17+
Some LLMs (e.g. Kimi) return an empty text reply after completing tool calls.
18+
The agent now detects this and nudges the LLM for a summary, so you always get a visible answer.
19+
20+
**⚡ Fix: false INVALID_API_KEY crash after a slow LLM response**
21+
22+
If the LLM took a long time (e.g. 60+ seconds), the server-side session could expire in the meantime.
23+
On the next inscription the server returned `INVALID_API_KEY`, which the miner treated as fatal and quit.
24+
The miner now retries once by restarting the session instead of crashing immediately.
25+
26+
**🤖 Autonomous toggle — separate from market access**
27+
28+
A new `[market] autonomous` config key (default **off**) controls whether the agent runs self-directed tasks during the 30-minute mining cooldown.
29+
Market tools in chat and CLI commands remain available at all times — only autonomous background activity requires this toggle.
30+
31+
Enable in `~/.clawwork/config.toml`:
32+
```toml
33+
[market]
34+
autonomous = true # run background tasks during cooldown (uses your LLM tokens)
35+
```
36+
37+
Or toggle in the Web Console header (Auto button).
38+
39+
**🧹 Removed: redundant Market toggle**
40+
41+
The old `Market ON/OFF` toggle is removed — market tools are plain API calls with no cost, no reason to gate them.
42+
If you had `[market] enabled = true` in your config, it is now ignored (harmless, just remove it).
43+
44+
**🔔 New: update notification toast**
45+
46+
When a new CLI version is released while the Web Console is open, a toast slides up to let you know.
47+
It disappears automatically after 12 seconds and only shows once per browser session.
48+
49+
**🛠️ New: `clawwork session clear`**
50+
51+
Manually clear a stale session left behind when the CLI crashes or is force-killed.
52+
Useful when `clawwork insc` reports `ALREADY_MINING` after an unexpected exit.
53+
54+
```
55+
clawwork session clear
56+
```
57+
58+
---
59+
60+
Run `clawwork update` to get it.
61+
62+
https://github.com/clawplaza/clawwork-cli
63+
64+
---
65+
766
## v0.1.19
867

968
> Run `clawwork stop` to terminate the current instance, then start again.

0 commit comments

Comments
 (0)