-
Couldn't load subscription status.
- Fork 76
Docs working branch for Sourcegraph 6.4 release #1158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Docs for the following releases in version 6.4: - Agentic context fetching GA - MCP support in agentic context --------- Co-authored-by: Maedah Batool <[email protected]>
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 <[email protected]>
Reverts #1159 --------- Signed-off-by: Emi <[email protected]> Co-authored-by: Vincent <[email protected]> Co-authored-by: Louis Jarvis <[email protected]> Co-authored-by: Jacob Pleiness <[email protected]> Co-authored-by: Marc <[email protected]> Co-authored-by: Camden Cheek <[email protected]> Co-authored-by: Anish Lakhwara <[email protected]> Co-authored-by: Warren Gifford <[email protected]> Co-authored-by: Jacob Pleiness <[email protected]> Co-authored-by: Gabe Torres <[email protected]> Co-authored-by: Stomzy <[email protected]> Co-authored-by: Justin Dorfman <[email protected]> Co-authored-by: PriNova <[email protected]> Co-authored-by: Zahid Ali <[email protected]> Co-authored-by: mibali <[email protected]> Co-authored-by: Noah Berman <[email protected]> Co-authored-by: derek-feriancek-sg <[email protected]> Co-authored-by: Alex Jean-Baptiste <[email protected]> Co-authored-by: morgangauth <[email protected]> Co-authored-by: Stefan Hengl <[email protected]> Co-authored-by: sourcegraph-bot-devx <[email protected]> Co-authored-by: Anish Lakhwara <[email protected]> Co-authored-by: Cody Tubbs <[email protected]> Co-authored-by: Enrique Gonzalez <[email protected]> Co-authored-by: Daniel Marques <[email protected]> Co-authored-by: Alex Romano <[email protected]> Co-authored-by: rakeshjosh2003 <[email protected]> Co-authored-by: Michael Lin <[email protected]> Co-authored-by: Varun Gandhi <[email protected]> Co-authored-by: Petri-Johan Last <[email protected]> Co-authored-by: Michael Bahr <[email protected]> Co-authored-by: Dan Adler <[email protected]> Co-authored-by: Dan Adler <[email protected]> Co-authored-by: Justin Dorfman <[email protected]> Co-authored-by: Valery Bugakov <[email protected]> Co-authored-by: Aravind Ramaraju <[email protected]> Co-authored-by: Beatrix <[email protected]> Co-authored-by: graceshih-sg <[email protected]> Co-authored-by: Joe Chen <[email protected]> Co-authored-by: Alex Kemper <[email protected]> Co-authored-by: Matthew Manela <[email protected]> Co-authored-by: Camden Cheek <[email protected]> Co-authored-by: William Bezuidenhout <[email protected]> Co-authored-by: Will Dollman <[email protected]> Co-authored-by: amenne <[email protected]> Co-authored-by: LeweyM <[email protected]> Co-authored-by: Travis Lyons <[email protected]> Co-authored-by: steve sadler <[email protected]> Co-authored-by: Kalan <[email protected]> Co-authored-by: Erik Seliger <[email protected]> Co-authored-by: kelsey-brown <[email protected]> Co-authored-by: steve sadler <[email protected]> Co-authored-by: Saad Irfan <[email protected]> Co-authored-by: Maham Codes <[email protected]> Co-authored-by: Andrew Norrish <[email protected]> Co-authored-by: Anton Sviridov <[email protected]> Co-authored-by: Eugenio Sanchez <[email protected]> Co-authored-by: Taras Yemets <[email protected]> Co-authored-by: Peter Guy <[email protected]> Co-authored-by: Chris Concannon <[email protected]> Co-authored-by: Adi Ranjan <[email protected]> Co-authored-by: Keyukemi Ubi <[email protected]> Co-authored-by: Emi <[email protected]> Co-authored-by: Geoffrey Gilmore <[email protected]>
<!-- 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 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Docs working branch for Sourcegraph 6.4 release.