-
-
Notifications
You must be signed in to change notification settings - Fork 920
add v0.14.5 release notes and onboarding #3223
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
+117
−3
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| @.kilocode/rules/rules.md | ||
|
|
||
| --- | ||
|
|
||
| ## Skill Guides | ||
|
|
||
| This project uses a set of "skill" guides — focused how-to documents for common implementation tasks. When your task matches one of the descriptions below, **read the linked SKILL.md file before proceeding** and follow its instructions precisely. | ||
|
|
||
| | Skill | File | Description | | ||
| | ------------ | ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| | add-config | `.kilocode/skills/add-config/SKILL.md` | Guide for adding new configuration settings to Wave Terminal. Use when adding a new setting to the configuration system, implementing a new config key, or adding user-customizable settings. | | ||
| | add-rpc | `.kilocode/skills/add-rpc/SKILL.md` | Guide for adding new RPC calls to Wave Terminal. Use when implementing new RPC commands, adding server-client communication methods, or extending the RPC interface with new functionality. | | ||
| | add-wshcmd | `.kilocode/skills/add-wshcmd/SKILL.md` | Guide for adding new wsh commands to Wave Terminal. Use when implementing new CLI commands, adding command-line functionality, or extending the wsh command interface. | | ||
| | context-menu | `.kilocode/skills/context-menu/SKILL.md` | Guide for creating and displaying context menus in Wave Terminal. Use when implementing right-click menus, adding context menu items, creating submenus, or handling menu interactions with checkboxes and separators. | | ||
| | create-view | `.kilocode/skills/create-view/SKILL.md` | Guide for implementing a new view type in Wave Terminal. Use when creating a new view component, implementing the ViewModel interface, registering a new view type in BlockRegistry, or adding a new content type to display within blocks. | | ||
| | electron-api | `.kilocode/skills/electron-api/SKILL.md` | Guide for adding new Electron APIs to Wave Terminal. Use when implementing new frontend-to-electron communications via preload/IPC. | | ||
| | waveenv | `.kilocode/skills/waveenv/SKILL.md` | Guide for creating WaveEnv narrowings in Wave Terminal. Use when writing a named subset type of WaveEnv for a component tree, documenting environmental dependencies, or enabling mock environments for preview/test server usage. | | ||
| | wps-events | `.kilocode/skills/wps-events/SKILL.md` | Guide for working with Wave Terminal's WPS (Wave PubSub) event system. Use when implementing new event types, publishing events, subscribing to events, or adding asynchronous communication between components. | |
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,73 @@ | ||
| // Copyright 2026, Command Line Inc. | ||
| // SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| const UpgradeOnboardingModal_v0_14_5_Content = () => { | ||
| return ( | ||
| <div className="flex flex-col items-start gap-6 w-full mb-4 unselectable"> | ||
| <div className="text-secondary leading-relaxed"> | ||
| <p className="mb-0"> | ||
| Wave v0.14.5 introduces a new Process Viewer widget, Quake Mode for the global hotkey, and several | ||
| quality-of-life improvements. | ||
| </p> | ||
| </div> | ||
|
|
||
| <div className="flex w-full items-start gap-4"> | ||
| <div className="flex-shrink-0"> | ||
| <i className="text-[24px] text-accent fa-solid fa-list-tree"></i> | ||
| </div> | ||
| <div className="flex flex-col items-start gap-2 flex-1"> | ||
| <div className="text-foreground text-base font-semibold leading-[18px]">Process Viewer</div> | ||
| <div className="text-secondary leading-5"> | ||
| New widget that displays running processes on local and remote machines, with CPU and memory | ||
| usage and sortable columns. | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div className="flex w-full items-start gap-4"> | ||
| <div className="flex-shrink-0"> | ||
| <i className="text-[24px] text-accent fa-solid fa-terminal"></i> | ||
| </div> | ||
| <div className="flex flex-col items-start gap-2 flex-1"> | ||
| <div className="text-foreground text-base font-semibold leading-[18px]">Quake Mode</div> | ||
| <div className="text-secondary leading-5"> | ||
| The global hotkey (<code>app:globalhotkey</code>) now triggers a dedicated quake mode that | ||
| drops a Wave window down from the top of the screen, similar to classic quake-style terminals. | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div className="flex w-full items-start gap-4"> | ||
| <div className="flex-shrink-0"> | ||
| <i className="text-[24px] text-accent fa-solid fa-wrench"></i> | ||
| </div> | ||
| <div className="flex flex-col items-start gap-2 flex-1"> | ||
| <div className="text-foreground text-base font-semibold leading-[18px]">Other Changes</div> | ||
| <div className="text-secondary leading-5"> | ||
| <ul className="list-disc list-outside space-y-1 pl-5"> | ||
| <li> | ||
| <strong>Drag & Drop Files into Terminal</strong> - Drag files from Finder or your | ||
| file manager into a terminal to paste their quoted path | ||
| </li> | ||
| <li> | ||
| New opt-in <code>app:showsplitbuttons</code> setting adds split buttons to block | ||
| headers | ||
| </li> | ||
| <li>Toggle the widgets sidebar from the View menu</li> | ||
| <li>F2 to rename the active tab</li> | ||
| <li>Mouse back/forward buttons now navigate in web widgets</li> | ||
| <li> | ||
| <strong>[bugfix]</strong>{" "}Config files that didn't exist yet couldn't be | ||
| created or edited from the Settings widget | ||
| </li> | ||
| </ul> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| ); | ||
| }; | ||
|
|
||
| UpgradeOnboardingModal_v0_14_5_Content.displayName = "UpgradeOnboardingModal_v0_14_5_Content"; | ||
|
|
||
| export { UpgradeOnboardingModal_v0_14_5_Content }; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue reference text and URL are inconsistent.
On Line 14, the link label shows
#3151but the target URL is issue3138. Please align both to the same issue number.🤖 Prompt for AI Agents