mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-27 22:06:31 +02:00
- Pre-turn auto-compact: when the previous turn already pushed context past the threshold, condense before sending. The user's prompt is re-queued and fired automatically once compaction succeeds. - HTTP 413 handling: a 'payload too large' from the provider is no longer surfaced as a status_err. Instead the request is retried after a transparent auto-compact pass. - Both inline auto-compacts surface a yellow chat note above the status bar so the user sees the spinner *and* the reason; on success a status_ok like 'context auto-compacted; sending your last message' confirms the retry. - Resume picker (/sessions and startup) now scrolls to the bottom of the loaded transcript instead of parking at the last user turn, so the most recent reply is always fully visible. - Drop the VS Code mouse-capture path: native click-drag selection beats the wheel-speed boost there. |
||
|---|---|---|
| .. | ||
| extensions | ||
| modes | ||
| tools | ||
| args.go | ||
| botcmd.go | ||
| botcmd_unix.go | ||
| botcmd_windows.go | ||
| build.go | ||
| changelog.go | ||
| cli.go | ||
| config.go | ||
| extcmd.go | ||
| modelsync.go | ||
| rpc.go | ||
| systemprompt.go | ||
| update.go | ||