Open
Conversation
Updated instructions for authorizing Sourcegraph commands in Jetbrains. Context: https://sourcegraph.slack.com/archives/C053CKA3VCP/p1758730710649179?thread_ts=1758723318.750819&cid=C053CKA3VCP
cody v1.124.0 add token fix indentation old commit fix
- Add Cody repository checkout step using CODY_GITHUB_TOKEN - Set CODY_DIR to use checked-out repo instead of downloading archives - Fixes authentication issues with private repository archive downloads Amp-Thread-ID: https://ampcode.com/threads/T-9dbbf4f3-ebc8-4123-bc03-5a1074aad104 Co-authored-by: Amp <amp@ampcode.com>
- Checkout Cody repository and generate missing protocol files - Install dependencies and build Cody before generating protocols - Set CODY_DIR to use generated protocol files - Fixes missing protocol classes like UntitledTextDocument, ModelAvailabilityStatus
- Copy protocol_generated files from working Cody repository - Simplify CI workflow to skip complex protocol generation - Includes all required classes like UntitledTextDocument, ModelAvailabilityStatus - Fixes compilation errors with missing protocol classes
This reverts commit 0abfc0c.
70d065e to
2cb57c6
Compare
- Add ModelAvailabilityStatus, EditTask_*Params, ContextFilters - Add UntitledTextDocument, DeleteFileOperation, RenameFileOperation - Add Ignore_TestParams, Ignore_TestResult, CurrentUserCodySubscription - Fixes compilation errors with missing protocol references - Force added despite gitignore to resolve CI build issues Amp-Thread-ID: https://ampcode.com/threads/T-9dbbf4f3-ebc8-4123-bc03-5a1074aad104 Co-authored-by: Amp <amp@ampcode.com>
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
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.
Test plan