@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 +4 -0
- package/README.md +4 -0
- package/dist/AIShell.app/Contents/Helpers/aishell-mcp +0 -0
- package/dist/AIShell.app/Contents/Helpers/aishell-run-supervisor +0 -0
- package/dist/AIShell.app/Contents/Info.plist +2 -2
- package/dist/AIShell.app/Contents/MacOS/AIShell +0 -0
- package/dist/AIShell.app/Contents/_CodeSignature/CodeResources +4 -4
- package/package.json +1 -1
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
|
|
Binary file
|
|
Binary file
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
<key>CFBundlePackageType</key>
|
|
18
18
|
<string>APPL</string>
|
|
19
19
|
<key>CFBundleShortVersionString</key>
|
|
20
|
-
<string>0.4.
|
|
20
|
+
<string>0.4.5</string>
|
|
21
21
|
<key>CFBundleVersion</key>
|
|
22
|
-
<string>
|
|
22
|
+
<string>16</string>
|
|
23
23
|
<key>LSApplicationCategoryType</key>
|
|
24
24
|
<string>public.app-category.utilities</string>
|
|
25
25
|
<key>LSMinimumSystemVersion</key>
|
|
Binary file
|
|
@@ -10,19 +10,19 @@
|
|
|
10
10
|
<dict>
|
|
11
11
|
<key>cdhash</key>
|
|
12
12
|
<data>
|
|
13
|
-
|
|
13
|
+
GEGLZHkdBbt8yddasYejQf7FSL8=
|
|
14
14
|
</data>
|
|
15
15
|
<key>requirement</key>
|
|
16
|
-
<string>cdhash H"
|
|
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
|
-
|
|
22
|
+
UsUJmoJ+k5ckLoHZA3RWjN52eNc=
|
|
23
23
|
</data>
|
|
24
24
|
<key>requirement</key>
|
|
25
|
-
<string>cdhash H"
|
|
25
|
+
<string>cdhash H"52c5099a827e9397242e81d90374568cde7678d7"</string>
|
|
26
26
|
</dict>
|
|
27
27
|
</dict>
|
|
28
28
|
<key>rules</key>
|