waveterm
waveterm copied to clipboard
An open-source, cross-platform terminal for seamless workflows
### Feature description Hello, Since I started using waveterm I don't need anymore other programs since it has AI, Web, terminal and sysinfo integrated, but since I use obsidian too...
### Current Behavior Despite the connection manager being populated with ssh-connections when using the GUI to connect to a remote machine, no remote connections are showing up in the dropdown,...
Also using this as an opportunity to clean up useLongPress so it isn't creating a bunch of timers
### Current Behavior when i select remote host from the drop down menu in terminal  the terminal will pop up a alert telling me it disconnected  but i...
### Feature description Support the new [Grounding with Google Search](https://ai.google.dev/gemini-api/docs/grounding) feature in Gemini for Wave AI. ### Implementation Suggestion This requires replacing the existing [`google/generative-ai-go` package](https://pkg.go.dev/github.com/google/[email protected]) with the new [`googleapis/go-genai`...
### Feature description Currently, the application appears to lack a fundamental window sizing configuration. Upon launch, the terminal interface defaults to occupying nearly the entire screen real estate. While this...
### Feature description It would be super useful if we could right-click in a directory and open up Wave in that directory. ### Implementation Suggestion _No response_ ### Anything else?...
### Current Behavior If I do something like "ls | wsh ai - "how many files are here"", it only pipes the output of ls to the AI block, and...
### Current Behavior ### **defaults to "standard locale" aside from the fact that I have installed and run "US.UTF-8".** - [ ] Only occurs in waveterm and does not occur...
### Current Behavior I have several SSH hosts I need to go through a Proxy an example of my ssh_config is listed below: ``` Host staging Hostname staging.foobar.net ForwardAgent yes...