Changelog August 17th updates
August 17, 2026

August 17th updates

Highlights

Guided diff tour now in Beta

Details

Improvements

  • Administration Show lastIndexFailureMessage on repo settings page when firing

    Indexing failure messages now appear directly on the repository's Search Indexing settings page.

  • Agentic Batch Changes Add tool for generating repository search queries

    Agentic Batch Changes' coordinator agent can now write specs to match repositories that fit certain criteria more precisely.

  • Agents Beautiful charts tool

    Deep Search can now present quantitative results as interactive bar, horizontal bar, line, and heatmap charts!

  • Diffs Enable diff tour feature flag by default
  • Diffs Make sidebar headings clickable to scroll sections into view

    Sidebar headings in diffs are now clickable to scroll the corresponding section into view.

  • Diffs Mark diff tour toggle as beta
  • Enterprise Portal Add customer credit rate card

    Added a rate card to the Credits page showing the credits-per-unit price for each metered SKU.

Fixes

  • Code Search Report fetch queue size accurately
  • Agents Clarify keyword_search regex syntax

    Updated keyword_search tool call description to clarify Go/RE2 regexp syntax is used.

  • Agents Prevent oversized code search queries from exhausting frontends

    Fixed an issue where agents generating keyword_search queries could DoS frontend pods through excessively complex search queries. We now enforce 16 KiB of search queries with 256 terms max.

  • Agents Preserve manual scrolling while responses stream

    Agent conversations now stop following streamed growth as soon as the reader scrolls away, including during an automatic tail correction.

  • Authentication Add self-registered client warning to device code OAuth consent screen

    Added self-registered client warning to device code OAuth consent screen

  • Diffs Pad the end of the diff list so trailing rows are reachable

    Fixed an issue where files and tour sections at the end of a diff could not be selected or scrolled to the top of the view when the last diff was short.

  • Diffs Fix file path rendering in diff viewer
  • Diffs Fix full file view of initially selected file
  • UI Display custom brand name in instance header
  • Dev Isolate Git fixtures from host config

    Fixed Git test fixtures to work correctly when system or global Git configuration requires commit signing.

  • Workspaces Handle pgx row iteration errors

    Fixed Workspaces database methods to properly handle PostgreSQL errors during row iteration, preventing partial results from being returned when errors occur.