summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/js/src
AgeCommit message (Collapse)Author
2025-12-24chore: generateGitHub Action
2025-12-23chore: regen sdkAiden Cline
2025-12-24chore: generateGitHub Action
2025-12-23"Did you know?" start screen tips (#5982)David Hill
Co-authored-by: Aiden Cline <[email protected]> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
2025-12-23chore: generateGitHub Action
2025-12-22fix(desktop): better error messages on connection failureAdam
2025-12-22chore: generateGitHub Action
2025-12-22feat(tui): go to parent keybind for subagents (#5762)Rohan Godha
2025-12-22chore: generateGitHub Action
2025-12-22Add keybindable commands to navigate between user messages (#5078)Will Marella
Co-authored-by: Will@Cambridge <[email protected]> Co-authored-by: Will@Cambridge <[email protected]>
2025-12-21feat(server): expose auto param in session.summarize for plugins (#5924)YeonGyu-Kim
2025-12-20feat: support configuring a default_agent across all API/user surfaces (#5843)Matt Silverlock
Co-authored-by: observerw <[email protected]>
2025-12-20feat: add endpoints to delete and update message parts (#5433)Tommy D. Rossi
2025-12-18chore: format codeGitHub Action
2025-12-17feat(tui): add option to disable terminal title (#5713)Jake Nelson
2025-12-16plugin(hook): add task tool execution hooks and command context tracking (#5642)Spoon
2025-12-15fix: restore ability to bind keys for model_cycle_favorite ↵Ariane Emory
model_cycle_favorite_reverse (resolves #5198) (#5202)
2025-12-15chore: format codeGitHub Action
2025-12-14fix: update sdkAdam
2025-12-14LLM cleanup (#5462)Dax
Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
2025-12-14chore: format codeGitHub Action
2025-12-12chore: format codeGitHub Action
2025-12-11chore: format codeGitHub Action
2025-12-10global.disposeDax Raad
2025-12-10gen typesDax Raad
2025-12-10chore: format codeGitHub Action
2025-12-10chore: format codeGitHub Action
2025-12-09better interleaved thinking support (#5298)Aiden Cline
2025-12-09chore: regen sdkGitHub Action
2025-12-09chore: regen sdkGitHub Action
2025-12-09chore: regen sdkGitHub Action
2025-12-09feat: add color to projectAdam
2025-12-09chore: regen sdkGitHub Action
2025-12-08feat: ability to toggle MCP Servers in TUI (#4509)Daniel Polito
2025-12-08chore: regen sdkGitHub Action
2025-12-07playing with sdk docsDax Raad
2025-12-07v2 SDK (#5216)Dax
Co-authored-by: GitHub Action <[email protected]>
2025-12-07feat(mcp): add OAuth authentication support for remote MCP servers (#5014)André Cruz
2025-12-05chore: regen sdkGitHub Action
2025-12-05feat: add max steps for supervisor and sub-agents (#4062)Nathan Thomas
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]>
2025-12-05ignore: regen sdkAiden Cline
2025-12-04Reapply "feat(desktop): terminal pane (#5081)"Adam
This reverts commit f9dcd979364acc5172fd0044c1c8b04dcaec9229.
2025-12-04Revert "feat(desktop): terminal pane (#5081)"Aiden Cline
This reverts commit d763c11a6d5bc57869f11c87f5a293f61e427e0a.
2025-12-04feat(desktop): terminal pane (#5081)Adam
Co-authored-by: Github Action <[email protected]> Co-authored-by: Dax Raad <[email protected]>
2025-12-03core: refactor provider and model system (#5033)Dax
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: thdxr <[email protected]>
2025-12-03feat: add tool_details keybind w/ no default (#4976)Ariane Emory
Co-authored-by: Aiden Cline <[email protected]>
2025-12-03feat: add messages_last_user command to scroll TUI to last user message ↵Ariane Emory
(implements #4847) (#4855) Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
2025-12-03feat: experimental.primary_tools, allow user to set the tools that should ↵Spoon
only be available to primary agents (#4913) Co-authored-by: GitHub Action <[email protected]>
2025-12-02toggle to hide username in TUI (#4750)Jaga Santagostino
Co-authored-by: Aiden Cline <[email protected]>
2025-12-01release: v1.0.125opencode