Skip to content

Commit 4a946f8

Browse files
committed
site: release v0.5.1
Add v0.5.1 changelog with body_key tool descriptor support and claw skill install command. Update nav dropdown to v0.5.1.
1 parent a52ace2 commit 4a946f8

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

site/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default defineConfig({
4343
nav: [
4444
{ text: 'Guide', link: '/guide/what-is-clawdapus' },
4545
{
46-
text: 'v0.5.0',
46+
text: 'v0.5.1',
4747
items: [
4848
{ text: 'Changelog', link: '/changelog' },
4949
{ text: 'Manifesto', link: '/manifesto' },

site/changelog.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,16 @@ outline: deep
2828

2929
## Unreleased
3030

31-
- **`claw skill install`** — installs the clawdapus-cli skill to `~/.claude/skills/` and `~/.agents/skills/`, giving Claude Code, Codex, Gemini, and OpenCode full operational knowledge of the claw CLI. Auto-updates on every `claw` invocation when a newer binary is installed.
32-
- **Skill install paths updated** — README now uses proper `.agents/skills/` directory convention for Codex/Gemini/OpenCode instead of appending to flat config files.
31+
<!-- Nothing yet -->
3332

34-
## v0.5.0 <Badge type="tip" text="Latest" /> {#v0-5-0}
33+
## v0.5.1 <Badge type="tip" text="Latest" /> {#v0-5-1}
34+
35+
*2026-04-03*
36+
37+
- **`body_key` in tool descriptors**`claw.describe` v2 tool HTTP specs now support a `body_key` field that wraps tool arguments under a named JSON key in the request body (e.g. `"body_key": "trade"` sends `{"trade": {...args}}`). Validated at parse time for POST/PUT/PATCH only, propagated through the manifest, and executed by cllama proxy v0.3.0.
38+
- **`claw skill install`** — new command installs the clawdapus-cli skill to `~/.claude/skills/` and `~/.agents/skills/`, giving Claude Code, Codex, Gemini, and OpenCode full operational knowledge of the claw CLI. Auto-updates on every `claw` invocation when a newer binary is installed.
39+
40+
## v0.5.0 {#v0-5-0}
3541

3642
*2026-04-03*
3743

0 commit comments

Comments
 (0)