waveterm icon indicating copy to clipboard operation
waveterm copied to clipboard

An open-source, cross-platform terminal for seamless workflows

Results 486 waveterm issues
Sort by recently updated
recently updated
newest added

[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...

dependencies
javascript

### Feature description It'd be nice to be able to automatically close terminal blocks when your shell exits with no error (or optionally when there is an error). I often...

enhancement
triage

### Feature description I'd love to be able to use font ligatures and variants in the terminal. ### Implementation Suggestion Maybe a setting for enabling/disabling ligatures altogether, and then an...

enhancement
triage

```typescript if (workspaceList.length > 1 && ww?.workspaceId == workspaceId){ const workspaceIdindex : any = workspaceList.findIndex(wse => wse.workspaceid === workspaceId); const moveIndex = (workspaceIdindex > 1) ? workspaceIdindex - 1 :...

### Feature description People are generally too committed to the browser they're already using (e.g. Chrome, Brave, etc) with all its history, saved passwords, card details, etc. Could you bring...

enhancement
triage

### Feature description 1-support the Gemini-2.0 and claude-3.5 2-set default window size ### Implementation Suggestion hi ~ there. how about we support the Gemini-2.0 and claude-3.5 in the coming version?...

enhancement
invalid

### Feature description being able to add wsh commands to custom widgets will open up a wide range of possibilities from being able to wsh edit a file, to sophisticating...

enhancement
triage

### Feature description It is hoped that multi-language support can be added. For example, add support for Chinese. ### Implementation Suggestion _No response_ ### Anything else? _No response_

enhancement
triage

### Feature description The one thing i am desperately missing in Wave is key broadcasting to multiple panes. Imagine you have 4 panes open en in all four panes you...

enhancement
triage

### Current Behavior ![image](https://github.com/user-attachments/assets/6385e831-b190-400e-a703-e74a8914efb8) Windows 10 client connect to Linux server failed due to streamlocal forward , maybe Windows does not support streamlocal forward ? ### Expected Behavior Connect to...

bug