fix: update changelog + prompt test

This commit is contained in:
Peter Steinberger
2026-01-08 20:08:27 +01:00
parent b7c900739e
commit c54f2a122a
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
## Unreleased
- Discord: stop provider when gateway reconnects are exhausted and surface errors. (#504)
- Discord: stop provider when gateway reconnects are exhausted and surface errors. (#514) — thanks @joshp123
- Auto-reply: preserve block reply ordering with timeout fallback for streaming. (#503) — thanks @joshp123
- WhatsApp: group `/model list` output by provider for scannability. (#456) - thanks @mcinteerj
- Hooks: allow per-hook model overrides for webhook/Gmail runs (e.g. GPT 5 Mini).

View File

@@ -78,7 +78,7 @@ describe("buildAgentSystemPrompt", () => {
toolNames: ["gateway", "bash"],
});
expect(prompt).toContain("## ClaudeBot Self-Update");
expect(prompt).toContain("## Clawdbot Self-Update");
expect(prompt).toContain("config.apply");
expect(prompt).toContain("update.run");
});