Synced from monorepo
Changes: - Gate session-lifecycle heap steady state with a dhat soak - Unbreak merge lifecycle e2e after default model → grok-4.5 - Scan home-scope rules dirs at <root>/rules - Complete text-input paste and terminal parity - Gate project roles and personas - Use canonical editing in dialogs - Use canonical editing in search bars - Reject ambiguous MCP tool IDs - Harden Git operands for plugins - Simplify queue drain API - Pass RFC 9207 iss through MCP OAuth token exchange - Show leader roster when local agents map is empty - Use canonical editing in Persona views - Remove marketplace default-skills auto-install and purge old installs - Use canonical editing in extension forms - Add canonical dashboard text editing - Use canonical editing in settings - Add /summarize as a /recap alias - Restore previous agent when exiting dashboard - Use tool_choice auto for compaction - Settings toggle for snap-prompt-to-top on send - Update default models to grok-4.5 - Source login shell once for local bash (env + alias/function snapshot) - Template hardcoded param names in server-native tool descriptions - Fix System-Reminder XML tag injection in CLAUDE.md via agents_md - Fix remote workspace-server hardcoding LSP trust (repo code execution risk) - Clear orphaned tool-call updates at turn end - Suppress task wake after cancel - Send x-grok-client-identifier on direct API tool calls - Harden dashboard peek lease transitions - Host /btw side panel in live region (minimal mode) - Bound scroll presentation latency - Highlight multi-line constructs correctly in diffs and the file viewer - Block web_fetch non-public IPs; local opt-in is explicit-host only - Seed coding_data_retention_opt_out=false for OAuth e2es in pty-harness - Follow up clipboard delivery feedback - Use canonical editing in pickers - Route TextArea through canonical editor - Persistent "watching" status row; quieter turn markers - Gate sensitive edit targets - Expose agent registry counts and gate session churn on them - Default coding data sharing to opt-out until server preference applies - Wire chat attachment ids through gateway prompts - On auth refresh failure, issue retry - Forward preview provenance and computer lifecycle state - Document independent privacy controls and scope /privacy output - Strip SamplingError Display prefix on rate-limit UI copy - Stop dumping Cloudflare HTML into Retry failed - Disable in-place prompt edit (scroll jank on enter) - Strip forced ANSI color from gh pr view JSON - Plumb bash tool description onto ToolUsageCard wire
This commit is contained in:
parent
98c3b2438a
commit
7cfcb20d2b
292 changed files with 23315 additions and 9209 deletions
|
|
@ -1,5 +1,66 @@
|
|||
# Changelog
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
# 0.2.104 — 2026-07-17
|
||||
|
||||
## Features
|
||||
|
||||
- **Background work counts** now appear in a persistent status line instead of repeated transcript messages.
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
- **Fixed authentication recovery** for idle sessions after token timeouts.
|
||||
- **Retry failed** messages no longer contain raw HTML error pages.
|
||||
- **Rate limit messages** now show the server detail without the wire prefix.
|
||||
- **In-place prompt editing** is temporarily disabled due to scroll behavior issues.
|
||||
|
||||
|
||||
# 0.2.103 — 2026-07-17
|
||||
|
||||
## Features
|
||||
|
||||
- **New require_sha option** prevents remote plugins from tracking mutable branches or tags.
|
||||
- **Local sessions now inherit full rc environment, cwd, and exports** across tool calls (configurable).
|
||||
- **MCP servers** from plugins can now require setup choices such as a regional site before connecting.
|
||||
- Quitting a fullscreen session now shows the session title and last exchange above the resume command.
|
||||
- **SSH sessions** now show a one-time tip recommending `grok wrap ssh <host>` for clipboard and terminal restore.
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
- **Fixed GitHub PR status detection** when the gh CLI inherits forcing color environment variables.
|
||||
- **Fixed a race** where an early cancel could permanently wedge a session's turn slot.
|
||||
- **grok** and the agent binary now stay in sync even when no update is installed.
|
||||
- **Copying** a multiline queued prompt now copies the complete text instead of a collapsed summary.
|
||||
- **grok wrap** now restores the terminal after SSH disconnects or other abrupt child exits.
|
||||
- **Voice speech-to-text** now works with per-model API keys in config.toml without requiring `grok login`.
|
||||
- **Copy over SSH** or in containers now shows clearer feedback when delivery cannot be confirmed.
|
||||
- **Local Bash sessions** no longer keep a persistent shell across calls, avoiding failures after directory deletion.
|
||||
|
||||
|
||||
# 0.2.102 — 2026-07-16
|
||||
|
||||
## Breaking Changes
|
||||
|
|
@ -51,7 +112,6 @@
|
|||
|
||||
- **Improved recap and compaction** behavior.
|
||||
|
||||
|
||||
# 0.2.101 — 2026-07-13
|
||||
|
||||
## Features
|
||||
|
|
|
|||
Loading…
Reference in a new issue