Commit graph

14 commits

Author SHA1 Message Date
Mike Sawka
ea68aec9f4
v0.13 Release Notes, Docs Updates, Onboarding Updates (#2642) 2025-12-08 16:29:19 -08:00
Mike Sawka
a19cb6f300
Add Write File Tools to WaveAI (#2492)
also updates ROADMAP.md, and fixes a node pruning bug on the FE, and
adds a new diff viewer that we can view the write_text_file and
edit_text_file diffs in. adds a backup file system that can be used to restore AI edited files back to their original states.
2025-10-31 14:40:03 -07:00
Mike Sawka
d7a9006f13
new tevents analytics framework (#1894) 2025-02-03 15:32:44 -08:00
Mike Sawka
5450fd8269
roadmap updates, and 1 other doc change (#1859) 2025-01-27 16:02:30 -08:00
Evan Simkowitz
6ebed16e2a
update 0.11 progress in roadmap, move some tasks out (#1820) 2025-01-23 16:36:22 -08:00
Mike Sawka
0d7439e0fd
roadmap updates (#1700) 2025-01-09 12:58:47 -08:00
Mike Sawka
2d11ac439c
update ROADMAP with v0.11.1, v0.12, some future stuff. (#1682) 2025-01-03 14:24:52 -08:00
Mike Sawka
4fd6d36d8e
conn updates 2 (#1660)
* use pwsh over powershell if installed (on windows) for default shell
* refactor blockcontroller.DoRunShellCommand into a "setup" and "manage" phase
* fix wshcmd-conn to also disconnect wsl connections
* new genconn interfaces to make a standardized environment to run SSH/WSL commands via `sh -c`.  also create better quoting functions that are composable
* replace html/template with text/template for shell command templating (avoids special chars getting turned into HTML entities, breaking the commands)
* do not reinstall wsh if the installed version has a higher version (prevents flip-flopping on shared systems)
* simplify clientOs/clientArch detection.  use `uname -sm`.  also validate the os/arch combo as compatible with our builds.
* replace CpHostToRemote with CpWshToRemote. hard codes wsh paths inside of the function instead of having them passed in (quoting restrictions)
* new SyncBuffer class to use with commands that properly synchronizes Writes/String output
* fix setTermSize to actually update DB with terminal size
2025-01-02 14:15:32 -08:00
Mike Sawka
3fc400960b
terminal multi-input for tab (#1643) 2025-01-02 10:06:47 -08:00
Evan Simkowitz
99910f389f
Update roadmap progress (#1670)
also adds links to readme and docsite
2025-01-02 08:51:04 -08:00
Evan Simkowitz
0df0c57639
Mark finished items in roadmap (#1640) 2024-12-27 13:39:04 -08:00
Mike Sawka
904d942c4c
fix remote file stream function (#1620) 2024-12-26 10:23:28 -08:00
Mike Sawka
978ec3908e
remove incompatible md syntax (#1617) 2024-12-23 21:52:33 -08:00
Mike Sawka
042264dd1b
add ROADMAP.md (#1616) 2024-12-23 21:49:10 -08:00