forked from Kilo-Org/kilocode
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] main from Kilo-Org:main #142
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
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
Adding a new entry for Kimi K2.5 in the changeset.
- Add fetchKilocodeNotificationsCore() for shared API fetching logic - Add displayNativeNotifications() for showing native VSCode notifications - Add fetchKilocodeNotificationsOnStartup() for standalone startup fetch - Refactor fetchKilocodeNotificationsHandler to use shared functions - Call fetchKilocodeNotificationsOnStartup in extension activation This ensures notifications are fetched even when the chat panel isn't open.
Updated supportsTemperature to false based on API specs.
- Changed URL path from /chat to /kilocode/chat for consistency
- Added vscode.commands.executeCommand('kilo-code.SidebarProvider.focus')
before all /kilocode/* actions so users can see the result
- Updated tests to verify focus command is called
Use `${Package.name}.SidebarProvider.focus` instead of hardcoded
'kilo-code.SidebarProvider.focus' for consistency with the rest of
the codebase.
Fix model selection after anonymous usage
Fix changeset format
Changeset version bump
The /kilocode/chat URL path was not working correctly because getVisibleInstance() returns undefined when the extension panel isn't already open, causing an early return before the sidebar focus command could execute. This fix handles the /kilocode/chat path specially by: 1. First focusing the sidebar to open the Kilo Code extension 2. Using getInstance() which waits for the provider to become visible 3. Then performing the chat actions (removeClineFromStack, refreshWorkspace, etc.) This ensures the extension opens properly before attempting to interact with the chat interface.
…cation URLs When displaying native notifications with action URLs that start with vscode://, the protocol is now replaced with the appropriate protocol for the current IDE (e.g., cursor://, vscodium://, vscode-insiders://) using vscode.env.uriScheme. This ensures notification action URLs work correctly in all VS Code-compatible IDEs.
feat: notification improvements and /chat URL path
Adding Kimi K2.5
Changeset version bump
Co-authored-by: Joshua Lambert <[email protected]>
…locode into christiaan/account-cta
Refactor case statement for toolName handling
Show sign in prompt when trying paid model
docs: update discord links to canonical url
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )