Grok Build Updates & Release Notes

Follow

129 updates curated from 1 source by the Releasebot Team. Last updated: Sep 23, 2026

Get this feed:
  • Sep 20, 2026
    • Date parsed from source:
      Sep 20, 2026
    • First seen by Releasebot:
      Sep 23, 2026
    xAI logo

    Grok Build by xAI

    Grok Build 1.0.40

    Grok Build releases Grok 4.7.

    Grok 4.7 has arrived!

    Original source
  • Sep 20, 2026
    • Date parsed from source:
      Sep 20, 2026
    • First seen by Releasebot:
      Sep 23, 2026
    xAI logo

    Grok Build by xAI

    Grok Build 1.0.39

    Grok Build adds smoother agent workflows with locked parent-model choice, simpler subagent spawning, better compaction and image retention, clearer idle timeout messages, and fixes for worktree, memory capture, and transcript labeling.

    Subagents can always use the parent model, with that choice locked in when the session starts

    Earlier image attachments survive multiple compactions

    Subagent spawning no longer requires choosing a type

    The agent keeps helper scripts, logs, and PR drafts in the system temp directory instead of the repository

    Model effort menus pick up live effort levels, and config aliases inherit them

    MCP tools that receive the wrong JSON shape are automatically fixed when the mismatch is unambiguous

    Local worktree capture no longer refuses repositories that contain uninitialized submodules

    Memory captures no longer include opaque model reasoning blobs

    Idle timeouts show a clear message instead of raw internal text

    Images attached to the last user prompt survive compaction

    Custom agent profiles persist correctly across session resume and reload

    Subagent labels appear as "Subagent" instead of "General" in transcripts and the tasks pane

    Original source
  • All of your release notes in one feed

    Join Releasebot and get updates from xAI and hundreds of other software products.

    Create account
  • Sep 19, 2026
    • Date parsed from source:
      Sep 19, 2026
    • First seen by Releasebot:
      Sep 23, 2026
    xAI logo

    Grok Build by xAI

    Grok Build 1.0.38

    Grok Build fixes transcript cutoffs, image handling, stuck overlays, and permission prompt wrapping.

    Long agent replies in prompt-suggestion transcripts are no longer cut off mid-sentence

    Pasted images survive yank/undo/history recall and the user is notified when any cannot be sent

    Subagent overlays no longer stay stuck showing "Cancelling" after the child turn ends

    Long quoted arguments in permission prompts wrap instead of clipping

    Original source
  • Sep 18, 2026
    • Date parsed from source:
      Sep 18, 2026
    • First seen by Releasebot:
      Sep 23, 2026
    xAI logo

    Grok Build by xAI

    Grok Build 1.0.37

    Grok Build fixes flowcharts, context legend percentages, queue copy, model effort defaults, and Bash permission handling.

    Mermaid flowcharts with complex labels or large sizes render and open correctly

    /context legend shows accurate percentages that always add up to 100%

    Pressing y on a queue row copies the prompt text to the clipboard

    /model effort picker defaults to the recommended effort level

    Bash commands using quoted filename variables respect configured permission rules instead of always prompting

    Original source
  • Sep 17, 2026
    • Date parsed from source:
      Sep 17, 2026
    • First seen by Releasebot:
      Sep 23, 2026
    xAI logo

    Grok Build by xAI

    Grok Build 1.0.36

    Grok Build adds dashboard and shell workflow improvements, including a hideable selected-session preview, live background task rows with streaming output, better shell approvals, pinned agent stability, and fixes for config, MCP auth, and Swift highlighting.

    Dashboard preview setting lets you hide the selected-session preview panel

    Policy setting allows organizations to disable hooks that are not from managed policy

    Background shell commands appear as live task rows with streaming output

    grok --sandbox no longer exits when accepting folder trust

    Pinned agents in the dashboard no longer jump when their activity changes

    Swift code with triple-quoted strings highlights correctly in the pager

    Mixed-case reasoning_effort values (for example xHigh) are accepted in config.toml

    Pressing Enter right after sending from the dashboard no longer opens an empty agent session

    Sessions respect an [agent] set in config.toml instead of always using a builtin plan

    MCP plugin authentication succeeds for servers that declare a client ID in their manifest

    Shell command approvals from background subagents are shown instead of being silently rejected

    Original source
  • Similar to Grok Build with recent updates:

  • Sep 16, 2026
    • Date parsed from source:
      Sep 16, 2026
    • First seen by Releasebot:
      Sep 23, 2026
    xAI logo

    Grok Build by xAI

    Grok Build 1.0.35

    Grok Build improves memory usage, syntax highlighting, copy-paste, and memory handling across terminals and large files.

    Headless MCP status reporting and connecting reminders match actual server handshake state

    Swift string interpolation with nested parentheses highlights correctly

    Copy-paste in --minimal mode no longer inserts extra blank lines or breaks long paths at wrap points

    /memory modal shows copy confirmations, searches note contents, and works on narrow terminals

    Memory delete is much faster, and toggling memory on from a config-disabled session takes effect immediately

    Syntax highlighting uses far less memory and runs faster on large TypeScript and other files

    Original source
  • Sep 16, 2026
    • Date parsed from source:
      Sep 16, 2026
    • First seen by Releasebot:
      Sep 18, 2026
    xAI logo

    Grok Build by xAI

    Grok Build 1.0.34

    Grok Build now generally available memory and fixes Markdown heading theme colors.

    Memory is now generally available

    Markdown headings now receive theme colors correctly

    Original source
  • Sep 15, 2026
    • Date parsed from source:
      Sep 15, 2026
    • First seen by Releasebot:
      Sep 18, 2026
    xAI logo

    Grok Build by xAI

    Grok Build 1.0.33

    Grok Build fixes MCP tool handling, session and subagent behavior, and several workflow glitches. It now shows structured JSON results and clearer tool details, stops cancelled calls correctly, improves minimal mode and session recovery, and resolves image paste, rewind, and Windows clone issues.

    MCP tool results include structured JSON data when the server provides it

    Composer footer shows the Alt+Enter chord for inserting a newline when Cmd+Enter is unavailable over SSH

    Pasting an image on macOS no longer attaches the wrong image

    MCP tool calls listed directly show their name, arguments, and any error message

    Background subagent tasks show cancelled status when the parent session closes

    The Subagents dock no longer shows an unclickable "Done N completed" row after all subagents finish

    Cancelled or timed-out MCP tool calls stop instead of continuing in the background

    /rewind no longer fails when older compaction checkpoints are missing after a session sweep

    Large skill files are capped at the same 25k-token limit as other reads; oversized skill bodies show a truncation note

    Long-running sessions no longer lose older compacted history during the 30-day cleanup

    Auto "where was I" recaps no longer appear while a scheduled task, monitor, or workflow is still running

    In minimal mode, confirming /delete or /exit immediately opens a new empty session

    In minimal mode, resuming a session after /new reloads its history instead of showing the wrong session

    MCP tools that take no arguments no longer show a stray {} line in the permission sheet

    grok clone on Windows no longer fails when the repository git config contains backslashes or quotes

    Original source
  • Sep 14, 2026
    • Date parsed from source:
      Sep 14, 2026
    • First seen by Releasebot:
      Sep 18, 2026
    xAI logo

    Grok Build by xAI

    Grok Build 1.0.32

    Grok Build fixes first-session crashes, corrects Windows ARM64 TLS handshakes, and makes /feedback work during plan approval.

    Plugin and skill listings from x.ai/plugins/list and x.ai/skills/* reflect the latest config.toml even before the first session

    Fixed crashes on the first TLS handshake for Windows on ARM64 builds

    Slash commands like /feedback typed during plan approval now execute correctly

    Original source
  • Sep 13, 2026
    • Date parsed from source:
      Sep 13, 2026
    • First seen by Releasebot:
      Sep 18, 2026
    xAI logo

    Grok Build by xAI

    Grok Build 1.0.31

    Grok Build fixes scrollback, dashboard, MCP, and path display issues for smoother navigation and clearer status updates.

    Folded subagent groups in scrollback correctly label how many are still running versus completed

    Dashboard search and the resume picker indicate the active text field and restore list selection after search

    Dock sections no longer keep a selection highlight after you collapse them with a click

    Worktree paths no longer show an extra suffix in the header or dashboard

    MCP tools with long server prefixes are kept instead of being silently dropped

    Turn cancelled banners name the cause instead of always saying "by user"

    Long paths in headers are shortened to the last two components

    Original source
  • Sep 11, 2026
    • Date parsed from source:
      Sep 11, 2026
    • First seen by Releasebot:
      Sep 13, 2026
    xAI logo

    Grok Build by xAI

    Grok Build 1.0.30

    Grok Build adds clearer session timing, workflow status details, and tmux lag fixes.

    Session header is a single row with overlay context and a Dashboard button

    Elapsed time rolls over into hours (for example 3h14m ) instead of stopping at 60 minutes

    Dock Watchers and Loops rows show when the next run is due

    Workflow status is a clickable row in the dock

    Fixed lag in tmux panes

    Original source
  • Sep 9, 2026
    • Date parsed from source:
      Sep 9, 2026
    • First seen by Releasebot:
      Sep 11, 2026
    xAI logo

    Grok Build by xAI

    Grok Build 1.0.25

    Grok Build fixes and improves the terminal experience with quieter hook runs, better Vim and dashboard navigation, cleaner voice dictation and theme handling, reliable headless timeouts, improved scheduled tasks, and multiple Dock, upload, and feedback workflow fixes.

    Successful hook runs are silent; only blocking or failing hooks show status

    Vim-mode Shift+J/K jump to the next or previous turn at the top of the viewport

    Double-click selects a radio button in settings choosers

    Dashboard actions row (+ New Agent, Open Previous, Worktree) is navigable with arrow keys and Enter

    /workflow can pause and stop background runs the agent launched

    /theme picker matches aliases such as transparent, dark, or system and still inserts the canonical name

    Bash command output in the pager is the complete result instead of a truncated tail

    Voice dictation inserts text at the cursor instead of always appending

    Headless prompts time out cleanly instead of hanging when the agent does not respond

    Scheduled tasks remind the agent to check results and clean up or update recurring schedules

    grok -c no longer attaches the wrong empty session after starting without --continue then resuming

    Dock and queue hover colors match the rest of the terminal

    Image uploads no longer fail on Adobe SVGs that contain a PNG thumbnail prefix

    Dock subagent rows show the same [stop] label as other killable rows

    Startup settings and model catalog are no longer shared or clobbered across concurrent boots or accounts

    Dock Tasks panel spinner aligns with the header

    /feedback sends immediately again instead of starting a model turn; failures save to Drafts

    Original source
  • Sep 7, 2026
    • Date parsed from source:
      Sep 7, 2026
    • First seen by Releasebot:
      Sep 11, 2026
    xAI logo

    Grok Build by xAI

    Grok Build 1.0.24

    Grok Build fixes Esc so it no longer cancels a running turn and instead reminds users to use Ctrl+C.

    Esc no longer cancels a running turn and instead reminds you to use Ctrl+C

    Original source
  • Sep 7, 2026
    • Date parsed from source:
      Sep 7, 2026
    • First seen by Releasebot:
      Sep 11, 2026
    xAI logo

    Grok Build by xAI

    Grok Build 1.0.23

    Grok Build keeps bare URLs and emails fully clickable on every wrapped line in table cells.

    Bare URLs and emails inside table cells stay fully clickable on every wrapped line

    Original source
  • Sep 7, 2026
    • Date parsed from source:
      Sep 7, 2026
    • First seen by Releasebot:
      Sep 11, 2026
    xAI logo

    Grok Build by xAI

    Grok Build 1.0.22

    Grok Build ships session, agent, MCP, and shell workflow fixes, including clearer diffs, better permission prompts, smarter subagent resumes, unified dashboard navigation, improved skill loading, and fewer background and timeout issues.

    Built-in agent tools take precedence over user MCP servers when tool names collide

    edit_file diffs show real file line numbers instead of starting at line 1

    Permission prompts for file edits auto-expand the diff so you can review the change

    Sending a message to a finished subagent continues that same subagent instead of failing

    Background subagent completion messages show the actual output instead of a pointer to run a tool

    Dashboard has a unified header with a location picker and an actions row for new or previous sessions

    MCP connectors show when they need re-authentication even if no tools are listed

    Extensions modal shortcuts work when the tab bar is focused, with helpful messages for invalid header actions

    Send now works while an automatic background turn is running

    Resumed sessions show the exact text you typed for mid-turn follow-ups

    /skills picks up newly installed skills even when they were written from another machine

    Auto mode no longer instantly runs destructive git checkout -- commands

    Restoring pasted content after skill injections or rewinds no longer crashes

    Subagents and workflows respect the parent session bash timeout and auto-background settings

    Slash command advertisements no longer spam when the current directory is your home folder

    Foreground shell commands no longer produce spurious background-task reminders or incorrect kill results

    Queued follow-up buttons appear in the order [Send now][edit][cancel]

    /goal (and resume) after Esc starts the goal planner instead of failing with "Planning failed"

    Foreground commands report they were backgrounded after about 15 seconds instead of the 120s timeout value

    Skill announcements no longer repeat the same list of available skills in a session

    Monitor events wake idle sessions in multi-session processes instead of waiting for the next prompt

    Opening or resuming sessions no longer pauses the interface while reading MCP config files

    Original source
Releasebot

Curated by the Releasebot team

Releasebot is an aggregator of official product update announcements from hundreds of software vendors and thousands of sources.

Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.