fix: preserve command argument casing (#1308) (thanks @dougvk)

This commit is contained in:
Peter Steinberger 2026-01-20 15:03:59 +00:00
parent 18cb665b66
commit 383bdcd778

View File

@ -16,6 +16,7 @@ Docs: https://docs.clawd.bot
- Zalouser: add channel dock metadata, config schema, setup wiring, probe, and status issues. (#1219) — thanks @suminhthanh.
### Fixes
- Web search: infer Perplexity base URL from API key source (direct vs OpenRouter).
- Session: preserve command argument casing while matching reset triggers. (#1308) — thanks @dougvk.
- TUI: keep thinking blocks ordered before content during streaming and isolate per-run assembly. (#1202) — thanks @aaronveklabs.
- TUI: align custom editor initialization with the latest pi-tui API. (#1298) — thanks @sibbl.
- CLI: avoid duplicating --profile/--dev flags when formatting commands.