@windyroad/connect 0.3.3 → 0.3.4-preview.50

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  > **⚠ BLOCKED (as of 2026-04-15)** — Setup is not currently usable in Claude Code 2.1.108.
4
4
  > The `--channels` flag removes the `AskUserQuestion`, `EnterPlanMode`, and `ExitPlanMode`
5
5
  > tools that the interactive setup skill depends on. Tracked upstream at
6
- > [anthropics/claude-code#48216](https://github.com/anthropics/claude-code/issues/48216)
6
+ > [anthropics/claude-code#42292](https://github.com/anthropics/claude-code/issues/42292)
7
7
  > and internally at
8
8
  > [P008](../../docs/problems/008-askuserquestion-unavailable-with-channels.open.md).
9
9
  > Do not attempt setup until this is resolved. The plugin's runtime (sending/receiving
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/connect",
3
- "version": "0.3.3",
3
+ "version": "0.3.4-preview.50",
4
4
  "description": "Connect Claude Code sessions across repos via Discord (experimental)",
5
5
  "bin": {
6
6
  "windyroad-connect": "./bin/install.mjs"