@quolu/aishell 0.3.6 → 0.4.0

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
@@ -54,6 +54,8 @@ codex mcp add aishell --env AISHELL_CAPABILITY_SET=expanded-v1 -- /opt/homebrew/
54
54
 
55
55
  Unknown or empty `AISHELL_CAPABILITY_SET` and `AISHELL_TOOL_PROFILE` values fail startup with typed errors; they never fall back to another profile.
56
56
 
57
+ `AISHELL_TOOL_PROFILE=factory` is a separate, one-tool surface for factory reporters rather than development work. It exposes only `factory_diagnostics`, a path- and activity-free native readiness report.
58
+
57
59
  ## Why AIShell
58
60
 
59
61
  Typical stateless integrations repeatedly ask the model to rediscover workspace state and interpret command output. AIShell keeps the stateful, OS-facing part below the model so later turns can ask for deltas and primary evidence instead of rescanning everything.
@@ -17,9 +17,9 @@
17
17
  <key>CFBundlePackageType</key>
18
18
  <string>APPL</string>
19
19
  <key>CFBundleShortVersionString</key>
20
- <string>0.3.6</string>
20
+ <string>0.4.0</string>
21
21
  <key>CFBundleVersion</key>
22
- <string>10</string>
22
+ <string>11</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
- JzKXfpaYRLNyQyG6ZwulfMynGZE=
13
+ kiMA6EO5PKiHoCC4ZroOGTqz3I0=
14
14
  </data>
15
15
  <key>requirement</key>
16
- <string>cdhash H"2732977e969844b3724321ba670ba57ccca71991"</string>
16
+ <string>cdhash H"922300e843b93ca887a020b866ba0e193ab3dc8d"</string>
17
17
  </dict>
18
18
  <key>Helpers/aishell-run-supervisor</key>
19
19
  <dict>
20
20
  <key>cdhash</key>
21
21
  <data>
22
- JmMH3WwJfMywpiz6hgXIxH+LM9E=
22
+ uETOB21FxM+rjvOPeqvmFcVmeCM=
23
23
  </data>
24
24
  <key>requirement</key>
25
- <string>cdhash H"266307dd6c097cccb0a62cfa8605c8c47f8b33d1"</string>
25
+ <string>cdhash H"b844ce076d45c4cfab8ef38f7aabe615c5667823"</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.3.6",
3
+ "version": "0.4.0",
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": "quolu",