@windyroad/connect 0.3.2-preview.46 → 0.3.3-preview.48

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 +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @windyroad/connect
2
2
 
3
+ > **⚠ BLOCKED (as of 2026-04-15)** — Setup is not currently usable in Claude Code 2.1.108.
4
+ > The `--channels` flag removes the `AskUserQuestion`, `EnterPlanMode`, and `ExitPlanMode`
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)
7
+ > and internally at
8
+ > [P008](../../docs/problems/008-askuserquestion-unavailable-with-channels.open.md).
9
+ > Do not attempt setup until this is resolved. The plugin's runtime (sending/receiving
10
+ > messages) still works — only the guided setup is blocked.
11
+
3
12
  > **EXPERIMENTAL** — This plugin uses Claude Code's `--channels` feature, which is a
4
13
  > research preview as of April 2026. The API surface may change. See
5
14
  > [ADR-006](../../docs/decisions/006-connect-plugin.proposed.md) for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/connect",
3
- "version": "0.3.2-preview.46",
3
+ "version": "0.3.3-preview.48",
4
4
  "description": "Connect Claude Code sessions across repos via Discord (experimental)",
5
5
  "bin": {
6
6
  "windyroad-connect": "./bin/install.mjs"