summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2025-11-02DELETE GO BUBBLETEA CRAP HOORAYDax Raad
2025-11-02release: v1.0.13opencode
2025-11-02add back child session cycleDax Raad
2025-11-02undoDax Raad
2025-11-02move dialog select keybind to inputDax Raad
2025-11-02ci: centralize Bun version to package.json to ensure consistent builds ↵Dax Raad
across CI and local development
2025-11-02upgrade to bun 1.3.1Dax Raad
2025-11-02tui: fix file path handling when pasting images with spaces in filenameDax Raad
- Fixes issue where files with spaces in their names couldn't be pasted as images - Prevents default paste behavior to avoid conflicts with image insertion - Improves error handling for file reading operations
2025-11-02tui: add /timeline command to quickly navigate to specific messages in ↵Dax Raad
session history
2025-11-02release: v1.0.12opencode
2025-11-02fix duplicate plugin subscriptionsDax Raad
2025-11-02fix: typos (#3757)John Eismeier
Signed-off-by: John E <[email protected]>
2025-11-02chore: update hono-openapi to version 1.1.1 (#3738)Aditya Mathur
2025-11-02add nightowl theme back after opentui release (#3732)kcrommett
2025-11-02release: v1.0.11opencode
2025-11-02fix dialogDax Raad
2025-11-02tui: prevent default Enter key behavior when selecting dialog options to ↵Dax Raad
avoid conflicts
2025-11-02upgrade to opentui 0.1.32, activates kitty keyboardSebastian Herrlinger
2025-11-01release: v1.0.10opencode
2025-11-01Light mode (#3709)Dax
2025-11-01docs updateDax Raad
2025-11-01docs: update keybinds documentation with current defaults and remove ↵Dax Raad
deprecated bindings
2025-11-01release: v1.0.9opencode
2025-11-01syncDax Raad
2025-11-01feat: tui: Port /exit command and all command aliases (#3665)Haris Gušić
2025-11-01release: v1.0.8opencode
2025-11-01tui: change delete keybind to ctrl+d in session list dialogDax Raad
2025-11-01fix modified files being emptyDax Raad
2025-11-01remember sidebar positionDax Raad
2025-11-01docs: add Hugging Face Inference Providers documentation (#3505)Daniel van Strien
Co-authored-by: célina <[email protected]>
2025-11-01feat: tui: Add --prompt option (#3668)Haris Gušić
2025-11-01Add formatter status display to TUI status dialog (#3701)Yuku Kotani
2025-11-01ensure wl-copy is availableDax Raad
2025-11-01fix: tui: Handle Clipboard.copy errors properly (#3685)Haris Gušić
2025-11-01fix: tui: add toast for /share url copy (#3686)Haris Gušić
2025-11-01make /init a default slash command on server side (#3677)Aiden Cline
2025-11-01fix: tui: Fix /editor command (#3663)Haris Gušić
2025-11-01release: v1.0.7opencode
2025-10-31tab to accept autocompleteDax Raad
2025-10-31tui: fix prompt text aggregation to exclude synthetic contentDax Raad
2025-10-31docs: syncDax Raad
2025-10-31release: v1.0.6opencode
2025-10-31tui: prevent clipboard operations from throwing errors on process exitDax Raad
2025-10-31release: v1.0.5opencode
2025-10-31tui: improve keyboard navigation and MCP server status displayDax Raad
2025-10-31tui: add keyboard shortcuts to cycle through recently used modelsDax Raad
Users can now press F2 to cycle forward and Shift+F2 to cycle backward through their recently used models, making it faster to switch between commonly used AI models without opening the model selection dialog.
2025-10-31syncDax Raad
2025-10-31release: v1.0.4opencode
2025-10-31Revert "opentui: fix: Make worker.ts path independent from cwd (#3600)"Aiden Cline
This reverts commit d473d4ffc8d15e1b6cbb34f5171e6b600f8d3eaa.
2025-10-31release: v1.0.3opencode