Changelog August 10th updates
August 10, 2026

August 10th updates

Details

Improvements

  • Deep Search Scope @-mention suggestions to the active search context

    @-mention suggestions in Deep Search conversations are now scoped to the active search context. Repositories outside the selected search context might still be part of the suggestions if they have been recently selected.

  • Deep Search Enforce context filters on the search client methods

    Exclude repositories matching specified patterns from Deep Search results using context filters.

  • Deep Search Toggle to use default search context from scope picker

    Added a toggle in the Deep Search scope picker to control the deepSearch.useDefaultSearchContext setting, allowing users to configure whether to use the default search context without manually editing settings JSON.

  • Agentic Batch Changes First-run blank slate with prompt box and how-it-works pipeline

    The home page now greets first-time users with a prompt box and a "How it works" overview instead of an empty list.

  • Agentic Batch Changes Audit-log spec, commands, and image for each run

    Batch spec executions now emit structured audit events containing the raw spec, commands, coding-agent inputs, and normalized container image metadata.

  • Agents Switch Code Finder to GPT 5.6 Luna

    Code Finder now uses GPT 5.6 Luna as its underlying model.

  • Authentication Add max session length option to IdP clients

    Sourcegraph OAuth clients can now have a maximum session duration, after which the user will have to reauthenticate completely to get a new access and refresh token pair.

  • Cody Add GPT-5.6 support

    Added support for GPT 5.6 model family to Cody.

  • Diffs Indicate and mark moved files in diff viewer

    Moved files are now indicated with a special icon and badge in the diff viewer and are auto-collapsed by default.

  • Permissions Allow any user to be given unrestricted access to repositories

    Normal user accounts (as opposed to service accounts) can now also be given unrestricted access to repositories via the GraphQL API.

  • Enterprise Portal Add cloud_instance_gcp_project_id column

    Added cloud_instance_gcp_project_id column to Enterprise Portal subscriptions table to track GCP project IDs for Sourcegraph Cloud instances.

  • Enterprise Portal Show environment badge in non-production

    Enterprise Portal displays an environment badge ("Dev" or "Local") in the header when running in non-production environments to help distinguish them from production.

  • Enterprise Portal Require explicit user cap enforcement

    License issuers must now explicitly select user cap enforcement (hard-capped or soft-capped) when creating limited-user licenses.

Fixes

  • Deep Search Restore compact homepage prompt spacing

    Fixed excessive spacing between the Deep Search prompt editor and suggested searches.

  • Code Search Keep search context repositories inside their table

    Fixed repository and revision rows in search context detail pages rendering outside their table in Safari.

  • Batch Changes Recover FAILED changesets merged directly on the code host

    Fixed an issue related to batch changes where a merged PR would show up as failed.

  • Agentic Batch Changes Deprioritize and back off changesets skipped for missing credentials

    Changeset sync jobs for changesets missing credentials are now deprioritized and backed off to prevent them from starving healthy sync work.

  • Agents Keep conversations pinned while responses stream

    Agent conversations now remain pinned to the bottom while responses stream, even when Markdown rendering or tool steps cause layout changes.

  • Agents Polish guidance configuration
    • Repository selection in agent guidance settings now suggests repositories and validates selections before saving.
    • Agent guidance settings pages are now labeled as Beta.
    • Added link to personal guidance settings from Deep Search.
    • Fixed Path field alignment in the guidance configuration form.
    • Normalized section header icon sizing and centering.
  • Agents Keep timeline markers hoverable

    Fixed timeline markers being unresponsive to hover when adjacent to open previews

  • Agents Keep timeline rail from blocking controls

    Fixed timeline rail overlay blocking header controls in agent conversations

  • Authentication Make access token curl examples Windows-compatible

    Access token curl examples now use double-quoted arguments with escaped quotes on Windows while preserving single-quote syntax on other platforms.

  • Cody Disable compression for web completion streams

    Fixed Cody Web chat failures when browsers advertise zstd compression support.

  • Database Provision runtime users in the active schema

    Fixed runtime database user provisioning to grant access to the active schema instead of only public, ensuring non-superuser deployments work correctly with custom PostgreSQL schemas.

  • Diffs Fix list view jitter on quick navigation

    Fixed jitter when quickly navigating between files in the diff list view.

  • Executors Add Install for batch-exec for single binary install method
    • Executor installations now include the batch-exec helper binary from published artifacts, ensuring version compatibility
    • Executor validation reports missing batch-exec binary and provides installation instructions
  • MCP Update integration setup instructions
  • Security Ingest github/gitlab tokens via header instead of query parameter

    Support sending GitHub and GitLab auth tokens via HTTP headers instead of query parameters

  • Enterprise Portal Allow archiving subscriptions without a reason
  • Worker Wait for redis to be active in worker

    The worker service waits up to 5 seconds for the Redis instance to become available before continuing without it. This minimizes occurrences where worker jobs are processed without enforcing the correct rate limits.

Other

  • Security Update @grpc/grpc-js to 1.14.4 to fix remote DoS crashes

    Upgraded @grpc/grpc-js to 1.14.4 to fix two high-severity remote denial-of-service vulnerabilities (CVE-2026-48068 and CVE-2026-48069) that could crash the docs server.

  • Webinar Convert appsec-at-codebase-scale to on-demand
  • Uncategorized Add grant-scope picker to the tool-approval UI

    Added grant-scope picker to tool-approval UI, allowing users to grant agent access to a secret once (default), for the duration of the session, or permanently.