@remixhq/claude-plugin 0.1.27 → 0.1.28
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/.claude-plugin/plugin.json +1 -1
- package/dist/hook-post-collab.cjs +3 -3
- package/dist/hook-post-collab.cjs.map +1 -1
- package/dist/hook-stop-collab.cjs +14 -10
- package/dist/hook-stop-collab.cjs.map +1 -1
- package/dist/hook-user-prompt.cjs +14 -10
- package/dist/hook-user-prompt.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/mcp-server.cjs +58 -13
- package/dist/mcp-server.cjs.map +1 -1
- package/package.json +3 -3
|
@@ -861,7 +861,7 @@ async function markPendingTurnConsultedMemory(sessionId) {
|
|
|
861
861
|
// package.json
|
|
862
862
|
var package_default = {
|
|
863
863
|
name: "@remixhq/claude-plugin",
|
|
864
|
-
version: "0.1.
|
|
864
|
+
version: "0.1.28",
|
|
865
865
|
description: "Claude Code plugin for Remix collaboration workflows",
|
|
866
866
|
homepage: "https://github.com/RemixDotOne/remix-claude-plugin",
|
|
867
867
|
license: "MIT",
|
|
@@ -899,8 +899,8 @@ var package_default = {
|
|
|
899
899
|
prepack: "npm run build"
|
|
900
900
|
},
|
|
901
901
|
dependencies: {
|
|
902
|
-
"@remixhq/core": "^0.1.
|
|
903
|
-
"@remixhq/mcp": "^0.1.
|
|
902
|
+
"@remixhq/core": "^0.1.23",
|
|
903
|
+
"@remixhq/mcp": "^0.1.23",
|
|
904
904
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
905
905
|
zod: "^3.25.76"
|
|
906
906
|
},
|