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