Skip to content

fix(coding-agents): start daemon for dsh adapter - #3525

Open
koriyoshi2041 wants to merge 1 commit into
vectorize-io:mainfrom
koriyoshi2041:fix/dsh-daemon-start
Open

fix(coding-agents): start daemon for dsh adapter#3525
koriyoshi2041 wants to merge 1 commit into
vectorize-io:mainfrom
koriyoshi2041:fix/dsh-daemon-start

Conversation

@koriyoshi2041

Copy link
Copy Markdown
Contributor

Closes #3524.

The dsh adapter now routes daemon-mode workspaces through the shared daemon lifecycle:

  • session start starts or adopts the local daemon with the normal startup budget
  • resumed sessions retry at pre-step before recall
  • turn stopping gets the longer retain budget before write-back
  • Cloud and self-hosted modes remain no-ops through the existing ensureDaemon guard

A regression covers daemon startup before workspace seeding.

Validation:

  • focused dsh + daemon tests: 24 passed
  • package suite: 48 files / 518 tests passed; 3 unrelated suites could not import locally because the existing install lacks @modelcontextprotocol/sdk and @opencode-ai/plugin
  • repository pre-commit lint hooks passed
  • Prettier and diff checks passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dsh adapter: daemon mode never starts the daemon (ensureDaemon parity missing)

1 participant