@quolu/aishell 0.6.0 → 0.6.1

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.ja.md CHANGED
@@ -153,6 +153,10 @@ AISHELL_CAPABILITY_SET=expanded-v1 AISHELL_TOOL_PROFILE=full /opt/homebrew/bin/a
153
153
 
154
154
  full profileにはfile一覧・read、SHA-256競合検出付きatomic update、copy/move/rename/Trash、直接process実行、app discovery/launch、runtime status、管理アプリの前面化が含まれる。
155
155
 
156
+ `apply_change_set`のKeychain認証が必要な場合は、UIを待たず`CHANGE_SET_SECRET_STORE_UNAVAILABLE`を返す。
157
+ 取引開始前の失敗は`error.request_status: aborted_before_side_effect`と空の`changed_paths`で確認できる。
158
+ 既存鍵のアクセス認証を解決してから再実行する。transport timeoutだけを編集中止の証拠にしない。
159
+
156
160
  ## 実行と安全性の境界
157
161
 
158
162
  - shell command文字列を評価しない。開発programを`PATH`からexecutable URLへ解決し、arguments、environment、working directoryと分離する。
package/README.md CHANGED
@@ -149,6 +149,10 @@ AISHELL_CAPABILITY_SET=expanded-v1 AISHELL_TOOL_PROFILE=full /opt/homebrew/bin/a
149
149
 
150
150
  The full profile includes file listing and reads, atomic SHA-256-guarded updates, copy/move/rename/Trash, direct process execution, app discovery and launch, runtime status, and manager activation.
151
151
 
152
+ `apply_change_set`のKeychain認証が必要な場合は、UIを待たず`CHANGE_SET_SECRET_STORE_UNAVAILABLE`を返す。
153
+ 取引開始前の失敗は`error.request_status: aborted_before_side_effect`と空の`changed_paths`で確認できる。
154
+ 既存鍵のアクセス認証を解決してから再実行する。transport timeoutだけを編集中止の証拠にしない。
155
+
152
156
  ## Execution and safety boundaries
153
157
 
154
158
  - AIShell never evaluates a shell command string. It resolves a development program from `PATH` to an executable URL and keeps arguments, environment, and working directory separate.
@@ -17,9 +17,9 @@
17
17
  <key>CFBundlePackageType</key>
18
18
  <string>APPL</string>
19
19
  <key>CFBundleShortVersionString</key>
20
- <string>0.6.0</string>
20
+ <string>0.6.1</string>
21
21
  <key>CFBundleVersion</key>
22
- <string>21</string>
22
+ <string>22</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
- UTk6ryOelBpibaQkQByLjOitg6Q=
13
+ ePq8//KV5qOWBc2hXCEaZY2mxtg=
14
14
  </data>
15
15
  <key>requirement</key>
16
- <string>cdhash H"51393aaf239e941a626da424401c8b8ce8ad83a4"</string>
16
+ <string>cdhash H"78fabcfff295e6a39605cda15c211a658da6c6d8"</string>
17
17
  </dict>
18
18
  <key>Helpers/aishell-run-supervisor</key>
19
19
  <dict>
20
20
  <key>cdhash</key>
21
21
  <data>
22
- JDIaGpdJLctZbPoDtu5xZihSiRM=
22
+ Ix16azVuPTYiEaEOHkhvw5NZanA=
23
23
  </data>
24
24
  <key>requirement</key>
25
- <string>cdhash H"24321a1a97492dcb596cfa03b6ee716628528913"</string>
25
+ <string>cdhash H"231d7a6b356e3d362211a10e1e486fc393596a70"</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.6.0",
3
+ "version": "0.6.1",
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": {