fix: add agents identity helper

This commit is contained in:
Peter Steinberger
2026-01-19 10:44:09 +00:00
parent 9292ec9880
commit fcea6303ed
8 changed files with 465 additions and 12 deletions

View File

@@ -14,6 +14,7 @@ Docs: https://docs.clawd.bot
### Fixes
- UI: enable shell mode for sync Windows spawns to avoid `pnpm ui:build` EINVAL. (#1212) — thanks @longmaba.
- Agents: add `clawdbot agents set-identity` helper and update bootstrap guidance for multi-agent setups. (#1222) — thanks @ThePickle31.
- Plugins: surface plugin load/register/config errors in gateway logs with plugin/source context.
- Agents: propagate accountId into embedded runs so sub-agent announce routing honors the originating account. (#1058)
- Compaction: include tool failure summaries in safeguard compaction to prevent retry loops. (#1084)