- [new] Agent sessions can now respect client auto-approve settings for tools.
- [new] ER diagrams now render properly in the TUI instead of showing raw source.
- [new] Team logins can now receive centrally-managed config and requirements files.
- [new] More built-in skills for document and media work are now available in sandbox sessions.
- [new] Agent Dashboard now works without leader mode and shows local idle sessions from disk.
- [new] New
/code-reviewskill for strict maintainability and structural code-quality reviews. - [changed]
grok setupcommand description updated to "Fetch and install managed configuration". - [fix] MCP server connections no longer flood reconnects on transient stream errors.
- [fix]
/goalsessions now handle cancellations and pauses more reliably without losing state or burning attempts. - [fix] ZDR and team flags are now correctly set right after login instead of later.
- [fix]
/goalstatus display and history are now clearer and more accurate. - [fix] Mermaid class and ER diagrams now render correctly with cardinalities and on dark themes.
- [fix] Fixed silent paste failures (Ctrl+V) on pure-Wayland sessions using wl-paste fallback.
- [fix] Modals no longer panic with index-out-of-bounds on terminals narrower than their min width.
- [fix] Mermaid diagram PNGs now correctly render CJK and other non-Latin text instead of tofu boxes.
- [fix] WezTerm users now see a startup warning and
/terminal-setupinstructions when Shift+Enter cannot insert newlines. - [fix]
grok dashboardnow reliably opens the Agent Dashboard instead of falling through to a normal session. - [fix] Ctrl+C cancels now complete in <50 ms instead of blocking up to 2 s.
- [fix] Repeated varied edit failures on one file no longer trigger doom-loop warnings or terminations.
- [fix]
/goalrole configs now correctly pick the requested harness (cursor vs grok-build) for verifiers and planners.
Under the hood
- Added
respect_manual_foldssetting under[scrollback.scroll]inpager.toml(opt-in, off by default). When enabled, manually folded blocks remain pinned during streaming and finish events; expanding while following stops auto-scroll. - Updated shell completions across zsh, fish, elvish, and PowerShell to reflect the revised
setupdescription. - Bundled skill and persona manifests refreshed.
Upgrade notes
After upgrading, review ~/.grok/docs/user-guide/05-configuration.md if you want to enable the new respect_manual_folds option for manual scrollback fold preservation.