Commit Graph

6163 Commits

Author SHA1 Message Date
Adam de85ffd99d fix(desktop): session sort when multiple active 2025-12-24 06:16:17 -06:00
Adam 4f2b06a7a9 fix(share): page title should be session title 2025-12-24 06:16:17 -06:00
GitHub Action 2ab7283007 ignore: update download stats 2025-12-24 2025-12-24 12:04:46 +00:00
Adam 6299d5884f fix(desktop): exclude deprecated models 2025-12-24 06:01:27 -06:00
Adam 3f2972e330 fix(desktop): auto-scroll 2025-12-24 05:57:48 -06:00
Adam 40c7bc7406 fix: don't disable text selection 2025-12-24 05:57:48 -06:00
Github Action a902586613 Update Nix flake.lock and hashes 2025-12-24 11:56:43 +00:00
Adam 20a0ec40c0 deps: update marked and marked-shiki 2025-12-24 05:55:28 -06:00
Adam 896892a222 fix(desktop): hang on backtracing-prone regex 2025-12-24 05:49:35 -06:00
Adam a5b74fbd9b fix(desktop): conditionally show review pane toggle 2025-12-24 05:22:25 -06:00
Ryan Vogel 4af7f34d24 fix: remove SVG favicon to improve SEO (#5755) 2025-12-24 05:17:13 -06:00
Aiden Cline 8be600c0f6 docs: tweak lsp.mdx 2025-12-23 22:38:17 -06:00
opencode-agent[bot] 928ca98e87 docs: experimental LSP tool (#5943)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-12-23 22:37:49 -06:00
opencode-agent[bot] 4d0e560e48 docs: skill tool/perm + parent keybind (#6001)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-23 22:25:55 -06:00
xiantang a54cfd9428 docs: add Neovim to the list of editors (#6081) 2025-12-23 22:17:34 -06:00
Aiden Cline 6d33a1e788 tweak: retry err 2025-12-23 22:10:28 -06:00
GitHub Action 43a9905f37 chore: generate 2025-12-24 01:37:35 +00:00
Frank 35b4304006 zen: sync 2025-12-23 20:36:55 -05:00
Abdelkader Boudih e38d0ad4ec feat(mcp): handle tools/list_changed notifications (#5913)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-12-23 19:36:37 -06:00
Aiden Cline ad8091b327 test: add test for retry 2025-12-23 19:34:40 -06:00
Aiden Cline 3d1f43dccb chore: regen sdk 2025-12-23 19:34:38 -06:00
GitHub Action f499a76eb4 chore: generate 2025-12-24 01:21:10 +00:00
Aiden Cline 177e36af60 make 'The socket connection was closed unexpectedly' errors retryable 2025-12-23 19:20:31 -06:00
Rohan Mukherjee 833ce3e48c chore: update AGENTS.md to ~150 lines (#5955) 2025-12-23 19:04:44 -06:00
David Hill bedd66b9b2 style: update current todo style (#6077) 2025-12-23 18:57:02 -06:00
rari404 81eabb5099 feat(tui): console copy-to-clipboard via opentui (#5658)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-23 18:46:01 -06:00
OpeOginni 65d1aedcd7 fix: resize textarea when pasting prompt less than 150 chars (#6070) 2025-12-23 18:11:48 -06:00
Matt Silverlock 2837698940 providers: add Cloudflare AI Gateway (#5174) 2025-12-23 17:31:58 -06:00
Frank 3a879c97a2 ci: adam is not a full stack engineer 2025-12-23 17:03:00 -05:00
Adam 150d0fbcb1 fix: remove desktop dup 2025-12-23 15:31:18 -06:00
Viktor Nagy 5eed2687b6 Update gitlab.mdx to use the 2.x component version (#6062) 2025-12-23 14:56:46 -06:00
Github Action 04c918f7a3 Update Nix flake.lock and hashes 2025-12-23 20:42:17 +00:00
Aiden Cline 2279689a0f Revert "Add animated braille spinner to terminal title when agent is running (#5984)"
This reverts commit 0983e242e5.
2025-12-23 14:40:55 -06:00
Aiden Cline 40685baf7f tweak: update import & pr commands to use new share link ur 2025-12-23 14:04:33 -06:00
GitHub Action aed3c3f1d5 chore: generate 2025-12-23 19:48:40 +00:00
Jon Redeker 4e4cd8d537 Add opencode-shell-strategy plugin to ecosystem (#5995) 2025-12-23 13:48:08 -06:00
ja c43ee72fc4 feat(install): add standard CLI flags (--help, --version, --no-modify-path) (#5885) 2025-12-23 13:47:32 -06:00
David Hill 0983e242e5 Add animated braille spinner to terminal title when agent is running (#5984)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
Co-authored-by: Github Action <action@github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-23 13:38:10 -06:00
GitHub Action 0551130201 chore: generate 2025-12-23 19:29:05 +00:00
David Hill 964f513e69 "Did you know?" start screen tips (#5982)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-12-23 13:28:33 -06:00
Daniel Gray 8638125b82 fix: favorites and recents stay visible when filtering models (#6053) 2025-12-23 12:55:47 -06:00
Matt Silverlock e69a899b4f docs: add MCP OAuth debugging section (#6047) 2025-12-23 12:46:59 -06:00
Aiden Cline 37133f3afc ci: update zed sync script 2025-12-23 12:45:34 -06:00
ja 21693e4909 fix(tui): prevent keybinds from executing when dialog is open (#6017) 2025-12-23 12:37:28 -06:00
Frank 00566f4c6c ci: fix 2025-12-23 12:58:28 -05:00
GitHub Action 9fcdd5533d chore: generate 2025-12-23 15:58:33 +00:00
Rhys Sullivan 850eee623c [feat]: prompt stashing (#6021) 2025-12-23 09:58:00 -06:00
GitHub Action 309dd08504 chore: generate 2025-12-23 15:39:47 +00:00
Daniel Polito 7d908ae55e Fix Github Pull Request Event (#6037) 2025-12-23 09:39:14 -06:00
opencode cb59f7c782 release: v1.0.193
Update Nix Hashes / update (push) Has been cancelled
v1.0.193
2025-12-23 15:16:20 +00:00