@quolu/aishell 0.4.3 → 0.4.5

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
@@ -92,6 +92,10 @@ flowchart LR
92
92
 
93
93
  global packageは`aishell-mcp`と`aishell-open`を`PATH`へ追加する。`aishell-open`は同梱された管理アプリをLaunchServicesで開く。install scriptは実行しない。
94
94
 
95
+ upgradeは開いたままの管理アプリの足元でapp bundleを置き換えるため、その窓は壊れる。削除済みbundleを
96
+ 掴み続け、ファイル選択を伴う操作を無言で失う。窓自身がこれを検知してbannerで示すので、開き直せば
97
+ 新版へ移る。
98
+
95
99
  ```sh
96
100
  npm install -g @quolu/aishell
97
101
  aishell-open
package/README.md CHANGED
@@ -90,6 +90,10 @@ flowchart LR
90
90
 
91
91
  The global package adds `aishell-mcp` and `aishell-open` to `PATH`. `aishell-open` opens the bundled manager app through LaunchServices. The package runs no install script.
92
92
 
93
+ Upgrading replaces the app bundle underneath any manager window left open, which breaks that window —
94
+ it keeps holding a deleted bundle and silently loses every operation that opens a file panel. The
95
+ window detects this itself and says so with a banner; reopen it to pick up the new version.
96
+
93
97
  ```sh
94
98
  npm install -g @quolu/aishell
95
99
  aishell-open
@@ -17,9 +17,9 @@
17
17
  <key>CFBundlePackageType</key>
18
18
  <string>APPL</string>
19
19
  <key>CFBundleShortVersionString</key>
20
- <string>0.4.3</string>
20
+ <string>0.4.5</string>
21
21
  <key>CFBundleVersion</key>
22
- <string>14</string>
22
+ <string>16</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
- oFfflOEgv+pXYnE8/ZukkT/b4RY=
13
+ GEGLZHkdBbt8yddasYejQf7FSL8=
14
14
  </data>
15
15
  <key>requirement</key>
16
- <string>cdhash H"a057df94e120bfea5762713cfd9ba4913fdbe116"</string>
16
+ <string>cdhash H"18418b64791d05bb7cc9d75ab187a341fec548bf"</string>
17
17
  </dict>
18
18
  <key>Helpers/aishell-run-supervisor</key>
19
19
  <dict>
20
20
  <key>cdhash</key>
21
21
  <data>
22
- pjz+O5pncMYZJTTY0tVWp3i0hck=
22
+ UsUJmoJ+k5ckLoHZA3RWjN52eNc=
23
23
  </data>
24
24
  <key>requirement</key>
25
- <string>cdhash H"a63cfe3b9a6770c6192534d8d2d556a778b485c9"</string>
25
+ <string>cdhash H"52c5099a827e9397242e81d90374568cde7678d7"</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.3",
3
+ "version": "0.4.5",
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",