Releases: zeulewan/glueclaw
Releases · zeulewan/glueclaw
v2.0.0
07 May 17:19
Compare
Sorry, something went wrong.
Filter
Sorry, something went wrong.
No results found
2.0.0 (2026年05月07日)
fix!: retire ~/.glueclaw legacy fallback; require ctx.workspaceDir (89ac995 )
Bug Fixes
auto-recover from stale --resume; anchor sessions to ctx.workspaceDir (34d7d9a ), closes #37 #37
derive agent id from sessionKey, drop "main" fallback (8edb8bf )
ignore OpenClaw runtime metadata in prompt extraction (996ce32 )
mirror glueclaw env vars in setup metadata (b30b243 )
skip Telegram-style "Conversation info" metadata wraps in prompt extraction (13083ca )
surface claude's actual error text instead of "returned success" (ff4fc54 )
use current OpenClaw provider auth API (99633de )
BREAKING CHANGES
minimum OpenClaw version is now 2026.5.x. The plugin
no longer falls back to a global ~/.glueclaw directory when the
runtime omits ProviderCreateStreamFnContext.workspaceDir — instead
it throws at registration with a clear error pointing at the upgrade.
Why
v1.5.0
01 May 22:09
Compare
Sorry, something went wrong.
Filter
Sorry, something went wrong.
No results found
1.5.0 (2026年05月01日)
Bug Fixes
stabilize MCP loopback auth stamping stack (a789302 )
Features
bootstrap OpenClaw MCP loopback in-process to expose session tools natively (#30 ) (84b2794 )
derive per-turn session key for inter-agent auth stamping (#32 ) (97eee06 ), closes #31
v1.4.0
01 May 21:57
Compare
Sorry, something went wrong.
Filter
Sorry, something went wrong.
No results found
1.4.0 (2026年05月01日)
Bug Fixes
Features
allow overriding stream request timeout via env var (#2 ) (1730b9b )
v1.3.0
12 Apr 00:12
Compare
Sorry, something went wrong.
Filter
Sorry, something went wrong.
No results found
1.3.0 (2026年04月12日)
Features
emit tool activity events for TUI indicators (f1d29e1 ), closes #6
v1.2.3
12 Apr 00:07
Compare
Sorry, something went wrong.
Filter
Sorry, something went wrong.
No results found
1.2.3 (2026年04月12日)
Bug Fixes
healthcheck: add --verbose flag required by claude CLI (dc3905c )
v1.2.2
12 Apr 00:05
Compare
Sorry, something went wrong.
Filter
Sorry, something went wrong.
No results found
1.2.2 (2026年04月12日)
Bug Fixes
healthcheck: use connectivity test by default, accept prompt file (fcdd069 )
v1.2.1
12 Apr 00:03
Compare
Sorry, something went wrong.
Filter
Sorry, something went wrong.
No results found
1.2.1 (2026年04月12日)
Bug Fixes
healthcheck: pass required CLI flags to claude subprocess (ced35ca )
v1.2.0
12 Apr 00:00
Compare
Sorry, something went wrong.
Filter
Sorry, something went wrong.
No results found
1.2.0 (2026年04月12日)
Features
add automated detection healthcheck with binary search (c82c433 ), closes #7
v1.1.0
11 Apr 23:50
Compare
Sorry, something went wrong.
Filter
Sorry, something went wrong.
No results found
1.1.0 (2026年04月11日)
Features
add input field to model catalog for picker visibility (571670e ), closes #5
v1.0.1
11 Apr 23:11
Compare
Sorry, something went wrong.
Filter
Sorry, something went wrong.
No results found
1.0.1 (2026年04月11日)
Bug Fixes
use sudo for MCP patch when OpenClaw dist is root-owned (b7b0547 ), closes #13