You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aligned reload command descriptions across docs, examples, and slash commands.
Updated model catalogs, including GitHub Copilot extended-context windows and Xiaomi token-plan catalogs.
Warned when --session-id creates a new session.
Tool-result truncation markers now include retrieval guidance (re-run with a narrower range); legacy markers remain parseable.
Fixed
Counted context-visible custom messages in compaction budgeting.
Avoided Windows context-file discovery hangs.
Applied modelOverrides to extension-provided models.
Fixed upstream-merge regressions that could run queued follow-up or goal-continuation prompts after aborted turns, drop context-exclusion filtering during compaction, or show stale MCP diagnostics.
Restored exact comma-formatted token counts in the interactive footer.
Fixed native clipboard image handling in Bun releases.
Prevented double-selecting a fork menu entry.
Cleared label timestamp cache state when starting new sessions.
Normalized null message content at ingestion boundaries.
Retried Bun socket-drop provider failures and ResourceExhausted errors.
Used a (no tool output) placeholder for empty text-only tool results.
Failed tool calls from length-truncated assistant messages.
Kept TUI paste tracking correct when paste markers are deleted or the terminal is cleared.
Tool results are no longer head/tail-truncated below the emergency context threshold; the model now sees full tool output until context genuinely runs out (session 019f45c0 regression).