Commit Graph

3650 Commits

Author SHA1 Message Date
opencode 7825993491 release: v1.0.13 v1.0.13 2025-11-02 23:31:25 +00:00
Dax Raad d40233290f add back child session cycle 2025-11-02 18:26:38 -05:00
Dax Raad cb7ccb40b7 undo 2025-11-02 16:31:32 -05:00
Dax Raad e8f2ee7c41 move dialog select keybind to input 2025-11-02 15:47:04 -05:00
Dax Raad 3357fc5c84 ci: centralize Bun version to package.json to ensure consistent builds across CI and local development 2025-11-02 15:42:15 -05:00
Dax Raad 71a16c8081 upgrade to bun 1.3.1 2025-11-02 14:00:50 -05:00
Dax Raad 3c70e8fa17 tui: fix file path handling when pasting images with spaces in filename
- 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-02 13:45:44 -05:00
Dax Raad 0cbab38aef tui: add /timeline command to quickly navigate to specific messages in session history 2025-11-02 18:27:42 +00:00
opencode a57ab7d996 release: v1.0.12 v1.0.12 2025-11-02 18:27:42 +00:00
Dax Raad a5cbc2df49 fix duplicate plugin subscriptions 2025-11-02 13:22:58 -05:00
John Eismeier db0ae87266 fix: typos (#3757)
Signed-off-by: John E <jeis4wpi@outlook.com>
2025-11-02 09:56:40 -06:00
Aditya Mathur 7fa176f955 chore: update hono-openapi to version 1.1.1 (#3738) 2025-11-02 09:21:55 -06:00
GitHub Action 5018dccf37 ignore: update download stats 2025-11-02 2025-11-02 12:04:05 +00:00
kcrommett 16147ff6cc add nightowl theme back after opentui release (#3732) 2025-11-02 04:29:14 -05:00
opencode 8727d25ea9 release: v1.0.11 v1.0.11 2025-11-02 08:18:59 +00:00
Dax Raad 550f84a581 fix dialog 2025-11-02 02:53:55 -05:00
Dax Raad 9e4172f08e tui: prevent default Enter key behavior when selecting dialog options to avoid conflicts 2025-11-02 01:19:30 -05:00
Aiden Cline 402b8099b5 ci: fix regex 2025-11-01 20:23:10 -05:00
opencode-agent[bot] dc6083e3cb github action: truncate PR titles to 256 chars to avoid GH api errors (#3727)
publish-github-action / publish (push) Has been cancelled
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
github-v1.0.10
2025-11-01 20:09:35 -05:00
Aiden Cline b7b9c3e4c2 ci: stop auto assigning 2025-11-01 19:57:09 -05:00
Sebastian Herrlinger 25dec4fef5 upgrade to opentui 0.1.32, activates kitty keyboard 2025-11-02 01:45:38 +01:00
opencode 1c6c52c488 release: v1.0.10 v1.0.10 2025-11-01 18:06:28 +00:00
Dax 2376fe4c9f Light mode (#3709) 2025-11-01 13:54:01 -04:00
Dax Raad 6b3a947504 docs update 2025-11-01 13:23:03 -04:00
Dax Raad b259b3dfae docs: update keybinds documentation with current defaults and remove deprecated bindings 2025-11-01 12:32:22 -04:00
opencode 940e3c8b34 release: v1.0.9 v1.0.9 2025-11-01 16:22:49 +00:00
Dax Raad cae0189398 sync 2025-11-01 12:14:15 -04:00
Haris Gušić 32996e676f feat: tui: Port /exit command and all command aliases (#3665) 2025-11-01 12:13:10 -04:00
Aiden Cline 7d97f6f179 ignore: update contributing md 2025-11-01 11:08:07 -05:00
opencode 39e7e89e32 release: v1.0.8 v1.0.8 2025-11-01 15:58:23 +00:00
Dax Raad b1b61e528d tui: change delete keybind to ctrl+d in session list dialog 2025-11-01 11:53:46 -04:00
Dax Raad 48ab88cd1f fix modified files being empty 2025-11-01 11:48:47 -04:00
Dax Raad 1ddbb7e11f remember sidebar position 2025-11-01 11:40:33 -04:00
Daniel van Strien 42212bce8a docs: add Hugging Face Inference Providers documentation (#3505)
Co-authored-by: célina <hanouticelina@gmail.com>
2025-11-01 10:33:17 -05:00
Haris Gušić d3f4699941 feat: tui: Add --prompt option (#3668) 2025-11-01 11:18:31 -04:00
Giuseppe Rota 4c77b1c9e4 fix: fix typo in commit message guidelines (#3702) 2025-11-01 10:14:53 -05:00
Yuku Kotani 187fa92c01 Add formatter status display to TUI status dialog (#3701) 2025-11-01 11:14:39 -04:00
Dax Raad ebd326355d ensure wl-copy is available 2025-11-01 11:10:39 -04:00
Haris Gušić 2c35ebef7e fix: tui: Handle Clipboard.copy errors properly (#3685) 2025-11-01 15:34:21 +01:00
Haris Gušić 554f6518a1 fix: tui: add toast for /share url copy (#3686) 2025-11-01 08:06:56 -05:00
GitHub Action 628484cc8a ignore: update download stats 2025-11-01 2025-11-01 12:04:18 +00:00
Aiden Cline 81d7976e27 make /init a default slash command on server side (#3677) 2025-11-01 01:14:09 -05:00
Haris Gušić 851ace6225 fix: tui: Fix /editor command (#3663) 2025-11-01 00:16:06 +00:00
opencode c0439c1cb9 release: v1.0.7 v1.0.7 2025-11-01 00:16:05 +00:00
Dax Raad 5bd4895b15 tab to accept autocomplete 2025-10-31 20:10:01 -04:00
Dax Raad 0300bd404e tui: fix prompt text aggregation to exclude synthetic content 2025-10-31 20:01:27 -04:00
Dax Raad 4069d7ed52 docs: sync 2025-10-31 23:58:57 +00:00
opencode f2df82714d release: v1.0.6 v1.0.6 2025-10-31 23:58:57 +00:00
Dax Raad da8830ce35 tui: prevent clipboard operations from throwing errors on process exit 2025-10-31 19:54:15 -04:00
opencode c92dd80f36 release: v1.0.5 v1.0.5 2025-10-31 23:51:36 +00:00