Skip to content

Releases: wavetermdev/waveterm

Wave Terminal v0.12.0-beta.3 Release

15 Oct 05:35
a2f1d4f

Choose a tag to compare

Pre-release

Wave v0.12 Has Arrived with Wave AI (beta)!

Wave AI features (powered by OpenAI gpt-5):

  • New slide-out chat on the left side of the screen (hot keys to activate Cmd-Shift-A, or Ctrl-Shift-0)
  • Multi-modal input (images, pdfs, text file attachments)
  • Drag & Drop files to attach them
  • Easy context switch to enable Wave AI to see into your widgets and file-system
  • Built in tools:
    • Web search enabled on backend
    • Read local files and directories
    • Screenshot widgets
    • See terminal scrollback
    • Web navigation

Lots more is in the works, but this is a major upgrade and modernization over Wave's previous AI integration. See https://docs.waveterm.dev/waveai for more information and "coming soon" features. This was a significant lift, the main AI PR was 128 commits and added 13k LOC.

Wave AI is in active beta with included AI credits while we refine the experience. BYOK will be available once we've stabilized core features and gathered feedback on what works best. Share feedback in our Discord.

What's Changed (since beta.2)

Full Changelog: v0.12.0-beta.2...v0.12.0-beta.3

Wave Terminal v0.12.0-beta.2 Release

14 Oct 16:30
8b46463

Choose a tag to compare

Pre-release

Wave v0.12 Has Arrived with Wave AI (beta)!

Wave AI features (powered by OpenAI gpt-5):

  • New slide-out chat on the left side of the screen (hot keys to activate Cmd-Shift-A, or Ctrl-Shift-0)
  • Multi-modal input (images, pdfs, text file attachments)
  • Drag & Drop files to attach them
  • Easy context switch to enable Wave AI to see into your widgets and file-system
  • Built in tools:
    • Web search enabled on backend
    • Read local files and directories
    • Screenshot widgets
    • See terminal scrollback
    • Web navigation

Lots more is in the works, but this is a major upgrade and modernization over Wave's previous AI integration. See https://docs.waveterm.dev/waveai for more information and "coming soon" features. This was a significant lift, the main AI PR was 128 commits and added 13k LOC.

Wave AI is in active beta with included AI credits while we refine the experience. BYOK will be available once we've stabilized core features and gathered feedback on what works best. Share feedback in our Discord.

