Commit Graph

6021 Commits (bfcbdaceb7e86ccce24919baf47fb5366feb0571)
 

Author SHA1 Message Date
GitHub Action bfcbdaceb7 ignore: update download stats 2025-12-22 2025-12-26 14:35:01 -06:00
Adam 73e8caa5e9 fix: server 2025-12-26 14:35:01 -06:00
Ashutosh Kumar 3c6c7c5278 server: ensure frontend has correct port for PTY websocket connections (#5898) 2025-12-26 14:35:00 -06:00
Adam 86d34aee8e Revert "fix: use current page port instead of hardcoded 4096 (#5949)"
This reverts commit d04a72a4ad.
2025-12-26 14:35:00 -06:00
Adam dcee57f572 fix(desktop): cleanup auto scroll 2025-12-26 14:35:00 -06:00
Adam 249431d84a feat(desktop): mobile responsiveness 2025-12-26 14:34:59 -06:00
Adam 806c21c535 fix(desktop): filter child sessions from header 2025-12-26 14:34:59 -06:00
Adam 309e594e41 feat(desktop): better task tool rendering 2025-12-26 14:34:58 -06:00
lif 355323f180 fix: use current page port instead of hardcoded 4096 (#5949)
Co-authored-by: Claude <noreply@anthropic.com>
2025-12-26 14:34:58 -06:00
Aaron Iker 9f4c5d6736 feat: polish dialog & list styles for the desktop app, add fixed logos from models.dev (#5925) 2025-12-26 14:34:58 -06:00
Brendan Allan 24ed94bc1f ci: fix tauri build args 2025-12-26 14:34:58 -06:00
Brendan Allan 599da3ee8f ci: verbose build and re-enable appimage 2025-12-26 14:34:57 -06:00
GitHub Action b1cd7d617b chore: generate 2025-12-26 14:34:57 -06:00
Brendan Allan ddab63be61 ci: run prepare step for tauri build 2025-12-26 14:34:57 -06:00
Brendan Allan 18ff962f6e ci: try downloading artifact in desktop prepare 2025-12-26 14:34:57 -06:00
NN708 5a84872777 feat(desktop): arm64 build for linux (#5935) 2025-12-26 14:34:57 -06:00
Brendan Allan 1282f3457d ci: replace with just upload-artifact whole dir 2025-12-26 14:34:57 -06:00
Brendan Allan 2ea105735d ci: import bun shell 2025-12-26 14:34:56 -06:00
Brendan Allan 2e7086e321 try uploading artifacts in workflow 2025-12-26 14:34:56 -06:00
Brendan Allan 64a50bb030 remove actions artifact uploading 2025-12-26 14:34:56 -06:00
Github Action 320a434ae7 Update Nix flake.lock and hashes 2025-12-26 14:34:56 -06:00
GitHub Action 09875f5984 chore: generate 2025-12-26 14:34:56 -06:00
Brendan Allan 89ce5d9ea2 ci: try to upload cli artifacts 2025-12-26 14:34:55 -06:00
Aiden Cline 330e4a7c73 feat: add experimental lsp tool (#5886) 2025-12-26 14:34:55 -06:00
Luo Chen 79134dd16a feat: add nixd as lsp for nix language (#5929) 2025-12-26 14:34:55 -06:00
opencode-agent[bot] 10e454481c docs: Agent Skills (#5931)
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-26 14:34:55 -06:00
Valerio Di Maggio d9b1b876e5 fix: ensure installation commands are using .quiet (#5758)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-12-26 14:34:55 -06:00
Ben Vargas e21c6d93e0 docs: add ai-sdk-provider-opencode-sdk to ecosystem (#5772) 2025-12-26 14:34:55 -06:00
Aiden Cline 7eba950c6d ci: update docs prompt 2025-12-26 14:34:55 -06:00
Aiden Cline 53149554c8 ci: add automatic doc update workflow 2025-12-26 14:34:55 -06:00
Neil Daquioag 2dc9528867 fix: support clipboard image paste (Ctrl+V) on Windows (#5919) 2025-12-26 14:34:54 -06:00
Aiden Cline b7a9cc5fd3 tweak: adjust minimax m2 topK and add minimax m2.1 topP 2025-12-26 14:34:54 -06:00
Noam Bressler a8f5e69ede fix: Perform snapshot in cases finish-step is not reached (#5912)
Co-authored-by: noamzbr <noamzbr@users.noreply.github.com>
2025-12-26 14:34:54 -06:00
Matt Silverlock 6fe028dd21 prompts: improve built-in /review prompt (#5918) 2025-12-26 14:34:54 -06:00
YeonGyu-Kim 6d6bc0140b feat(server): expose auto param in session.summarize for plugins (#5924) 2025-12-26 14:34:54 -06:00
GitHub Action a22a67b8bc chore: generate 2025-12-26 14:34:54 -06:00
Dax f2ddf5a7d4 feat: add Agent Skills support (#5921) 2025-12-26 14:34:54 -06:00
opencode d4cb80a5e1 release: v1.0.185 2025-12-26 14:34:53 -06:00
Dax Raad 221093a52b core: fix LSP server binary installation and shell command execution
- Ensure proper file permissions are set for installed LSP binaries on non-Windows platforms
- Add error handling for shell command execution in prompt system to prevent crashes
2025-12-26 14:34:53 -06:00
Aiden Cline 80271f939c tweak: update kimi-k2 and kimi-k2-thinking to use recommended temperature values 2025-12-26 14:34:53 -06:00
Dax Raad 0cc373de7b tui: fix SDK context usage and server port fallback
- Update SDK context to return client instead of event for proper usage
- Add server port fallback to 4096 when port 0 is specified but unavailable
- Fix SDK event listener usage in TUI app
2025-12-26 14:34:53 -06:00
Github Action d3f42d5302 Update Nix flake.lock and hashes 2025-12-26 14:34:52 -06:00
GitHub Action d0fb6e72fe chore: generate 2025-12-26 14:34:52 -06:00
Sherlock Holmes 9e9eaabe68 fix(deps): add missing @opencode-ai/plugin to dependencies (#5797) 2025-12-26 14:34:52 -06:00
Nalin Singh c04c92778b feat: add syntax highlighting for .ets files (#5889) 2025-12-26 14:34:52 -06:00
Adam Hosker 76b0ac2204 fix: prevent stats workflow from running on forks (#5897) 2025-12-26 14:34:52 -06:00
Abdelkader Boudih a81cd3c8c4 fix: use official MCP SDK for better tool schema handling (#5463) 2025-12-26 14:34:51 -06:00
GitHub Action 3bd665c5b6 chore: generate 2025-12-26 14:34:51 -06:00
Matt Silverlock 2fa7b01072 github: support schedule events (#5810) 2025-12-26 14:34:51 -06:00
GitHub Action 84a2180d0b ignore: update download stats 2025-12-21 2025-12-26 14:34:51 -06:00