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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨ Feature
Added privacy-preserving Temporary Chats that are excluded from normal history, cleared after leaving the page, and support model options, text-based MCP tools, Skills, knowledge bases, moderation, and Agent traces.
Added xAI video extension with single-MP4 input, prompts, duration controls, compatible model routing, and attachment validation.
Redesigned Agent traces to interleave reasoning and tool calls in their real execution order.
Added structured tool cards with arguments, results, errors, source information, exit codes, copy actions, and duration.
Added Agent run summaries showing tool-call count, reasoning rounds, and total execution time.
Added independent preferences for automatically expanding active reasoning and active tool calls.
Added model-aware context windows with automatic detection, presets, custom values from 4,096 to 16,000,000 tokens, and output-limit validation.
Added bulk context-window updates with conflict detection, unchanged-value checks, and partial-failure feedback.
Added live conversation run indicators in the sidebar for responses continuing in the background.
Added MCP tool per-call pricing with search, filtering, selection, and bulk-pricing controls.
Added paid-tool indicators in chat, including per-call prices and successful-call-only billing rules.
Added MCP usage snapshots and detailed billing items. Self-use mode records usage without charging, while priced MCP calls are billed separately from model usage.
Added administrator redemption records with filtering by user, redemption reference, code, and reward type.
Redemption details now include code status, reward content, subscription duration, and balances before and after redemption.
Enhanced Markdown tables and Mermaid diagrams with CSV/Markdown downloads, copy, fullscreen, zoom, reset, and multiple export formats.
Added smoother hover expansion for the collapsed application sidebar.
⚡ Optimization
Context compression now uses each model’s effective input budget, with configurable fallback windows and percentage-based trigger thresholds.
Context compression now exposes pending, completed, and failed states and can retry unsuccessful background summaries.
Token-budget protection now works independently from context compression, allowing oversized history to be trimmed even when rolling summaries are disabled.
Optimized long-conversation screenshots and limited captures to the most recent or selected 100 messages.