What's Changed

  • Bump electron from 38.1.0 to 38.1.2 in the electron-patch group by @dependabot[bot] in #2366
  • Bump debug from 4.4.1 to 4.4.3 in the prod-dependencies-patch group by @dependabot[bot] in #2365
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.87.3 to 1.88.1 by @dependabot[bot] in #2362
  • Bump github.com/openai/openai-go/v2 from 2.1.1 to 2.5.0 by @dependabot[bot] in #2363
  • layout simplification by @sawka in #2387
  • New AIPanel by @sawka in #2370
  • Bump google.golang.org/api from 0.249.0 to 0.251.0 by @dependabot[bot] in #2390
  • update awk sdk by @sawka in #2396
  • Bump the prod-dependencies-minor group across 1 directory with 5 updates by @dependabot[bot] in #2393
  • Bump the dev-dependencies-patch group across 1 directory with 8 updates by @dependabot[bot] in #2394
  • revert sass to 1.91 to remove deprecation by @sawka in #2397
  • Bump electron-vite from 4.0.0 to 4.0.1 in the electron-patch group by @dependabot[bot] in #2382
  • revert monaco upgrade (doesn't load) by @sawka in #2400
  • analysis of the monaco v0.53 issue, for next release by @sawka in #2401
  • Bump the dev-dependencies-patch group across 1 directory with 2 updates by @dependabot[bot] in #2399
  • update react, fix tool def by @sawka in #2402
  • add clear history/storage for web widgets by @sawka in #2383
  • upgrade tsunami react to 19.2.0 by @sawka in #2403
  • Bump github.com/sashabaranov/go-openai from 1.41.1 to 1.41.2 by @dependabot[bot] in #2361
  • custom streamdown components for wave ai by @sawka in #2404
  • feat(cli): add blocks list with filtering and JSON output by @mister-x-ops in #2337
  • New data-tooluse AI SDK packet and Tool Approvals Implemented by @sawka in #2407
  • openai native web search tool enabled by @sawka in #2410
  • onboarding and polish for v0.12 by @sawka in #2411
  • add a copilot-setup-steps.yml file by @sawka in #2412
  • remove npm ci timing info by @sawka in #2413
  • Add read_dir AI tool for reading directory contents by @Copilot in #2414
  • Make Block Close / Cmd-W more consistent by @sawka in #2417
  • fix wave ai scrolling bug (and some other small UI fixes) by @sawka in #2416
  • Bump github/codeql-action from 3 to 4 in /.github/workflows by @dependabot[bot] in #2423
  • Bump golang.org/x/crypto from 0.42.0 to 0.43.0 by @dependabot[bot] in #2419
  • Bump the prod-dependencies-patch group with 3 updates by @dependabot[bot] in #2425
  • Bump golang.org/x/mod from 0.28.0 to 0.29.0 by @dependabot[bot] in #2420
  • Bump the dev-dependencies-minor group with 3 updates by @dependabot[bot] in #2424
  • Bump github.com/shirou/gopsutil/v4 from 4.25.8 to 4.25.9 by @dependabot[bot] in #2418
  • Big Onboarding Updates by @sawka in #2428
  • small bug fixes noticed in beta 0 by @sawka in #2429
  • Batch Approval for AI Tool Calls, fix "AI is thinking" message, chunk JS by @sawka in #2430

New Contributors

Full Changelog: v0.11.6...v0.12.0-beta.2

Wave Terminal v0.11.6 Release

22 Sep 18:56
cc41494

Choose a tag to compare

Patch release to address an editor bug when you open two files in separate edit widgets. Also adds Mermaid support to markdown blocks.

  • [bugfix] Corruption issue when two edit widgets are opened
  • Mermaid support in markdown preview
  • WIP: Big AI overhaul coming (multi-modal support, premium models, and tool support)
  • WIP: Integrating new Tsunami widget framework to make writing and running Wave widgets easier
  • Lots of package updates
  • Much internal cleanup (preview widget)
  • More migration to Tailwind v4 CSS
  • Build updates, switched to npm from yarn

PRs

  • Bump the electron-patch group with 2 updates by @dependabot[bot] in #2308
  • Bump the prod-dependencies-minor group with 2 updates by @dependabot[bot] in #2307
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.31.2 to 1.31.5 by @dependabot[bot] in #2306
  • Bump dayjs from 1.11.13 to 1.11.15 in the prod-dependencies-patch group by @dependabot[bot] in #2303
  • Bump the storybook-minor group across 1 directory with 5 updates by @dependabot[bot] in #2179
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.87.1 to 1.87.2 by @dependabot[bot] in #2304
  • fix storybook deps by @sawka in #2309
  • add tooltip element (based on floating ui) by @sawka in #2310
  • update widgets bar to be MUCH more responsive by @sawka in #2311
  • document some layout stuff by @sawka in #2312
  • track if AI requests are local to see feature usage by @sawka in #2313
  • Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #2323
  • tsunami framework (waveapps v2) by @sawka in #2315
  • Bump electron from 37.3.1 to 38.0.0 in the electron-major group by @dependabot[bot] in #2327
  • Bump sass from 1.91.0 to 1.92.0 in the prod-dependencies-minor group by @dependabot[bot] in #2325
  • Bump github.com/golang-migrate/migrate/v4 from 4.18.3 to 4.19.0 by @dependabot[bot] in #2324
  • Bump github.com/junegunn/fzf from 0.65.1 to 0.65.2 by @dependabot[bot] in #2322
  • Bump actions/setup-node from 4 to 5 in /.github/workflows by @dependabot[bot] in #2318
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.87.2 to 1.87.3 by @dependabot[bot] in #2320
  • Bump actions/setup-go from 5 to 6 in /.github/workflows by @dependabot[bot] in #2317
  • Bump vite from 6.3.5 to 6.3.6 by @dependabot[bot] in #2331
  • pin sass back to 1.91 to prevent mixed-decls warnings by @sawka in #2333
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.31.5 to 1.31.6 by @dependabot[bot] in #2319
  • Bump the dev-dependencies-minor group across 1 directory with 9 updates by @dependabot[bot] in #2291
  • implement /api/schemas (json schemas from tsunami atoms /api/config /api/data) by @sawka in #2335
  • Bump electron from 38.0.0 to 38.1.0 in the electron-minor group by @dependabot[bot] in #2346
  • Bump node-abi from 4.6.0 to 4.14.0 in the dev-dependencies-minor group by @dependabot[bot] in #2345
  • Bump github.com/shirou/gopsutil/v4 from 4.25.7 to 4.25.8 by @dependabot[bot] in #2343
  • Bump golang.org/x/sys from 0.35.0 to 0.36.0 by @dependabot[bot] in #2342
  • Bump golang.org/x/crypto from 0.41.0 to 0.42.0 by @dependabot[bot] in #2340
  • Bump golang.org/x/mod from 0.27.0 to 0.28.0 by @dependabot[bot] in #2339
  • Bump google.golang.org/api from 0.248.0 to 0.249.0 by @dependabot[bot] in #2341
  • AI SDK Backend by @sawka in #2336
  • switch from yarn to npm by @sawka in #2347
  • refactor preview.tsx to make it more manageable by @sawka in #2351
  • mermaid support in markdown by @sawka in #2348
  • add tsunami view in wave by @sawka in #2350
  • fix bug with CodeEditor/monaco model, more preview refactoring by @sawka in #2353
  • add an openrouter example to AI presets docs by @sawka in #2354
  • move tsunami views to webviews. also fix git+ssh urls in package-lock.json by @sawka in #2355
  • working on fixing the windows build error by @sawka in #2356
  • fix the resolution of docusaurus-og by @sawka in #2357
  • fix env tasks in docsite package.json by @sawka in #2358
  • v0.11.6 release notes by @sawka in #2371

Full Changelog: v0.11.5...v0.11.6

Wave Terminal v0.11.6-beta.4 Release

16 Sep 19:09
6e308d3

Choose a tag to compare

Pre-release

What's Changed

  • Bump the electron-patch group with 2 updates by @dependabot[bot] in #2308
  • Bump the prod-dependencies-minor group with 2 updates by @dependabot[bot] in #2307
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.31.2 to 1.31.5 by @dependabot[bot] in #2306
  • Bump dayjs from 1.11.13 to 1.11.15 in the prod-dependencies-patch group by @dependabot[bot] in #2303
  • Bump the storybook-minor group across 1 directory with 5 updates by @dependabot[bot] in #2179
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.87.1 to 1.87.2 by @dependabot[bot] in #2304
  • fix storybook deps by @sawka in #2309
  • add tooltip element (based on floating ui) by @sawka in #2310
  • update widgets bar to be MUCH more responsive by @sawka in #2311
  • document some layout stuff by @sawka in #2312
  • track if AI requests are local to see feature usage by @sawka in #2313
  • Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #2323
  • tsunami framework (waveapps v2) by @sawka in #2315
  • Bump electron from 37.3.1 to 38.0.0 in the electron-major group by @dependabot[bot] in #2327
  • Bump sass from 1.91.0 to 1.92.0 in the prod-dependencies-minor group by @dependabot[bot] in #2325
  • Bump github.com/golang-migrate/migrate/v4 from 4.18.3 to 4.19.0 by @dependabot[bot] in #2324
  • Bump github.com/junegunn/fzf from 0.65.1 to 0.65.2 by @dependabot[bot] in #2322
  • Bump actions/setup-node from 4 to 5 in /.github/workflows by @dependabot[bot] in #2318
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.87.2 to 1.87.3 by @dependabot[bot] in #2320
  • Bump actions/setup-go from 5 to 6 in /.github/workflows by @dependabot[bot] in #2317
  • Bump vite from 6.3.5 to 6.3.6 by @dependabot[bot] in #2331
  • pin sass back to 1.91 to prevent mixed-decls warnings by @sawka in #2333
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.31.5 to 1.31.6 by @dependabot[bot] in #2319
  • Bump the dev-dependencies-minor group across 1 directory with 9 updates by @dependabot[bot] in #2291
  • implement /api/schemas (json schemas from tsunami atoms /api/config /api/data) by @sawka in #2335
  • Bump electron from 38.0.0 to 38.1.0 in the electron-minor group by @dependabot[bot] in #2346
  • Bump node-abi from 4.6.0 to 4.14.0 in the dev-dependencies-minor group by @dependabot[bot] in #2345
  • Bump github.com/shirou/gopsutil/v4 from 4.25.7 to 4.25.8 by @dependabot[bot] in #2343
  • Bump golang.org/x/sys from 0.35.0 to 0.36.0 by @dependabot[bot] in #2342
  • Bump golang.org/x/crypto from 0.41.0 to 0.42.0 by @dependabot[bot] in #2340
  • Bump golang.org/x/mod from 0.27.0 to 0.28.0 by @dependabot[bot] in #2339
  • Bump google.golang.org/api from 0.248.0 to 0.249.0 by @dependabot[bot] in #2341
  • AI SDK Backend by @sawka in #2336
  • switch from yarn to npm by @sawka in #2347
  • refactor preview.tsx to make it more manageable by @sawka in #2351
  • mermaid support in markdown by @sawka in #2348
  • add tsunami view in wave by @sawka in #2350
  • fix bug with CodeEditor/monaco model, more preview refactoring by @sawka in #2353
  • add an openrouter example to AI presets docs by @sawka in #2354
  • move tsunami views to webviews. also fix git+ssh urls in package-lock.json by @sawka in #2355
  • working on fixing the windows build error by @sawka in #2356
  • fix the resolution of docusaurus-og by @sawka in #2357
  • fix env tasks in docsite package.json by @sawka in #2358

Full Changelog: v0.11.5...v0.11.6-beta.4

Wave Terminal v0.11.5 Release

29 Aug 00:46
dec47a0

Choose a tag to compare

Another housekeeping release to modernize Wave and bring it more up to date.

  • Wave AI Cloud Proxy now uses gpt-5-mini (upgraded from gpt-4o-mini)
  • Fixed JWT issue with running "Wave Apps" from widgets
  • Added an "$ENV:envvar:fallback" syntax to the config files to allow Wave's config to pick up values from the environment (mostly to allow moving secrets out of the config files)
  • New setting to disable showing overlay blocknums when holding Ctrl:Shift (app:showoverlayblocknums)
  • New setting to allow Shift-Enter to work with tools like Claude Code (term:shiftenternewline)
  • Upgraded frontend to React 19
  • Migrated more of the frontend to Tailwind v4 (work in progress)
  • Removed Universal MacOS build. 90% of Mac users are now on Apple Silicon, so universal build is less important (has a larger file size, and complicates the build process).
  • [bugfix] Removed build-ids in RPM build to try to fix conflicts with Slack
  • Removed some Wave v7 aware upgrades and old code paths
  • Internal cleanup, TypeScript errors, linting fixes, etc.
  • Other assorted Go/npm package bumps

What's Changed

  • standalone fixes, linting errors, speedups, QOL changes ported from wave-12 branch by @sawka in #2271
  • Bump the prod-dependencies-minor group across 1 directory with 9 updates by @dependabot[bot] in #2269
  • Bump vite-plugin-static-copy from 3.1.1 to 3.1.2 by @dependabot[bot] in #2274
  • migrate about modal to use tailwind by @sawka in #2275
  • migrate TOS modal to use tailwind by @sawka in #2276
  • Bump the electron-patch group with 3 updates by @dependabot[bot] in #2284
  • term shiftenternewline config for claude code Shift+Enter support by @sawka in #2285
  • update config system docs for AI by @sawka in #2286
  • tailwind v4 updates (removing some more scss) by @sawka in #2287
  • migrate to react 19 by @sawka in #2272
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.87.0 to 1.87.1 by @dependabot[bot] in #2281
  • Bump google.golang.org/api from 0.247.0 to 0.248.0 by @dependabot[bot] in #2278
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.31.0 to 1.31.2 by @dependabot[bot] in #2279
  • Bump @floating-ui/react from 0.27.15 to 0.27.16 in the prod-dependencies-patch group by @dependabot[bot] in #2282
  • add config setting to disable overlay blocknums from showing when holding ctrl:shift by @sawka in #2288
  • Bump actions/create-github-app-token from 1 to 2 in /.github/workflows by @dependabot[bot] in #2095
  • fix some telemetry events by @sawka in #2289
  • implement cmd:jwt and fix remote execution of commands by @sawka in #2292
  • implement $ENV:[env-var]:[fallback] config replacements by @sawka in #2293
  • remove old electron types (pulling old version of electron) by @sawka in #2294
  • try fixing electron-builder issue with single arch files by @sawka in #2295
  • remove universal builds, fix cleaning/wsh building by @sawka in #2296
  • detect firstlaunch, also remove old history migration code by @sawka in #2298
  • remove .build-id links for rpm builds to fix slack conflict (#2277) by @sawka in #2299
  • switch to using gpt-5-mini for free proxy by @sawka in #2297
  • updates release notes for v0.11.5 by @sawka in #2300
  • move rpm section to top level instead of under linux by @sawka in #2301

Full Changelog: v0.11.4...v0.11.5

Wave Terminal v0.11.5-beta.4 Release

28 Aug 23:17
4ddaa4d

Choose a tag to compare

Pre-release

What's Changed

  • detect firstlaunch, also remove old history migration code by @sawka in #2298
  • remove .build-id links for rpm builds to fix slack conflict (#2277) by @sawka in #2299
  • switch to using gpt-5-mini for free proxy by @sawka in #2297
  • updates release notes for v0.11.5 by @sawka in #2300
  • move rpm section to top level instead of under linux by @sawka in #2301

Full Changelog: v0.11.5-beta.2...v0.11.5-beta.4

Wave Terminal v0.11.5-beta.2 Release

27 Aug 06:59
5b0daaf

Choose a tag to compare

Pre-release

What's Changed

  • standalone fixes, linting errors, speedups, QOL changes ported from wave-12 branch by @sawka in #2271
  • Bump the prod-dependencies-minor group across 1 directory with 9 updates by @dependabot[bot] in #2269
  • Bump vite-plugin-static-copy from 3.1.1 to 3.1.2 by @dependabot[bot] in #2274
  • migrate about modal to use tailwind by @sawka in #2275
  • migrate TOS modal to use tailwind by @sawka in #2276
  • Bump the electron-patch group with 3 updates by @dependabot[bot] in #2284
  • term shiftenternewline config for claude code Shift+Enter support by @sawka in #2285
  • update config system docs for AI by @sawka in #2286
  • tailwind v4 updates (removing some more scss) by @sawka in #2287
  • migrate to react 19 by @sawka in #2272
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.87.0 to 1.87.1 by @dependabot[bot] in #2281
  • Bump google.golang.org/api from 0.247.0 to 0.248.0 by @dependabot[bot] in #2278
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.31.0 to 1.31.2 by @dependabot[bot] in #2279
  • Bump @floating-ui/react from 0.27.15 to 0.27.16 in the prod-dependencies-patch group by @dependabot[bot] in #2282
  • add config setting to disable overlay blocknums from showing when holding ctrl:shift by @sawka in #2288
  • Bump actions/create-github-app-token from 1 to 2 in /.github/workflows by @dependabot[bot] in #2095
  • fix some telemetry events by @sawka in #2289
  • implement cmd:jwt and fix remote execution of commands by @sawka in #2292
  • implement $ENV:[env-var]:[fallback] config replacements by @sawka in #2293
  • remove old electron types (pulling old version of electron) by @sawka in #2294
  • try fixing electron-builder issue with single arch files by @sawka in #2295
  • remove universal builds, fix cleaning/wsh building by @sawka in #2296

Full Changelog: v0.11.4...v0.11.5-beta.2

Wave Terminal v0.11.4 Release

20 Aug 17:43
f4b28bd

Choose a tag to compare

Quick patch release to update packages, fix some security issues (with dependent packages), and some small bug fixes.

  • Update AI Libraries, GPT-5 now supported in WaveAI
  • Added ai:proxyurl setting to allow proxy access (e.g. SOCKS) for AI access
  • Fix bug with directory preview not keeping selection visible when using keyboard to navigate

What's Changed

New Contributors

Full Changelog: v0.11.3...v0.11.4

Wave Terminal v0.11.4-beta.1 Release

19 Aug 23:44
ecd9749

Choose a tag to compare

Pre-release

What's Changed

  • update codeql to only run for code files by @sawka in #2251
  • fix merge gatekeeper rule to run on foreign PRs by @sawka in #2250
  • docs: add OSC-7 working-directory tracking documentation by @ryderstorm in #2211
  • Bump golang.org/x/term from 0.31.0 to 0.34.0 by @dependabot[bot] in #2243
  • bump go version by @sawka in #2253
  • Bump google.golang.org/api from 0.221.0 to 0.246.0 by @dependabot[bot] in #2244
  • update go dependencies by @sawka in #2254
  • Bump actions/checkout from 4 to 5 in /.github/workflows by @dependabot[bot] in #2256
  • update js deps by @sawka in #2255
  • arch overview file by @sawka in #2259
  • Bump tmp from 0.2.3 to 0.2.4 by @dependabot[bot] in #2240
  • update to electron v37 by @sawka in #2260
  • implement ai:proxyurl for proxy url access to different models by @sawka in #2263
  • feat: Claude AI configuration supports custom base URL by @L1l1thLY in #2249
  • Bump mlugg/setup-zig from 1 to 2 in /.github/workflows by @dependabot[bot] in #2166
  • fix gpt-5, and newer openai models that require maxcompletiontokens. by @sawka in #2264
  • fix linting errors, fix electron vite popping up index.html, docs typescript errors, etc. by @sawka in #2265
  • Bump tar-fs from 2.1.2 to 2.1.3 by @dependabot[bot] in #2187
  • remove "sharp" dependency by @sawka in #2266

New Contributors

Full Changelog: v0.11.3...v0.11.4-beta.1

Wave Terminal v0.11.3 Release

05 May 19:12
0d339af

Choose a tag to compare

Patch release to update packages, fix some security issues (with dependent packages), and some small bug fixes.

What's Changed

New Contributors

Full Changelog: v0.11.2...v0.11.3