PRs
- remove broken winget action by @sawka in #2692
- fix tool approval lifecycle to match SSE connection, not keep-alives by @sawka in #2693
- introduce new models -- specifically tab model which has a react provider for prop drilling by @sawka in #2694
- Bump google.golang.org/api from 0.256.0 to 0.258.0 by @dependabot[bot] in #2700
- Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.93.2 to 1.94.0 by @dependabot[bot] in #2699
- Bump @docusaurus/core from 3.8.1 to 3.9.2 by @dependabot[bot] in #2697
- Bump the dev-dependencies-patch group across 1 directory with 4 updates by @dependabot[bot] in #2702
- gitbash is now autodetected (change faq) by @sawka in #2705
- Implement AI "stop" -- in the client, open ai responses/chat, and gemini backends by @sawka in #2704
- Bump github.com/aws/aws-sdk-go-v2/config from 1.32.0 to 1.32.6 by @dependabot[bot] in #2698
- some RPC client/server cleanup by @sawka in #2709
- add empty go.mod file in scaffold directory to prevent errant imports by @sawka in #2710
- very large refactor of wshrouter by @sawka in #2732
- bump version to v0.13.2-alpha.0 (for wsh install) by @sawka in #2734
- Bump github.com/shirou/gopsutil/v4 from 4.25.11 to 4.25.12 by @dependabot[bot] in #2740
- add OSC 52 clipboard support for terminal applications by @gaius-codius in #2725
- rip out osc 23198 and osc 9283 handlers by @sawka in #2736
- Bump golang.org/x/mod from 0.30.0 to 0.31.0 by @dependabot[bot] in #2720
- Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.94.0 to 1.95.0 by @dependabot[bot] in #2719
- removed pinned tabs feature by @sawka in #2737
- implement a scroll latch for AI panel by @sawka in #2744
- only create activity events every 2 hours by @sawka in #2752
- add context menu items for terminal (splits, open url, themes, file browser, etc) by @sawka in #2745
- upgrade monaco editor (remove monaco-editor/loader and monaco-editor/react) by @sawka in #2743
- add deprecation message to old wave ai proxy by @sawka in #2753
- add nowsh reason to help debug failure by @sawka in #2755
- rpc streaming primitives by @sawka in #2759
- set clearer contribution guidelines and expectations by @sawka in #2782
- new job manager / framework for creating persistent remove sessions by @sawka in #2779
- Bump github.com/mattn/go-sqlite3 from 1.14.32 to 1.14.33 by @dependabot[bot] in #2762
- Bump google.golang.org/api from 0.258.0 to 0.259.0 by @dependabot[bot] in #2761
- Bump golang.org/x/sys from 0.39.0 to 0.40.0 by @dependabot[bot] in #2760
- Bump the dev-dependencies-minor group across 1 directory with 3 updates by @dependabot[bot] in #2774
- update some js packages by @sawka in #2785
- Bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in #2783
- upgrade to go 1.25.6 by @sawka in #2784
- Bump @types/uuid from 10.0.0 to 11.0.0 by @dependabot[bot] in #2723
- Persistent Terminal Sessions (+ improvements and bug fixes) by @sawka in #2806
- Do not allow large/recursive file transfers (for now), remove s3 and wavefile fs implementations by @sawka in #2808
- Bump golang.org/x/mod from 0.31.0 to 0.32.0 by @dependabot[bot] in #2797
- Bump google.golang.org/api from 0.259.0 to 0.262.0 by @dependabot[bot] in #2795
- Bump node-abi from 4.25.0 to 4.26.0 in the dev-dependencies-minor group by @dependabot[bot] in #2799
- Bump the dev-dependencies-patch group with 2 updates by @dependabot[bot] in #2798
- Document OpenAI compatible API provider usage by @giraypultar in #2777
- first definition of "first day", and minor doc mod by @sawka in #2810
- Tab Indicators, Confirm on Quit, etc by @sawka in #2811
- Bump github.com/golang-jwt/jwt/v5 from 5.3.0 to 5.3.1 by @dependabot[bot] in #2816
- Bump google.golang.org/api from 0.263.0 to 0.264.0 by @dependabot[bot] in #2815
- Update Model Mode Docs by @ericmann in #2819
- Session Durability Checkpoint by @sawka in #2821
- More Durable Shell Bug Fixes by @sawka in #2822
- Add configurable verbosity for OpenAI Responses API by @thnk2wn in #2776
- fix for #2818 (dont let empty plotData go to SingleLinePlot) by @sawka in #2827
- Durable Session PR #5 (Icon Flyover, More Bug Fixes, Corner Cases) by @sawka in #2825
- stress test for the new RPC streaming primitives (+ bug fixes) by @sawka in #2828
- Bump github.com/shirou/gopsutil/v4 from 4.25.12 to 4.26.1 by @dependabot[bot] in #2832
- Bump google.golang.org/api from 0.264.0 to 0.265.0 by @dependabot[bot] in #2831
- Bump typescript-eslint from 8.53.1 to 8.54.0 in the dev-dependencies-minor group by @dependabot[bot] in #2817
- First Cut at Durable Sessions Docs + Onboarding by @sawka in #2847
- Fix Monaco Resizing Issue in Editor Block by @sawka in #2848
- New ConnMonitor to Track "Stalled" Connection State for SSH Conns by @sawka in #2846
- implement openaichat images for APIs that support them (using content parts) by @sawka in #2849
- Working on Test Harness for Remote Connections by @sawka in #2829
- new rpc call to get focused block data from a tab by @sawka in #2833
- new config: app:hideaibutton, app:disablectrlshiftarrows, app:disablectrlshiftdisplay by @sawka in #2850
- first cut at v0.14 release notes by @sawka in #2851
- patch onboarding modal for v0.14 by @sawka in #2852
- increase initial command timeout to 30s from 5s (slow WSL start) by @sawka in #2853
- update logging for jobmanager. by @sawka in #2854
- job events, terminal command types, connect error codes by @sawka in #2855
New Contributors
- @gaius-codius made their first contribution in #2725
- @giraypultar made their first contribution in #2777
- @ericmann made their first contribution in #2819
- @thnk2wn made their first contribution in #2776
Full Changelog: v0.13.1...v0.14.0-beta.0