@tiny-fish/cli 0.19.1-next.179 → 0.19.1-next.180

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.
@@ -13,7 +13,8 @@ const CLAUDE_CODE_KEYED_FALLBACK_NOTE = "Using your stored TinyFish API key: thi
13
13
  "(`claude mcp login`), so no browser sign-in is needed.";
14
14
  const CLAUDE_CODE_DEFERRED_AUTH_NOTE = "TinyFish is registered in Claude Code but not signed in: this Claude Code predates " +
15
15
  "one-command sign-in (`claude mcp login`). Open Claude Code and run `/mcp` to sign in to " +
16
- "TinyFish. `claude update` gets you one-command sign-in.";
16
+ "TinyFish. `claude update` gets you one-command sign-in. Already have a TinyFish API key? " +
17
+ "Run `tinyfish connect claude-code --api-key <key>` instead.";
17
18
  const CODEX_OAUTH_RESOURCE_UNAVAILABLE_MESSAGE = "Could not confirm this Codex installation supports one-command MCP authentication: `codex " +
18
19
  "mcp add --help` did not list `--oauth-resource`. Update Codex and retry, or add TinyFish " +
19
20
  "manually with `codex mcp add`." +
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiny-fish/cli",
3
- "version": "0.19.1-next.179",
3
+ "version": "0.19.1-next.180",
4
4
  "description": "TinyFish CLI — run web automations from your terminal",
5
5
  "type": "module",
6
6
  "bin": {