mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-19 23:01:32 +00:00
fix(tui): always position cursor for IME
# Conflicts: # packages/coding-agent/CHANGELOG.md
This commit is contained in:
parent
cd43b8a9ca
commit
673916f63c
7 changed files with 87 additions and 11 deletions
|
|
@ -789,6 +789,7 @@ Global `~/.pi/agent/settings.json` stores persistent preferences:
|
|||
"autoResize": true,
|
||||
"blockImages": false
|
||||
},
|
||||
"showHardwareCursor": false,
|
||||
"extensions": ["/path/to/extension.ts"]
|
||||
}
|
||||
```
|
||||
|
|
@ -816,6 +817,7 @@ Global `~/.pi/agent/settings.json` stores persistent preferences:
|
|||
| `terminal.showImages` | Render images inline (supported terminals) | `true` |
|
||||
| `images.autoResize` | Auto-resize images to 2000x2000 max for better model compatibility | `true` |
|
||||
| `images.blockImages` | Prevent images from being sent to LLM providers | `false` |
|
||||
| `showHardwareCursor` | Show terminal cursor while still positioning it for IME support | `false` |
|
||||
| `doubleEscapeAction` | Action for double-escape with empty editor: `tree` or `branch` | `tree` |
|
||||
| `editorPaddingX` | Horizontal padding for input editor (0-3) | `0` |
|
||||
| `extensions` | Additional extension file paths | `[]` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue