Wave Terminal
詳細情報
| タイトル | Wave Terminal |
|---|---|
| URL | https://www.waveterm.dev/ |
| バージョン | ver 0.13.0 |
| 更新日 | 2025/12/10 |
| 追加日 | 2023/12/20 |
| 種別 | フリーソフト / オープンソース(Apache) |
| 説明 | オープンソースかつクロスプラットフォームのモダンなターミナルソフト。 |
レビュー
モダンな外観もつターミナルソフトで、コマンドを入力する部分と、結果を表示する部分が明示的に分かれている。
VSCodeと同じ機能を持つ内蔵エディタを使ってファイルを編集でき、Markdown、CSV、JSONファイルをプレビュー可能。.jpeg、.png、.gifなどの画像ファイルを表示する画像プレビュー機能も搭載。
複数のタブを管理するためのワークスペースや、セッションの保存・再開機能、全てのコマンドを検索できるユニバーサルヒストリーなど便利な機能が大量に搭載されている。
スクリーンショット
更新グラフ
バージョン履歴
Wave v0.13 Brings Local AI Support, BYOK, and Unified Configuration
Wave v0.13 is a major release that opens up Wave AI to local models, third-party providers, and bring-your-own-key (BYOK) configurations. This release also includes a completely redesigned configuration system and several terminal improvements.
Local AI & BYOK Support:
-
OpenAI-Compatible API - Wave now supports any provider or local server using the
/v1/chat/completionsendpoint, enabling use of Ollama, LM Studio, vLLM, OpenRouter, and countless other local and hosted models - Google Gemini Integration - Native support for Google's Gemini models with a dedicated API adapter
- Provider Presets - Simplified configuration with built-in pre
Wave v0.13 Brings Local AI Support, BYOK, and Unified Configuration
Wave v0.13 is a major release that opens up Wave AI to local models, third-party providers, and bring-your-own-key (BYOK) configurations. This release also includes a completely redesigned configuration system and several terminal improvements.
Local AI & BYOK Support:
-
OpenAI-Compatible API - Wave now supports any provider or local server using the
/v1/chat/completionsendpoint, enabling use of Ollama, LM Studio, vLLM, OpenRouter, and countless other local and hosted models - Google Gemini Integration - Native support for Google's Gemini model
Wave v0.13 Brings Local AI Support, BYOK, and Unified Configuration
Wave v0.13 is a major release that opens up Wave AI to local models, third-party providers, and bring-your-own-key (BYOK) configurations. This release also includes a completely redesigned configuration system and several terminal improvements.
Local AI & BYOK Support:
-
OpenAI-Compatible API - Wave now supports any provider or local server using the
/v1/chat/completionsendpoint, enabling use of Ollama, LM Studio, vLLM, OpenRouter, and countless other local and hosted models - Google Gemini Integration - Native support for Google's Gemini model
Wave v0.13 Brings Local AI Support, BYOK, and Unified Configuration
Wave v0.13 is a major release that opens up Wave AI to local models, third-party providers, and bring-your-own-key (BYOK) configurations. This release also includes a completely redesigned configuration system and several terminal improvements.
Local AI & BYOK Support:
-
OpenAI-Compatible API - Wave now supports any provider or local server using the
/v1/chat/completionsendpoint, enabling use of Ollama, LM Studio, vLLM, OpenRouter, and countless other local and hosted models - Google Gemini Integration - Native support for Google's Gemini model
What's Changed
- fix terminal paste code by @sawka in #2596
- remove storybook, tasks, and dependencies by @sawka in #2593
- more misc builder improvements by @sawka in #2592
- release notes for v0.12.5 by @sawka in #2597
Full Changelog: v0.12.4...v0.12.5
Quick patch release to fix paste behavior on Linux (prevent raw HTML from getting pasted to the terminal).
PRs
- fix terminal paste code by @sawka in #2596
- remove storybook, tasks, and dependencies by @sawka in #2593
- more misc builder improvements by @sawka in #2592
- release notes for v0.12.5 by @sawka in #2597
Full Changelog: v0.12.4...v0.12.5-beta.0
Quick patch release with bug fixes and minor improvements.
- New
term:macoptionismetasetting for macOS to treat Option key as Meta key in terminal - Fixed directory tracking for zsh shells
- Fixed editor copy operations
- Minor Wave AI improvements (image handling, scrolling, focus)
- Package updates and dependency upgrades
- WIP: WaveApps builder framework (not yet released)
PRs
- builder files tab by @sawka in #2569
- More Builder Improvements + Tsunami AppInit by @sawka in #2571
- Bump glob from 10.4.5 to 10.5.0 by @dependabot[bot] in #2570
- Create Interface for Backend AI Providers by @sawka in #2572
- vari
Quick patch release to address some bugs.
What's Changed
- builder secrets, builder config/data tab hooked up by @sawka in #2581
- add new setting term:macoptionismeta by @sawka in #2589
- builder files tab by @sawka in #2569
- More Builder Improvements + Tsunami AppInit by @sawka in #2571
- Bump glob from 10.4.5 to 10.5.0 by @dependabot[bot] in #2570
- Create Interface for Backend AI Providers by @sawka in #2572
- various AI updates by @sawka in #2574
- fix ht
Quick patch release to address some bugs.
PRs
- builder files tab by @sawka in #2569
- More Builder Improvements + Tsunami AppInit by @sawka in #2571
- Bump glob from 10.4.5 to 10.5.0 by @dependabot[bot] in #2570
- Create Interface for Backend AI Providers by @sawka in #2572
- various AI updates by @sawka in #2574
- fix html clipboard issue (only copy text/plain) by @sawka in #2579
- fix osc7 encoding for zsh (bad regex substitutions) by @sawka in #2578
- Bump
Patch release with Wave AI model upgrade, new secret management features, and improved terminal input handling.
Wave AI Updates:
- GPT-5.1 Model - Upgraded to use OpenAI's GPT-5.1 model for improved responses
- Thinking Mode Toggle - New dropdown to select between Quick, Balanced, and Deep thinking modes for optimal response quality vs speed
- [bugfix] Fixed path mismatch issue when restoring AI write file backups
New Features:
-
Secret Store - New secret management widget for storing and managing sensitive credentials. Access secrets via CLI with
wsh secret list/get/setcommands
Terminal Improvements:
- Enhanced Input Handling - B
Wave v0.12.2 adds file editing ability to Wave AI. Before approving a file edit you can easily see a diff (rendered in the Monaco Editor diff viewer), and after approving an edit you can easily roll back the change using a "Revert File" button.
Lots of other bug fixes and improvements including:
- Fixed a big memory leak in the RPC system
- Schema validation working again for config files
- Better tool descriptions, better input validations (run before tool approvals)
- Fix issue with premature tool timeouts
- Ability to adjust thinking level and max output tokens per chat
- Can drag&drop files from the preview viewer directly to Wave AI
- Fixed a regression with PowerShell 5.x
- Allow
wsh aito attach directory listings to chats - Fix an issue with promp


