@quolu/aishell 0.3.2 → 0.3.3
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 -2
- package/README.md +4 -2
- package/dist/AIShell.app/Contents/Helpers/aishell-mcp +0 -0
- package/dist/AIShell.app/Contents/Info.plist +1 -1
- package/dist/AIShell.app/Contents/MacOS/AIShell +0 -0
- package/dist/AIShell.app/Contents/_CodeSignature/CodeResources +2 -2
- package/package.json +1 -1
package/README.ja.md
CHANGED
|
@@ -32,7 +32,7 @@ codex mcp add aishell -- /opt/homebrew/bin/aishell-mcp
|
|
|
32
32
|
summaryから省略された証拠だけartifact_readで読んで。
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
既定
|
|
35
|
+
既定profileは5本の高密度development toolと、常時利用できる2本の復旧control toolを提供する。
|
|
36
36
|
|
|
37
37
|
| Tool | 役割 |
|
|
38
38
|
|---|---|
|
|
@@ -41,6 +41,8 @@ summaryから省略された証拠だけartifact_readで読んで。
|
|
|
41
41
|
| `search_context` | 直接起動した`rg` workerによるbudget付き検索context |
|
|
42
42
|
| `run_check` | 直接process実行、主要diagnostic、完全stdout/stderr artifact |
|
|
43
43
|
| `artifact_read` | 保持artifactのrange、tail、pattern周辺read |
|
|
44
|
+
| `runtime_status` | 未設定・停止中も含む許可root、停止、worktree、次操作の状態取得 |
|
|
45
|
+
| `runtime_open_manager` | root追加またはAI操作再開のため管理アプリを開く |
|
|
44
46
|
|
|
45
47
|
## なぜAIShellか
|
|
46
48
|
|
|
@@ -112,7 +114,7 @@ codex mcp get aishell
|
|
|
112
114
|
codex mcp remove aishell
|
|
113
115
|
```
|
|
114
116
|
|
|
115
|
-
互換用full profile
|
|
117
|
+
互換用full profileは全25 toolを提供する。既定7本は5本のdevelopment toolと2本の復旧control toolで、full modeは残りのlegacy primitiveも公開する。
|
|
116
118
|
|
|
117
119
|
```sh
|
|
118
120
|
AISHELL_TOOL_PROFILE=full /opt/homebrew/bin/aishell-mcp
|
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ Use workspace_snapshot for the initial workspace context. Run the focused tests
|
|
|
32
32
|
run_check, and read retained output with artifact_read only if the summary omits evidence.
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
The default
|
|
35
|
+
The default profile exposes five high-density development tools plus two always-available recovery controls:
|
|
36
36
|
|
|
37
37
|
| Tool | Purpose |
|
|
38
38
|
|---|---|
|
|
@@ -41,6 +41,8 @@ The default development profile exposes five high-density tools:
|
|
|
41
41
|
| `search_context` | Budgeted search context produced by a directly launched `rg` worker |
|
|
42
42
|
| `run_check` | Direct process execution, primary diagnostics, and complete stdout/stderr artifacts |
|
|
43
43
|
| `artifact_read` | Range, tail, and pattern-centered reads from retained artifacts |
|
|
44
|
+
| `runtime_status` | Allowed-root, pause, worktree, and next-action state, including while paused or unconfigured |
|
|
45
|
+
| `runtime_open_manager` | Open the manager app to add roots or resume AI operations |
|
|
44
46
|
|
|
45
47
|
## Why AIShell
|
|
46
48
|
|
|
@@ -112,7 +114,7 @@ Remove the registration with:
|
|
|
112
114
|
codex mcp remove aishell
|
|
113
115
|
```
|
|
114
116
|
|
|
115
|
-
The compatibility profile retains
|
|
117
|
+
The compatibility profile retains all 25 tools. The default seven are the five development tools plus the two recovery controls; full mode adds the remaining legacy primitives:
|
|
116
118
|
|
|
117
119
|
```sh
|
|
118
120
|
AISHELL_TOOL_PROFILE=full /opt/homebrew/bin/aishell-mcp
|
|
Binary file
|
|
Binary file
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
<dict>
|
|
11
11
|
<key>cdhash</key>
|
|
12
12
|
<data>
|
|
13
|
-
|
|
13
|
+
7xZ0nBtAcU2VykKqtpKSvPwhR0c=
|
|
14
14
|
</data>
|
|
15
15
|
<key>requirement</key>
|
|
16
|
-
<string>cdhash H"
|
|
16
|
+
<string>cdhash H"ef16749c1b40714d95ca42aab69292bcfc214747"</string>
|
|
17
17
|
</dict>
|
|
18
18
|
</dict>
|
|
19
19
|
<key>rules</key>
|