This repository was archived by the owner on Oct 31, 2025. It is now read-only.
Quick merge main 2025 07 25#68
Merged
Jazzcort merged 127 commits intoJul 25, 2025
Merged
Conversation
… context retrieval
This `cd` was failing because `extensions/intellij` is the default working directory. Can be reproduced with: `act push -j bump-version -W .github/workflows/jetbrains-release.yaml`
Related to the recent debugging of the 504s.
…t-of-process-config fix: Remove redundant jcef.out-of-process=false from run configs
…rminal feat: ✨ Auto collapse the terminal on long output
…odeblocks fix: 🐛 Fix bare markdown fences and premature code generation stops
fix: missing `alwaysApply` in local rule block
improve: add filepath in editoutcome dev data
The previous homebrew-17 is specific to macOS and requires switching to JAVA_HOME on Windows/Linux. Workaround: ./idea/gradle.xml can be marked as unstaged, but this is inconvenient for developers. JAVA_HOME is a standard IMO.
…models-not-showing-up-always-says-loading-config fix: use loading state for loading indicator, better error messages
* feat: vertex ai openai adapter * fix: vertex ai - missing mistral key * feat: support tools for vertexAI gemini and anthropic * feat: vertex openai adapter working for gemini * fix: show errors in vertex ai * fix: filter out model from vertexai anthropic body * feat: vertexai toolSupport update * chore: remove force openai adapter usage for vertex * fix: prettier
* feat: create `oneper` util * Update oneper * Update oneper * feat: add cross-platform VSIX builds - Update vscode-package-extension job to build on both ubuntu and macos - Add platform-specific artifact names (vscode-extension-build-Linux/macOS) - Update oneper script to support --platform flag (macos/linux) - Change VSIX naming to continue-VERSION-PR.vsix format - Remove unnecessary unzip dependency check 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * fix: ensure dependencies are installed in matrix packaging job The macOS packaging job was failing because dependencies weren't available from cache. Added fallback npm ci commands to install dependencies if node_modules directories don't exist. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * refactor: use matrix strategy for dependency jobs Instead of fallback npm ci commands, update the dependency jobs (install-core, install-config-yaml, install-openai-adapters, install-vscode) to also use the matrix strategy. This ensures proper cross-platform dependency caching and cleaner builds. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * feat: add reload instructions to --latest command Consistency improvement - both --pr and --latest installations now show reload instructions to help users activate the new extension version. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
…uto-pick-os fix: oneper script to auto detect os
This is a quick merge main to get in the upstream PR continuedev#6635 that fix the issue of not opening proper config file.
9c7c83d
into
Granite-Code:granite/customization
65 of 67 checks passed
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
This is a quick merge main to get in the upstream PR continuedev#6635 that fix
the issue of not opening proper config file.
Checklist