@huaqiu/dsh-kicad 0.4.5 → 0.4.6

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -88,6 +88,12 @@ KiCad IPC is not bundled; these are host requirements, the same ones `kicad-agen
88
88
  - A Python interpreter with the official `kicad-python` package (`kipy`) whose version
89
89
  matches the running KiCad. Configure it with plugin config `pythonPath` or
90
90
  `$DSH_KICAD_PYTHON` (default `python3`).
91
+ - When KiCad is the EDA host (started through the HQ runtime), KiCad launches
92
+ hq-edge with `$DSH_KICAD_PYTHON` preset to KiCad's **bundled** interpreter (on
93
+ Windows `python.exe` sits next to `kicad.exe`; on macOS it is the
94
+ `Python.framework` copy inside `KiCad.app`) — the interpreter that owns `kipy` —
95
+ so no configuration is needed. The same path is advertised by
96
+ `get_eda_host_info` as the `kicad-python` host executable.
91
97
  - DSH running with **Full Access** — a non-Full-Access sandbox cannot reach KiCad's
92
98
  named pipe on Windows.
93
99
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huaqiu/dsh-kicad",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "type": "module",
5
5
  "main": "./lib/index.mjs",
6
6
  "types": "./lib/index.d.mts",
@@ -22,7 +22,7 @@
22
22
  "@deepseek-ai/dsh-tools": "^0.1.0-rc.0"
23
23
  },
24
24
  "dependencies": {
25
- "@huaqiu/dsh-plugin-log": "0.4.5"
25
+ "@huaqiu/dsh-plugin-log": "0.4.6"
26
26
  },
27
27
  "files": [
28
28
  "lib",