fix: update changelog + clawtributors (#1571) (thanks @Takhoffman)

This commit is contained in:
Peter Steinberger
2026-01-24 07:43:42 +00:00
parent ff52aec38e
commit b051621bd4
2 changed files with 26 additions and 24 deletions

View File

@@ -6,6 +6,7 @@ Docs: https://docs.clawd.bot
### Changes
- Agents: keep system prompt time zone-only and move current time to `session_status` for better cache hits.
- Agents: remove redundant bash tool alias from tool registration/display. (#1571) Thanks @Takhoffman.
- Browser: add node-host proxy auto-routing for remote gateways (configurable per gateway/node).
- Plugins: add optional llm-task JSON-only tool for workflows. (#1498) Thanks @vignesh07.
- CLI: restart the gateway by default after `clawdbot update`; add `--no-restart` to skip it.