cloudaxe-opencode/packages/opencode/src/cli/cmd/tui
Ryan Vogel 2d7e9575d2 fix(attach): default working directory to invoker's cwd
When running `opencode attach` without `--dir`, the TUI session
previously used the server's process.cwd() as its working directory.
This changes the default to send the attaching client's cwd so the
session operates in the directory where the attach command was invoked.
2026-02-16 08:30:49 -05:00
..
component feat(prompt): mode-specific input placeholders (#12388) 2026-02-11 08:57:59 -05:00
context sqlite again (#10597) 2026-02-14 04:19:02 +00:00
routes sqlite again (#10597) 2026-02-14 04:19:02 +00:00
ui feat: windows selection behavior, manual ctrl+c (#13315) 2026-02-13 07:38:27 +10:00
util feat: windows selection behavior, manual ctrl+c (#13315) 2026-02-13 07:38:27 +10:00
app.tsx feat: windows selection behavior, manual ctrl+c (#13315) 2026-02-13 07:38:27 +10:00
attach.ts fix(attach): default working directory to invoker's cwd 2026-02-16 08:30:49 -05:00
event.ts feat: bind vim-style line-by-line scrolling (#8980) 2026-01-17 21:54:26 -06:00
thread.ts fix(win32): use ffi to get around bun raw input/ctrl+c issues (#13052) 2026-02-12 15:39:31 +10:00
win32.ts fix(win32): use ffi to get around bun raw input/ctrl+c issues (#13052) 2026-02-12 15:39:31 +10:00
worker.ts fix(TUI): make tui work when OPENCODE_SERVER_PASSWORD is set (#8179) 2026-01-13 16:50:19 -06:00