Skip to content

Docs working branch for Sourcegraph 6.4 release#1166

Merged
MaedahBatool merged 10 commits into
mainfrom
claude4-updates
May 28, 2025
Merged

Docs working branch for Sourcegraph 6.4 release#1166
MaedahBatool merged 10 commits into
mainfrom
claude4-updates

Conversation

@MaedahBatool
Copy link
Copy Markdown
Contributor

No description provided.

MaedahBatool and others added 7 commits May 26, 2025 10:13
Docs for the following releases in version 6.4:
- Agentic context fetching GA
- MCP support in agentic context

---------

Co-authored-by: Maedah Batool <me@MaedahBatool.com>
This PR adds a page for Deep Search, a new experimental feature going
into EAP with the 6.4 release.

---------

Co-authored-by: Maedah Batool <me@MaedahBatool.com>
Reverts #1159

---------

Signed-off-by: Emi <emi@sourcegraph.com>
Co-authored-by: Vincent <evict@users.noreply.github.com>
Co-authored-by: Louis Jarvis <31862633+loujar@users.noreply.github.com>
Co-authored-by: Jacob Pleiness <jdpleiness@users.noreply.github.com>
Co-authored-by: Marc <7050295+marcleblanc2@users.noreply.github.com>
Co-authored-by: Camden Cheek <camden@ccheek.com>
Co-authored-by: Anish Lakhwara <anish+github@lakhwara.com>
Co-authored-by: Warren Gifford <warrenbruceg@gmail.com>
Co-authored-by: Jacob Pleiness <jacob.pleiness@sourcegraph.com>
Co-authored-by: Gabe Torres <69164745+gabtorre@users.noreply.github.com>
Co-authored-by: Stomzy <45337015+airamare01@users.noreply.github.com>
Co-authored-by: Justin Dorfman <justin.dorfman@sourcegraph.com>
Co-authored-by: PriNova <31413214+PriNova@users.noreply.github.com>
Co-authored-by: Zahid Ali <m.zahidalidev@gmail.com>
Co-authored-by: mibali <111276665+mibali@users.noreply.github.com>
Co-authored-by: Noah Berman <38916274+noah-berman@users.noreply.github.com>
Co-authored-by: derek-feriancek-sg <derek.feriancek@sourcegraph.com>
Co-authored-by: Alex Jean-Baptiste <alex.jean-baptiste@sourcegraph.com>
Co-authored-by: morgangauth <113058716+morgangauth@users.noreply.github.com>
Co-authored-by: Stefan Hengl <stefan.hengl@gmail.com>
Co-authored-by: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com>
Co-authored-by: Anish Lakhwara <anish+git@lakhwara.com>
Co-authored-by: Cody Tubbs <codytubbs@users.noreply.github.com>
Co-authored-by: Enrique Gonzalez <enrique@sourcegraph.com>
Co-authored-by: Daniel Marques <dlmarques@me.com>
Co-authored-by: Alex Romano <alexromano12@gmail.com>
Co-authored-by: rakeshjosh2003 <102702631+rakeshjosh2003@users.noreply.github.com>
Co-authored-by: Michael Lin <mlzc@hey.com>
Co-authored-by: Varun Gandhi <varun.gandhi@sourcegraph.com>
Co-authored-by: Petri-Johan Last <petri.last@gmail.com>
Co-authored-by: Michael Bahr <1830132+bahrmichael@users.noreply.github.com>
Co-authored-by: Dan Adler <dadlerj@users.noreply.github.com>
Co-authored-by: Dan Adler <5589410+dadlerj@users.noreply.github.com>
Co-authored-by: Justin Dorfman <justindorfman@gmail.com>
Co-authored-by: Valery Bugakov <skymk1@gmail.com>
Co-authored-by: Aravind Ramaraju <51247042+aramaraju@users.noreply.github.com>
Co-authored-by: Beatrix <68532117+abeatrix@users.noreply.github.com>
Co-authored-by: graceshih-sg <grace.shih@sourcegraph.com>
Co-authored-by: Joe Chen <jc@unknwon.io>
Co-authored-by: Alex Kemper <alex.j.kemper@gmail.com>
Co-authored-by: Matthew Manela <mmanela@users.noreply.github.com>
Co-authored-by: Camden Cheek <camden@sourcegraph.com>
Co-authored-by: William Bezuidenhout <william.bezuidenhout@sourcegraph.com>
Co-authored-by: Will Dollman <will.dollman@sourcegraph.com>
Co-authored-by: amenne <amenne@users.noreply.github.com>
Co-authored-by: LeweyM <36539330+LeweyM@users.noreply.github.com>
Co-authored-by: Travis Lyons <travis.lyons@sourcegraph.com>
Co-authored-by: steve sadler <rs5sadler@gmail.com>
Co-authored-by: Kalan <51868853+kalanchan@users.noreply.github.com>
Co-authored-by: Erik Seliger <erikseliger@me.com>
Co-authored-by: kelsey-brown <80273085+kelsey-brown@users.noreply.github.com>
Co-authored-by: steve sadler <steve.sadler@sourcegraph.com>
Co-authored-by: Saad Irfan <mrsaadirfan@gmail.com>
Co-authored-by: Maham Codes <33153838+MahamDev@users.noreply.github.com>
Co-authored-by: Andrew Norrish <110418926+anorrish@users.noreply.github.com>
Co-authored-by: Anton Sviridov <anton.sviridov@sourcegraph.com>
Co-authored-by: Eugenio Sanchez <eugenio.sanchez@sourcegraph.com>
Co-authored-by: Taras Yemets <yemets.taras@gmail.com>
Co-authored-by: Peter Guy <peter.guy@sourcegraph.com>
Co-authored-by: Chris Concannon <chris.concannon@sourcegraph.com>
Co-authored-by: Adi Ranjan <adi.ranjan@sourcegraph.com>
Co-authored-by: Keyukemi Ubi <65344874+Keyukemi@users.noreply.github.com>
Co-authored-by: Emi <emi@hexops.com>
Co-authored-by: Geoffrey Gilmore <geoffrey@sourcegraph.com>
<!-- Explain the changes introduced in your PR -->

## Pull Request approval

You will need to get your PR approved by at least one member of the
Sourcegraph team. For reviews of docs formatting, styles, and component
usage, please tag the docs team via the #docs Slack channel.
…te vs. codeCompletion (#1165)

@MaedahBatool I reviewed your PR
#1162 but needed a bunch of
changes to it so it was easier to send like this

This is improved docs around reasoning for Bedrock and Vertex (the
claude 4 changes)

I also bundled in a small fix for where our docs referred to
`"autocomplete"` in the modelConfiguration `defaultModels` section -
which has never been a valid option except under `capabilities` for
models - so I corrected it to `codeCompletion` which is the correct
option to use (a customer ran into this, so wanted to get this fix in)

Signed-off-by: Emi <emi@sourcegraph.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sourcegraph-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 28, 2025 10:39pm

@MaedahBatool MaedahBatool enabled auto-merge (squash) May 28, 2025 22:40
@MaedahBatool MaedahBatool disabled auto-merge May 28, 2025 22:43
@MaedahBatool MaedahBatool merged commit 935309d into main May 28, 2025
5 checks passed
@MaedahBatool MaedahBatool deleted the claude4-updates branch May 28, 2025 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants