index.ts 461 B

12345678910
  1. /**
  2. * Native directory-picker surface, node half. Pure UI plugin: the empty apply
  3. * exists so the plugin appears in the host cordis.yml / Loader; the browser
  4. * half ships via exports["./client"], discovered through the package.json
  5. * dsh.client declaration. The OS chooser it drives lives in
  6. * `@deepseek-ai/dsh-host-directory-picker-native`.
  7. */
  8. /** Host plugin body — no host-side behavior for this surface plugin. */
  9. export function apply(): void {}