@quolu/aishell 0.2.1 → 0.3.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
|
@@ -16,6 +16,7 @@ AIがshell、Terminal、AppleScript、JXAを介さず、SwiftのmacOS APIを通
|
|
|
16
16
|
- 停止中でも状態確認と管理アプリ起動が可能
|
|
17
17
|
- 許可済みGitリポジトリに登録されたworktreeを追加操作なしで自動認識
|
|
18
18
|
- MCP 2025-11-25 stdio接続
|
|
19
|
+
- pathや操作本文を含めないversion付き`factory_diagnostics`
|
|
19
20
|
|
|
20
21
|
## 起動
|
|
21
22
|
|
|
@@ -50,7 +51,7 @@ MCP実行ファイルはアプリ内に同梱される。
|
|
|
50
51
|
codex mcp add aishell -- /opt/homebrew/bin/aishell-mcp
|
|
51
52
|
```
|
|
52
53
|
|
|
53
|
-
このMacでは登録済み。新しく開始したCodexタスクから `aishell` の
|
|
54
|
+
このMacでは登録済み。新しく開始したCodexタスクから `aishell` の21ツールを利用できる。AIには次のように伝えればよい。
|
|
54
55
|
|
|
55
56
|
```text
|
|
56
57
|
AIShellを使いこなして。最初にruntime_statusを確認して。Git worktreeはautomaticGitWorktreePathsとeffectiveAllowedRootPathsへ自動反映されるので、worktreeごとの許可追加を私へ要求しないで。停止中または通常フォルダの許可root不足ならruntime_open_managerで管理画面を開いて。絶対パスはeffectiveAllowedRootPaths、相対パスはprimaryAllowedRootPathを基準に扱って。
|
|
@@ -58,6 +59,8 @@ AIShellを使いこなして。最初にruntime_statusを確認して。Git work
|
|
|
58
59
|
|
|
59
60
|
`runtime_status` は設定root、自動認識したGit worktree、実効root、相対パスの基準、停止状態、次の操作を返す。停止中でも `runtime_open_manager` で管理アプリを前面化できるため、Computer Useや旧shellで入口を作る必要はない。許可root変更と再開は管理画面で人が行い、停止中の通常操作は引き続き拒否される。
|
|
60
61
|
|
|
62
|
+
開発工場の監視は[`factory_diagnostics`](docs/factory-diagnostics.md)を使う。このtoolは停止中でも利用でき、許可rootや操作履歴の実値を返さない。
|
|
63
|
+
|
|
61
64
|
登録確認と解除は次のとおり。
|
|
62
65
|
|
|
63
66
|
```text
|
|
Binary file
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
<key>CFBundlePackageType</key>
|
|
18
18
|
<string>APPL</string>
|
|
19
19
|
<key>CFBundleShortVersionString</key>
|
|
20
|
-
<string>0.
|
|
20
|
+
<string>0.3.0</string>
|
|
21
21
|
<key>CFBundleVersion</key>
|
|
22
|
-
<string>
|
|
22
|
+
<string>5</string>
|
|
23
23
|
<key>LSApplicationCategoryType</key>
|
|
24
24
|
<string>public.app-category.utilities</string>
|
|
25
25
|
<key>LSMinimumSystemVersion</key>
|
|
Binary file
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
<dict>
|
|
11
11
|
<key>cdhash</key>
|
|
12
12
|
<data>
|
|
13
|
-
|
|
13
|
+
FHajTJVW13dXnDhdFteS1ei1vHc=
|
|
14
14
|
</data>
|
|
15
15
|
<key>requirement</key>
|
|
16
|
-
<string>cdhash H"
|
|
16
|
+
<string>cdhash H"1476a34c9556d777579c385d16d792d5e8b5bc77"</string>
|
|
17
17
|
</dict>
|
|
18
18
|
</dict>
|
|
19
19
|
<key>rules</key>
|