zam-core 0.10.1 → 0.10.2
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 +5 -3
- package/dist/cli/app.js +385 -234
- package/dist/cli/app.js.map +1 -1
- package/dist/cli/commands/mcp.js.map +1 -1
- package/dist/copilot-extension/extension.mjs +520 -0
- package/dist/copilot-extension/host.bundle.js +5317 -0
- package/dist/copilot-extension/manifest.json +9 -0
- package/dist/copilot-extension/mcp-client.bundle.mjs +74 -0
- package/dist/ui/graph-panel.html +21 -18
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -57,11 +57,13 @@ your work, and guiding you step by step. ZAM connects to the agent apps you alre
|
|
|
57
57
|
| **Codex** | `zam agent connect codex` |
|
|
58
58
|
| **Antigravity** | `zam agent connect antigravity` |
|
|
59
59
|
| **OpenCode** | `zam agent connect opencode` |
|
|
60
|
-
| **GitHub Copilot** | `zam agent connect copilot` |
|
|
60
|
+
| **GitHub Copilot** (CLI / app) | `zam agent connect copilot` |
|
|
61
61
|
| **Goose** | `zam agent connect goose` |
|
|
62
62
|
|
|
63
|
-
One command writes the MCP config (your agent may ask you to approve the server).
|
|
64
|
-
|
|
63
|
+
One command writes the MCP config (your agent may ask you to approve the server). For
|
|
64
|
+
GitHub Copilot, it also installs user-scoped Studio, Recall, Graph, and Settings canvases;
|
|
65
|
+
restart Copilot or start a new session after connecting. Then just type **`/zam`** — or
|
|
66
|
+
say "let's do this together with ZAM" — and work normally.
|
|
65
67
|
|
|
66
68
|
### 2. ZAM Desktop Studio — *setup, content & graph*
|
|
67
69
|
|