forked from Kilo-Org/kilocode
-
Notifications
You must be signed in to change notification settings - Fork 0
Down merge #1
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
Merged
Merged
Down merge #1
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
refactor: update AutoTriggerStrategy.getPrompts API to accept AutocompleteInput
add amazon bedrock for autocomplete
the streaming parser mixed up the order of the chunks, which caused the parsing to fail and the autocomplete to suggest XML search/replace content
Make autocomplete LLM parser non streaming
Include changes from Roo Code v3.28.18
fix(anthropic-vertex): add manual baseURL configuration to fix out of date library
Add missing header param
Prevent webview crash when browser tool is used with native tool calling enabled
…ger-without-typing try to prevent autocomplete to trigger when the user wasnt typing
…on-selection Catrielmuller/cli fix suggestion selection
Changeset version bump
- Adjust tool inclusion behavior in getAllowedJSONToolsForMode() to correctly handle apply_diff behaviors. - Emphasize tool use requirements in tool-use section - Remove XML-specific references in markdown rules (attempt_completion) to avoid pollution of the context. - Update all 8 system prompt test snapshots to match changes
CLI - /clear command
…es // fix approval requirements
Co-authored-by: Copilot <[email protected]>
…oval-monitor CLI - Improve/Fix Approval Monitor
Changeset version bump
fix(tools): improve tool calling consistency
just tyring to make dependencies clear
remove unused import
Add slash config command to cli
* feat: add support for local backend URL override Add KILOCODE_BACKEND_BASE_URL environment variable to enable testing against a local Kilo Code backend. Refactor hardcoded API URLs across providers, webview, and CLI to use getKiloUrl() and getKiloUrlFromToken() functions for dynamic URL resolution. Include new launch configuration and documentation updates for local development workflow. * Clean and fixes * more cleanup * Flip the fn params * refactor(shared): replace getKiloUrl with getApiUrl and getAppUrl Replace the generic getKiloUrl function with two specific functions: - getApiUrl for API endpoints (e.g., /extension-config.json) - getAppUrl for app/web URLs (e.g., /profile, /support) This improves type safety and clarity by separating concerns between API and app URL generation. BREAKING CHANGE: getKiloUrl function removed, use getApiUrl or getAppUrl instead * refactor(shared): centralize kilocode URL utilities in @roo-code/types Move getApiUrl, getAppUrl, and getKiloUrlFromToken functions from src/shared/kilocode/ to packages/types/src/kilocode/kilocode.ts and update all imports across the codebase. This consolidates shared utilities into the types package, reducing duplication and improving maintainability. * refactor(types): add getExtensionConfigUrl and refactor URL utilities - Introduce getExtensionConfigUrl function for extension config endpoint - Refactor getApiUrl and getAppUrl to use shared buildUrl helper - Update tests to cover new function and maintain backwards compatibility - Use getExtensionConfigUrl in Gemini CLI provider instead of hardcoded URL * Address PR comments * Cleanup and revert post main-merge * Temporarily disable flakey autocomplete tests * ci: prevent API rate limit exceeded for actions/setup-java@v4 Add check-latest: false and token configuration to setup-java steps in code-qa.yml and marketplace-publish.yml. * 'chore: WIP'
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.
Context
Implementation
Screenshots
How to Test
Get in Touch