24 lines
1.4 KiB
Markdown
24 lines
1.4 KiB
Markdown
|
|
# 0.2.105 — 2026-07-18
|
||
|
|
|
||
|
|
## Features
|
||
|
|
|
||
|
|
- **/btw** now works inside `grok --minimal`, showing answers in the live area and committing them to scrollback on Esc.
|
||
|
|
- **New Appearance setting** "Snap prompt to top on send" lets you keep the viewport where it is instead of jumping to the new prompt.
|
||
|
|
- **Default model** is now Grok 4.5 with high/medium/low reasoning effort and improved compaction settings.
|
||
|
|
- **New `/summarize` slash command** is now available as an alias for `/recap` to request an on-demand session summary.
|
||
|
|
|
||
|
|
## Bug Fixes
|
||
|
|
|
||
|
|
- **Local shell tools** now see the same environment variables, aliases, and functions as your login shell.
|
||
|
|
- **Syntax highlighting** in diffs and the file viewer no longer miscolors strings or comments that span multiple lines.
|
||
|
|
- **Global rules** from ~/.grok/rules and compatible vendor homes are now discovered correctly.
|
||
|
|
- **Background tasks** that finish after you press Ctrl+C no longer automatically resume the model.
|
||
|
|
- **Ctrl+\** out of the dashboard now returns you to the agent you came from.
|
||
|
|
- **MCP OAuth logins** now succeed against servers that require the RFC 9207 issuer parameter in the callback.
|
||
|
|
- **Agent dashboard** now shows fleet roster entries even when the local agent list is empty.
|
||
|
|
- **Long-session compaction** no longer fails on servers that reject tool_choice none when tools are attached.
|
||
|
|
|
||
|
|
## Performance
|
||
|
|
|
||
|
|
- **Scrolling** feels smoother and less jagged under load or over slow connections.
|
||
|
|
|