fix: align tui editor init (#1298) (thanks @sibbl)

This commit is contained in:
Peter Steinberger
2026-01-20 14:31:28 +00:00
parent e3a99aa2ce
commit 41f6d06967
4 changed files with 5 additions and 21 deletions

View File

@@ -17,6 +17,7 @@ Docs: https://docs.clawd.bot
### Fixes
- Web search: infer Perplexity base URL from API key source (direct vs OpenRouter).
- 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.
- Exec: prefer bash when fish is default shell, falling back to sh if bash is missing. (#1297) — thanks @ysqander.
- Exec: merge login-shell PATH for host=gateway exec while keeping daemon PATH minimal. (#1304)