23 lines
1.5 KiB
Markdown
23 lines
1.5 KiB
Markdown
|
|
# 0.2.94 — 2026-07-09
|
||
|
|
|
||
|
|
## Features
|
||
|
|
|
||
|
|
- **/sessions** now opens the Agent Dashboard instead of a separate picker.
|
||
|
|
- **New /goal <objective>** slash command** is now available when the workspace supports it.
|
||
|
|
- **grok inspect** now lists skills from [skills].paths and correctly labels bundled vs user skills.
|
||
|
|
- **--minimal** and **--fullscreen** choices are now remembered for future plain grok launches.
|
||
|
|
|
||
|
|
## Bug Fixes
|
||
|
|
|
||
|
|
- **Queued bash commands** promoted at turn end now render their output instead of disappearing.
|
||
|
|
- **Xcode / Foundation ACP clients** can now drive grok agent stdio without silent parse drops on session/* calls.
|
||
|
|
- **read_file** now returns full single-line content (minified JSON, large dumps) instead of silently clipping at 2000 characters.
|
||
|
|
- **Background task** command preambles with newlines now render on separate lines instead of collapsing.
|
||
|
|
- **Text selections** now highlight uniformly even over inline code, links, and syntax-colored spans.
|
||
|
|
- **grok --minimal** now supports native drag-select on classic Windows conhost terminals.
|
||
|
|
- Skill tokens such as /pr-workflow are now highlighted teal when used mid-sentence.
|
||
|
|
- Fixed a crash when a filtered list shrinks while the filter is active.
|
||
|
|
- Scroll lines and scroll speed settings now support fine unit-step adjustments.
|
||
|
|
- Project-specific Claude plugins are no longer visible outside their project directory.
|
||
|
|
- First prompt no longer stalls for many seconds on large repositories while the filesystem watcher starts.
|
||
|
|
|