Skip to content

Client stays pending on DSH 0.1.7-alpha.1 because settingsScope was removed #58

Description

@GooDAnDReaDY

What happens

On DeepSeek Harness 0.1.7-alpha.1, @mars-sea/dsh-commandcode-provider 0.11.7 does not activate:

pending (waiting for service: settingsScope)

Web boot then reports that this entry did not activate. The Cordis service settingsScope is no longer provided.

Where

lib/client.js still does ctx.settingsScope.bind({ namespace }) and the client inject list still contains the service id "settingsScope"`.

What to use instead

Read the plugin namespace from configForms (@deepseek-ai/dsh-client-ui-settings):

  • ctx.configForms.get(namespace) instead of ctx.settingsScope.bind({ namespace })
  • dsh.client.inject should list the provider packages the fiber actually needs, including @deepseek-ai/dsh-client-ui-settings, not the removed service id settingsScope

form.get returns a controller with getSnapshot, subscribe, set, and unset.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions