@quolu/aishell 0.4.10 → 0.4.11

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.
package/README.md CHANGED
@@ -45,7 +45,7 @@ The default profile exposes five high-density development tools plus two always-
45
45
  |---|---|
46
46
  | `workspace_snapshot` | Bounded initial workspace preview, reconciled change delta, Git state, and primary context |
47
47
  | `read_context` | Budgeted multi-file reads with SHA-256 identity and continuation |
48
- | `search_context` | Budgeted lexical context from a directly launched `rg` worker; the expanded capability also provides cursor-bound semantic definition/reference/symbol queries without lexical fallback |
48
+ | `search_context` | Budgeted lexical context from a directly launched `rg` worker, scoped to a directory or one regular file; the expanded capability also provides cursor-bound semantic definition/reference/symbol queries without lexical fallback |
49
49
  | `run_check` | Direct process execution, primary diagnostics, and complete stdout/stderr artifacts |
50
50
  | `artifact_read` | Range, tail, and pattern-centered reads from retained artifacts; the expanded capability also searches and compares finalized managed-run artifacts |
51
51
  | `runtime_status` | Allowed-root, pause, worktree, and next-action state, including while paused or unconfigured |
@@ -17,9 +17,9 @@
17
17
  <key>CFBundlePackageType</key>
18
18
  <string>APPL</string>
19
19
  <key>CFBundleShortVersionString</key>
20
- <string>0.4.10</string>
20
+ <string>0.4.11</string>
21
21
  <key>CFBundleVersion</key>
22
- <string>17</string>
22
+ <string>18</string>
23
23
  <key>LSApplicationCategoryType</key>
24
24
  <string>public.app-category.utilities</string>
25
25
  <key>LSMinimumSystemVersion</key>
@@ -10,19 +10,19 @@
10
10
  <dict>
11
11
  <key>cdhash</key>
12
12
  <data>
13
- FNwK6EK/vUk8zWyWBn7IN9IzYQ4=
13
+ VN9Kks7EfTzI7Y5PoSBwo3bGY78=
14
14
  </data>
15
15
  <key>requirement</key>
16
- <string>cdhash H"14dc0ae842bfbd493ccd6c96067ec837d233610e"</string>
16
+ <string>cdhash H"54df4a92cec47d3cc8ed8e4fa12070a376c663bf"</string>
17
17
  </dict>
18
18
  <key>Helpers/aishell-run-supervisor</key>
19
19
  <dict>
20
20
  <key>cdhash</key>
21
21
  <data>
22
- snu2dSdhWFLeVr4U/DV5eTlS2eI=
22
+ 7QIL+vqsxrhf1J+A8U88pcugzmc=
23
23
  </data>
24
24
  <key>requirement</key>
25
- <string>cdhash H"b27bb67527615852de56be14fc3579793952d9e2"</string>
25
+ <string>cdhash H"ed020bfafaacc6b85fd49f80f14f3ca5cba0ce67"</string>
26
26
  </dict>
27
27
  </dict>
28
28
  <key>rules</key>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quolu/aishell",
3
- "version": "0.4.10",
3
+ "version": "0.4.11",
4
4
  "description": "A native macOS state runtime with high-density MCP tools for AI development",
5
5
  "license": "Apache-2.0",
6
6
  "author": {