@euqns/nudge-mcp 0.16.0 → 1.0.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 CHANGED
@@ -66,19 +66,22 @@ authenticated on the user's computer. It binds to loopback and opens Nudge with
66
66
  a one-time pairing secret in the URL fragment:
67
67
 
68
68
  ```bash
69
- # Sign in to one of the supported CLIs first
70
- codex login # or: claude auth login / cursor-agent login
69
+ # Sign in to any or all supported CLIs first
70
+ codex login
71
+ claude auth login
72
+ cursor-agent login
71
73
 
72
74
  # Run this from the repository the agent should inspect
73
- npx -y @euqns/nudge-mcp@latest agent --provider codex
74
- # Providers: codex, claude, cursor
75
+ npx -y @euqns/nudge-mcp@latest agent
75
76
  ```
76
77
 
77
- The companion does not accept or store provider API keys. It reuses the selected
78
- CLI's existing subscription login, following the same bring-your-own-subscription
79
- model as local multi-agent clients. It keeps local filesystem access read-only
80
- and allows only the exact Nudge origin that launched it. Authorized Nudge MCP
81
- tools can still update board data.
78
+ The companion checks Codex, Claude Code, and Cursor independently, starts when at
79
+ least one has a valid subscription login, and reports which CLIs are ready. One
80
+ pairing exposes every ready provider, so each chat can choose its own agent and
81
+ resume with that same agent later. `--provider codex|claude|cursor` remains an
82
+ optional initial preference. The companion does not accept or store provider API
83
+ keys. It keeps local filesystem access read-only and allows only the exact Nudge
84
+ origin that launched it. Authorized Nudge MCP tools can still update board data.
82
85
 
83
86
  The Codex and Claude Code adapters supply their own Nudge MCP transport, so a
84
87
  fresh computer does not need a manual `mcp_servers.nudge` entry in
@@ -88,13 +91,13 @@ Cursor reads MCP servers from its normal `.cursor/mcp.json` configuration, so
88
91
  the Nudge MCP server must also be present there for board mutations.
89
92
 
90
93
  For Codex, the sidecar reads the installed model catalog and subscription rate-limit
91
- windows from the local Codex app server. Users can change models, choose any
92
- reasoning effort supported by that model, see the exact remaining percentage
93
- and reset time exposed by their plan, and inspect the input, output, cache, and
94
- reasoning-token usage for each completed turn. A model or effort change starts
95
- a fresh chat; prior chats are kept in browser-local history and resume their
96
- persisted local agent session when reopened. Claude Code and Cursor use the
97
- model and usage settings managed by their own CLI account.
94
+ windows from the local Codex app server. Claude Code exposes its subscription model
95
+ aliases and reasoning efforts, while Cursor reads the models available to the signed-in
96
+ account from `cursor-agent --list-models`. Users can change models for every provider;
97
+ Claude Code and Codex also expose reasoning effort. A model or effort change starts a
98
+ fresh chat; prior chats are kept in browser-local history and resume their persisted
99
+ local agent session when reopened. Codex additionally shows its exact rate-limit windows
100
+ and per-turn token usage.
98
101
 
99
102
  When chat is opened from a board or canvas, Nudge sends the active board id,
100
103
  title, source, view, canvas id, and lightweight counts with each prompt. The