@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 CHANGED
@@ -32,7 +32,7 @@ codex mcp add aishell -- /opt/homebrew/bin/aishell-mcp
32
32
  summaryから省略された証拠だけartifact_readで読んで。
33
33
  ```
34
34
 
35
- 既定development profileは5本の高密度toolを提供する。
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は既存20 primitiveと5本のdevelopment toolを合わせた25 toolを提供する。
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 development profile exposes five high-density tools:
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 the original 20 primitives alongside the five development tools:
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
@@ -17,7 +17,7 @@
17
17
  <key>CFBundlePackageType</key>
18
18
  <string>APPL</string>
19
19
  <key>CFBundleShortVersionString</key>
20
- <string>0.3.2</string>
20
+ <string>0.3.3</string>
21
21
  <key>CFBundleVersion</key>
22
22
  <string>7</string>
23
23
  <key>LSApplicationCategoryType</key>
@@ -10,10 +10,10 @@
10
10
  <dict>
11
11
  <key>cdhash</key>
12
12
  <data>
13
- JRbqlAClD40Akx/45QsEw19Bp+w=
13
+ 7xZ0nBtAcU2VykKqtpKSvPwhR0c=
14
14
  </data>
15
15
  <key>requirement</key>
16
- <string>cdhash H"2516ea9400a50f8d00931ff8e50b04c35f41a7ec"</string>
16
+ <string>cdhash H"ef16749c1b40714d95ca42aab69292bcfc214747"</string>
17
17
  </dict>
18
18
  </dict>
19
19
  <key>rules</key>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quolu/aishell",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
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",