grok-build-upstream-mirror/crates/codegen/xai-grok-shell/changelogs/0.2.102.md
grokkybara[bot] 98c3b2438a Synced from monorepo
Changes:
- Classify clipboard delivery confidence
- Add durable session update append
- Scope the xAI session bearer to first-party memory embedding endpoints
- Persist subagent outputs to disk and bound long-lived agent state
- Add MiniSweAgent:bash for mini-swe-agent parity
- Revert taking local sessions off the persistent shell
- Contextual tip recommending grok wrap on SSH sessions
- Voice STT bearer from model BYOK env_key/api_key
- Define exact website policies for sandbox
- Gate unsafe shell environments
- Shared pin hoist; single require_sha gate for marketplace plugins
- Server-signed is-managed claim (closes sidecar-removal downgrade)
- Optional require_sha pin for remote plugin installs
- Show session title and last exchange in the exit resume hint
- Gate shell output redirects
- Warn when fail_closed is present but not a boolean
- Add canonical text editing core (ratatui-textarea)
- Keep execution state out of goal scratch
- Add acknowledged persistence primitives
- Inherit child network restrictions in sandbox
- Fail closed when hook matchers fail to recompile
- Add MCP setup preferences for plugin MCPs
- Gate sourced shell scripts
- Gate file-typed project hooks
- grok wrap: restore terminal modes on child death
- Harden owner-only permissions on auth and MCP credentials
- Create crash dump files with owner-only permissions
- Write the agent_id cache owner-only (0600)
- SessionMetrics mode skips Mixpanel profile sync
- Dashboard: slim live-tail peek
- Yank full queued prompt text, not (+N lines)
- Defeat clock-rollback on the signed managed-config cache
- Stop early session/cancel from overtaking the prompt and wedging the turn slot
- Self-heal a diverged agent entrypoint on startup
- Add matched inference expectations in test-support
- Add AuthSingleFlight cancel/successor gap tests
- Remove consumer from external OTEL allowlist and pin scrub coverage
- Enable /copy in minimal mode
- Surface capacity and API-key detail on 429 errors
- Single-flight interactive auth
- Fix PageUp/PageDown skipping lines behind sticky prompt header
2026-07-17 14:19:50 +01:00

3.7 KiB

0.2.102 — 2026-07-16

Breaking Changes

  • --minimal and --fullscreen flags now apply only to the current session.

Features

  • New /jump slash command lets you quickly jump to any previous turn in the conversation.
  • New /timeline sidebar shows a clickable tick rail for fast navigation between conversation turns.
  • grok login now requests Grok Projects scopes so workspace listing works after consent.
  • Permission mode can now be set fleet-wide via remote config when no local setting exists.
  • Edit tool output has a setting to show a compact one-line summary instead of always-expanded diffs.
  • Tab completion in !bash mode now works like a normal terminal (prefix fill, dropdown, directory drill-down).
  • Enterprise deployments can now disable voice dictation via requirements.toml so /voice and Ctrl+Space are hidden for everyone.
  • User prompts now appear bold only in --minimal mode; fullscreen keeps normal weight.
  • grok plugin install now accepts a marketplace's registered name as a qualifier.
  • Consecutive edits to the same file now collapse into a single scrollback row when collapsed edit blocks are enabled.
  • Local sessions now inherit your shell environment variables and keep the current directory across commands.

Bug Fixes

  • Login and re-login no longer stack multiple device-code polls or leave stale flows running.
  • Background task tools now render with correct icons and titles instead of the generic MCP wrench.
  • Task tool now correctly validates and displays allowed model slugs for subagents.
  • Rewind now correctly handles bash transcripts, permission follow-ups, and sessions that mix old and new prompt markers.
  • Re-login during a session now immediately uses the new token instead of requiring a new session.
  • Terminal commands using globs now behave the same on zsh as on bash and no longer fail with shell errors.
  • Installer no longer replaces stowed shell configuration symlinks with plain files on upgrade.
  • Voice transcription now works with enterprise API bases and API-key authentication.
  • Fixed crashes on some network-mounted home directories by using a safer SQLite journal mode.
  • Home and End keys now move to the ends of the current wrapped line in the prompt.
  • Arrow keys and Esc now work correctly inside viewers opened from the dashboard.
  • Warns at startup when user and project sandbox profiles define the same name differently.
  • Billing upgrade links now show the full URL in the transcript (and copy it) when a browser cannot be opened.
  • Fixed Ctrl+Y yank no longer working after sending a prompt.
  • No longer shows permission prompts seconds after a turn was cancelled with Esc or Ctrl+C.
  • Page Up and Page Down now move the highlighted entry to the top or bottom of the visible scrollback area.
  • Conflicting project and user sandbox profiles now show a clear warning on the welcome screen.
  • OAuth login URLs no longer contain duplicate referrer parameters.
  • File links in official VS Code Remote-SSH terminals now use VS Code's native path handling.
  • Minimal mode now shows the folder-trust prompt after sign-in when required.
  • Skills whose names collide with built-in slash commands are now reachable via qualified names.
  • Fixed background task tracking when using grok -p --no-wait-for-background so tasks are properly reaped on exit.
  • Rate limit errors (429) now show specific server messages (capacity, team limits, free-usage) instead of generic upgrade prompts, with correct copy based on auth type.
  • /copy slash command is now available in minimal mode.

Performance

  • Improved recap and compaction behavior.