Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions docs/agentic-batch-changes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,17 @@ seoPriority: 1.0

[Agentic Batch Changes](http://sourcegraph.com/agentic-batch-changes) lets you describe a change in plain language: then, the agent scopes it, applies it across every repo, and tracks it through to merge.

<Callout type="warning">
Agentic Batch Changes is currently a [Beta feature](/beta-and-experimental).
The Beta is currently only available upon request: **[schedule a
demo](https://sourcegraph.com/contact) or reach out to your account manager
to get started.**
</Callout>

Agentic Batch Changes is built on top of [Batch Changes](/batch-changes), our precision tool for applying code changes at scale. Paired with [Deep Search](/deep-search), our code understanding agent, these two tools form the foundation of an agent harness specialized for operating across your entire codebase: from thousands of repositories, to the largest monorepos.

<video autoPlay loop muted playsInline>
<source
src="https://storage.googleapis.com/changelog-static-assets-prod/20260630_agentic-batch-changes-beta_agentic-batch-changes-beta-demo-1.mp4"
src="https://storage.googleapis.com/changelog-static-assets-prod/20260914_agentic-batch-changes-ga_agentic-batch-changes-ga-demo-1.mp4"
type="video/mp4"
/>
</video>

## Getting started

Agentic Batch Changes is currently a [Beta feature](/beta-and-experimental). The Beta is currently only available upon request: **[schedule a demo](https://sourcegraph.com/contact) or reach out to your account manager to get started.**

Once Agentic Batch Changes is enabled, you can find it in the Sourcegraph navigation bar.

### Setup
Expand Down
Loading