Octane
Octane
Hi @thdxr, this is a small fix for the cursor jumping issue reported in #7210. **Root Cause:** I've confirmed this was a regression introduced in #6070 (commit 2806f240). The `input.gotoBufferEnd()`...
## Note on Related Work This PR addresses time format configuration for the **current OpenCode 1.0+ TUI** (TypeScript/SolidJS, located in `packages/opencode/src/cli/cmd/tui/`). There is a separate PR #1888 that addresses the...
Hi @thdxr, just a gentle bump on this PR. It implements the 24-hour time format option requested in #7208. I've included unit tests and verified the UI changes locally. Ready...
I've opened PR #7277 to fix this. **Root Cause:** The issue was introduced in PR #6070 (commit 2806f240). That PR added `input.gotoBufferEnd()` to the `onPaste` handler to ensure the textarea...