@swmansion/argent 0.13.0 → 0.13.1-next.1
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 +12 -11
- package/bin/argent-android-devtools-0.1.0.apk +0 -0
- package/bin/darwin/ax-service +0 -0
- package/bin/darwin/simulator-server +0 -0
- package/bin/darwin/tvos-ax-service +0 -0
- package/bin/darwin/tvos-hid-daemon +0 -0
- package/bin/linux/simulator-server +0 -0
- package/bin/linux-arm64/simulator-server +0 -0
- package/dist/cli-cmds.mjs +1904 -1601
- package/dist/installer.mjs +2297 -2036
- package/dist/mcp-server.mjs +233 -462
- package/dist/preview-ui/index.html +110 -41
- package/dist/preview-ui/theme.css +14 -1
- package/dist/preview-window/main.cjs +14 -1
- package/dist/tool-server.cjs +40072 -22246
- package/dylibs/libArgentInjectionBootstrap.dylib +0 -0
- package/dylibs/libKeyboardPatch.dylib +0 -0
- package/dylibs/libNativeDevtoolsIos.dylib +0 -0
- package/dylibs/tvos/libArgentInjectionBootstrap.dylib +0 -0
- package/dylibs/tvos/libKeyboardPatch.dylib +0 -0
- package/dylibs/tvos/libNativeDevtoolsIos.dylib +0 -0
- package/package.json +9 -7
- package/rules/argent.md +7 -7
- package/skills/argent-android-emulator-setup/SKILL.md +1 -0
- package/skills/argent-device-interact/SKILL.md +2 -0
- package/skills/argent-tv-interact/SKILL.md +60 -0
- package/skills/argent-vega/SKILL.md +0 -76
package/README.md
CHANGED
|
@@ -117,17 +117,18 @@ argent init
|
|
|
117
117
|
|
|
118
118
|
`argent init` auto-detects and configures MCP for:
|
|
119
119
|
|
|
120
|
-
| Editor | Config location
|
|
121
|
-
| ----------- |
|
|
122
|
-
| Claude Code | `.mcp.json` (project) or `~/.claude.json` (global)
|
|
123
|
-
| Cursor | `.cursor/mcp.json` (project) or `~/.cursor/mcp.json` (global)
|
|
124
|
-
| VS Code | `.vscode/mcp.json`
|
|
125
|
-
| Windsurf | `~/.codeium/windsurf/mcp_config.json` (global)
|
|
126
|
-
| Zed | `.zed/settings.json`
|
|
127
|
-
| Gemini CLI | `.gemini/settings.json`
|
|
128
|
-
| Codex CLI | `.codex/config.toml` (project) or `~/.codex/config.toml` (global)
|
|
129
|
-
| Hermes | `~/.hermes/config.yaml` (global)
|
|
130
|
-
| opencode | `opencode.json` (project) or `~/.config/opencode/opencode.json` (global)
|
|
120
|
+
| Editor | Config location |
|
|
121
|
+
| ----------- | --------------------------------------------------------------------------- |
|
|
122
|
+
| Claude Code | `.mcp.json` (project) or `~/.claude.json` (global) |
|
|
123
|
+
| Cursor | `.cursor/mcp.json` (project) or `~/.cursor/mcp.json` (global) |
|
|
124
|
+
| VS Code | `.vscode/mcp.json` |
|
|
125
|
+
| Windsurf | `~/.codeium/windsurf/mcp_config.json` (global) |
|
|
126
|
+
| Zed | `.zed/settings.json` |
|
|
127
|
+
| Gemini CLI | `.gemini/settings.json` |
|
|
128
|
+
| Codex CLI | `.codex/config.toml` (project) or `~/.codex/config.toml` (global) |
|
|
129
|
+
| Hermes | `~/.hermes/config.yaml` (global) |
|
|
130
|
+
| opencode | `opencode.json` (project) or `~/.config/opencode/opencode.json` (global) |
|
|
131
|
+
| Kiro | `.kiro/settings/mcp.json` (project) or `~/.kiro/settings/mcp.json` (global) |
|
|
131
132
|
|
|
132
133
|
## Privacy
|
|
133
134
|
|
|
Binary file
|
package/bin/darwin/ax-service
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|