feat(server,cli): worktree service + git.checkout + CLI commands - #13
Merged
Conversation
Branch/pr checkout and worktree creation via the user's git binary, broadcasting refreshed/new workspace_state; worktree.list rpc; workspace registry gains update(). Co-authored-by: opencode-agent <hello@sst.dev>
provider list (+diagnostics), agent list, agent send (streams the reply), worktree create/list; fixes the default endpoint port 6767 -> 17687. Co-authored-by: opencode-agent <hello@sst.dev>
johnnyhuy
added a commit
that referenced
this pull request
Aug 9, 2026
* feat(server): worktree service + git.checkout end-to-end Branch/pr checkout and worktree creation via the user's git binary, broadcasting refreshed/new workspace_state; worktree.list rpc; workspace registry gains update(). Co-authored-by: opencode-agent <hello@sst.dev> * feat(cli): wire provider/agent/worktree commands over the daemon rpc provider list (+diagnostics), agent list, agent send (streams the reply), worktree create/list; fixes the default endpoint port 6767 -> 17687. Co-authored-by: opencode-agent <hello@sst.dev> --------- Co-authored-by: opencode-agent <hello@sst.dev>
johnnyhuy
added a commit
that referenced
this pull request
Aug 9, 2026
* feat(server): worktree service + git.checkout end-to-end Branch/pr checkout and worktree creation via the user's git binary, broadcasting refreshed/new workspace_state; worktree.list rpc; workspace registry gains update(). Co-authored-by: opencode-agent <hello@sst.dev> * feat(cli): wire provider/agent/worktree commands over the daemon rpc provider list (+diagnostics), agent list, agent send (streams the reply), worktree create/list; fixes the default endpoint port 6767 -> 17687. Co-authored-by: opencode-agent <hello@sst.dev> --------- Co-authored-by: opencode-agent <hello@sst.dev>
johnnyhuy
added a commit
that referenced
this pull request
Aug 9, 2026
* feat(server): worktree service + git.checkout end-to-end Branch/pr checkout and worktree creation via the user's git binary, broadcasting refreshed/new workspace_state; worktree.list rpc; workspace registry gains update(). Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com> * feat(cli): wire provider/agent/worktree commands over the daemon rpc provider list (+diagnostics), agent list, agent send (streams the reply), worktree create/list; fixes the default endpoint port 6767 -> 17687. Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com> --------- Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
johnnyhuy
added a commit
that referenced
this pull request
Aug 9, 2026
* feat(server): worktree service + git.checkout end-to-end Branch/pr checkout and worktree creation via the user's git binary, broadcasting refreshed/new workspace_state; worktree.list rpc; workspace registry gains update(). Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com> * feat(cli): wire provider/agent/worktree commands over the daemon rpc provider list (+diagnostics), agent list, agent send (streams the reply), worktree create/list; fixes the default endpoint port 6767 -> 17687. Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com> --------- Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
This was referenced Aug 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@echohello/server): branch/pr checkout and worktree creation via the user'sgitbinary (PRs fetched aspull/<n>/head:pr-<n>), refreshed/new workspaces broadcast asworkspace_state.git.checkoutnow runs end-to-end; newworktree.listrpc; workspace registry gainsupdate().provider list(with diagnostics),agent list,agent send(streams the reply until idle),worktree create/list.Consequences
<repo>-<branch>and auto-registered as workspaces.Testing
bun run typecheckclean,bun run lint0 errors