@caffeineai/cli 0.1.0-dev.25 → 0.1.0-dev.26

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 +2 -6
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -144,12 +144,8 @@ npx -y @caffeineai/mcp@dev --version
144
144
  The CLI and MCP server share the same auth, project, build, and chat contract.
145
145
  One login flow can cover both tools on the same machine.
146
146
 
147
- ## Notes
147
+ ## Links
148
148
 
149
- - `caffeine` with no subcommand opens the interactive terminal UI when run in
150
- an interactive terminal.
151
- - `caffeine chat open` hands the current project off to the browser chat UI.
152
- - `caffeine doctor --fix` installs missing local build prerequisites when
153
- possible.
149
+ Caffeine platform: https://caffeine.ai
154
150
 
155
151
  This package installs the matching platform binary through npm optional dependencies. Install the main package rather than a platform package directly.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caffeineai/cli",
3
- "version": "0.1.0-dev.25",
3
+ "version": "0.1.0-dev.26",
4
4
  "description": "Caffeine CLI",
5
5
  "homepage": "https://caffeine.ai",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -15,14 +15,14 @@
15
15
  "LICENSE"
16
16
  ],
17
17
  "optionalDependencies": {
18
- "@caffeineai/cli-darwin-arm64": "0.1.0-dev.25",
19
- "@caffeineai/cli-darwin-x64": "0.1.0-dev.25",
20
- "@caffeineai/cli-linux-arm64-glibc": "0.1.0-dev.25",
21
- "@caffeineai/cli-linux-x64-glibc": "0.1.0-dev.25",
22
- "@caffeineai/cli-linux-arm64-musl": "0.1.0-dev.25",
23
- "@caffeineai/cli-linux-x64-musl": "0.1.0-dev.25",
24
- "@caffeineai/cli-win32-arm64": "0.1.0-dev.25",
25
- "@caffeineai/cli-win32-x64": "0.1.0-dev.25"
18
+ "@caffeineai/cli-darwin-arm64": "0.1.0-dev.26",
19
+ "@caffeineai/cli-darwin-x64": "0.1.0-dev.26",
20
+ "@caffeineai/cli-linux-arm64-glibc": "0.1.0-dev.26",
21
+ "@caffeineai/cli-linux-x64-glibc": "0.1.0-dev.26",
22
+ "@caffeineai/cli-linux-arm64-musl": "0.1.0-dev.26",
23
+ "@caffeineai/cli-linux-x64-musl": "0.1.0-dev.26",
24
+ "@caffeineai/cli-win32-arm64": "0.1.0-dev.26",
25
+ "@caffeineai/cli-win32-x64": "0.1.0-dev.26"
26
26
  },
27
27
  "preferGlobal": true,
28
28
  "publishConfig": {
@@ -31,6 +31,6 @@
31
31
  "caffeine": {
32
32
  "distribution": "npmjs",
33
33
  "packageName": "@caffeineai/cli",
34
- "publishedAt": "2026-05-12T19:39:42.804Z"
34
+ "publishedAt": "2026-05-12T20:50:59.166Z"
35
35
  }
36
36
  }