waveterm
waveterm copied to clipboard
An open-source, cross-platform terminal for seamless workflows
### Feature description Given I have more than one tab open in the same workspace, I should be able to move a block to another tab. # Reasoning We often...
### Current Behavior Facing an issue in the AI Chat View when an HTML tag is included in the message. Once the error occurs, there doesn’t seem to be a...
### Current Behavior Additional Environment Variables don't seem to work in WSL and almost nothing else does from the connection configuration. I'm not 100% sure that I'm not doing something...
### Current Behavior * Context: corporate macos laptop using VPN and corporate proxy When using the AI panel, I get this message: ``` OpenAI request, websocket connect error: write tcp...
### Current Behavior I tried adding an AI Preset for o3 like so: ```json "ai@openai-o3": { "display:name": "o3", "display:order": 1, "ai:*": true, "ai:apitype": "open_ai", "ai:model": "o3-2025-04-16", "ai:apitoken": "sk-proj-..........." } ```...
## Overview This PR adds **per-tab base directory context** that allows all components within a tab (terminals, file previews, widgets) to inherit a common working directory. This creates a cohesive...
## Problem Terminal output was being duplicated when restarting Wave Terminal, causing the same content to appear multiple times in the scrollback buffer. ## Root Cause When Wave Terminal restarts...
## Problem When using IME with Japanese in the terminal panel, implicitly confirming IME does not work properly. ## Environment - MacOS 26.2 - Wave Terminal 0.13.1 (202512170503) - Google...
### Feature description please add socks or and http proxy support ### Implementation Suggestion I tried to use like this but got error on ai and web ```bash ALL_PROXY=socks://myproxy:port ./waveterm...
### Feature description Hi Wave Terminal team, First of all, thank you for this amazing product. I really enjoy using Wave Terminal — the UI/UX and interaction design are great,...