@adhdev/daemon-core 0.9.56 → 0.9.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adhdev/session-host-core",
3
- "version": "0.9.56",
3
+ "version": "0.9.58",
4
4
  "description": "ADHDev local session host core \u2014 session registry, protocol, buffers",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adhdev/daemon-core",
3
- "version": "0.9.56",
3
+ "version": "0.9.58",
4
4
  "description": "ADHDev daemon core \u2014 CDP, IDE detection, providers, command execution",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -624,7 +624,7 @@ export class DaemonCliManager {
624
624
  resolvedDir,
625
625
  resolvedCliArgs,
626
626
  resolvedProvider,
627
- {},
627
+ this.providerLoader.getSettings(normalizedType),
628
628
  false,
629
629
  {
630
630
  providerSessionId: sessionBinding.providerSessionId,