@learnaltitude/cli 0.5.0 → 0.5.2
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 +12 -1
- package/dist/cli.js +11 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -103,7 +103,13 @@ codex plugin add altitude@altitude
|
|
|
103
103
|
|
|
104
104
|
On the first Codex launch after installation, accept the one-time
|
|
105
105
|
`Hooks need review -> Trust all and continue` prompt. Skills update with the agent's plugin system.
|
|
106
|
-
|
|
106
|
+
|
|
107
|
+
**Neither half updates on its own by default.** Claude Code enables marketplace auto-update only
|
|
108
|
+
for official Anthropic marketplaces; `altitude` is third-party, so its auto-update starts off.
|
|
109
|
+
Turn it on once — run `/plugin` in Claude Code, open Marketplaces → altitude, enable auto-update —
|
|
110
|
+
and the plugin then follows releases without further prompting.
|
|
111
|
+
|
|
112
|
+
The globally installed Altitude CLI never updates itself. To move it:
|
|
107
113
|
|
|
108
114
|
```sh
|
|
109
115
|
altitude update
|
|
@@ -113,6 +119,11 @@ The command prints a one-line reminder that skills update with the agent, then a
|
|
|
113
119
|
global package manager to update `@learnaltitude/cli`. If detection or execution fails, it prints
|
|
114
120
|
the exact manual command instead.
|
|
115
121
|
|
|
122
|
+
Because nothing forces either update, the server enforces a minimum CLI version at the device
|
|
123
|
+
connect handshake. `altitude connect` is refused when the CLI does not report a readable version
|
|
124
|
+
or is older than the floor; the refusal names the update command and, for Claude Code, the
|
|
125
|
+
auto-update toggle. The floor is server-owned — raising it needs no client release.
|
|
126
|
+
|
|
116
127
|
## Network disclosure
|
|
117
128
|
|
|
118
129
|
The distributed client uses the user's own agent subscription and no Altitude-held API key.
|