@rynfar/meridian 1.63.0 → 1.64.0
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 +3 -2
- package/dist/{cli-hdyptm7z.js → cli-4ghkaajs.js} +14507 -4202
- package/dist/cli-pbvm9kc2.js +760 -0
- package/dist/cli.js +70 -11
- package/dist/meridian-v2.js +139 -0
- package/dist/{profileCli-39vshwdn.js → profileCli-ap7eg985.js} +2 -2
- package/dist/proxy/passthroughTools.d.ts.map +1 -1
- package/dist/proxy/setup.d.ts +35 -10
- package/dist/proxy/setup.d.ts.map +1 -1
- package/dist/server.js +4 -4
- package/dist/setup-4v3zg3c0.js +33 -0
- package/package.json +8 -4
- package/plugin/meridian-v2.ts +190 -0
- package/dist/cli-pc0mtjjv.js +0 -167
- package/dist/setup-0x573t61.js +0 -19
- package/dist/{cli-xfbhn15a.js → cli-0ed6j0vk.js} +3 -3
package/README.md
CHANGED
|
@@ -35,7 +35,8 @@ npm install -g @rynfar/meridian
|
|
|
35
35
|
claude login
|
|
36
36
|
|
|
37
37
|
# 3. Configure OpenCode plugin (one time — OpenCode users only)
|
|
38
|
-
meridian setup
|
|
38
|
+
meridian setup # OpenCode V1
|
|
39
|
+
# meridian setup --v2 --opencode-bin ~/.local/bin/opencode2 # pinned V2 beta
|
|
39
40
|
|
|
40
41
|
# 4. Start
|
|
41
42
|
meridian
|
|
@@ -96,7 +97,7 @@ The Claude Agent SDK provides programmatic access to Claude. But your favorite c
|
|
|
96
97
|
|
|
97
98
|
| Agent | Status | Notes |
|
|
98
99
|
|-------|--------|-------|
|
|
99
|
-
| [OpenCode](https://github.com/anomalyco/opencode) | ✅ Verified |
|
|
100
|
+
| [OpenCode](https://github.com/anomalyco/opencode) | ✅ Verified | V1 and pinned V2 beta support; requires the matching `meridian setup` mode ([setup](docs/agents.md#opencode)) — tools, durable resume, restart, undo, compaction, parallel subagents |
|
|
100
101
|
| [ForgeCode](https://forgecode.dev) | ✅ Verified | Provider config (see [Agent Setup](docs/agents.md)) — passthrough tool execution, session resume, streaming |
|
|
101
102
|
| [Droid (Factory AI)](https://factory.ai/product/ide) | ✅ Verified | BYOK config (see [Agent Setup](docs/agents.md)) — full tool support, session resume, streaming |
|
|
102
103
|
| [Crush](https://github.com/charmbracelet/crush) | ✅ Verified | Provider config (see [Agent Setup](docs/agents.md)) — full tool support, session resume, headless `crush run` |
|