You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All `@ant/*` package references are behind `feature()` guards and tree-shaken at build time:
221
+
222
+
| Package | Purpose | Impact |
223
+
|---------|---------|--------|
224
+
|`@ant/claude-for-chrome-mcp`| Chrome browser MCP | None — dead code |
225
+
|`@ant/computer-use-mcp`| Computer Use MCP | None — dead code |
226
+
|`@ant/computer-use-input`| Mouse/keyboard control | None — dead code |
227
+
|`@ant/computer-use-swift`| macOS native screenshots | None — dead code |
228
+
|`@anthropic-ai/claude-agent-sdk`| SDK type reference | None — `import type` only |
229
+
230
+
**Summary: All core CLI functionality (file ops, commands, search, API calls, MCP) works. Missing features are Anthropic-internal experiments not available in the official release either.**
231
+
232
+
---
233
+
161
234
## Known Limitations
162
235
163
236
1.**TUI requires a real terminal** — silent exit in pipes or non-TTY environments
164
237
2.**API key required** — `ANTHROPIC_API_KEY` must be set for actual queries
165
-
3.**Some tools are stubs** — REPLTool, WorkflowTool, etc. have empty implementations
166
-
4.**macOS Keychain** — falls back to plaintext file on Linux
167
-
5.**Sandbox on WSL2** — requires `apt install bubblewrap socat` for sandbox features
168
-
6.**Commander.js patch** — multi-character short flags (`-d2e`) need a manual patch to `node_modules` after each `bun install`
238
+
3.**macOS Keychain** — falls back to plaintext file on Linux
239
+
4.**Sandbox on WSL2** — requires `apt install bubblewrap socat` for sandbox features
240
+
5.**Commander.js patch** — multi-character short flags (`-d2e`) need a manual patch to `node_modules` after each `bun install`
0 commit comments