@jslee124/forge 0.3.1 → 0.3.3

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
@@ -14,6 +14,9 @@ forge --version
14
14
  forge
15
15
  ```
16
16
 
17
+ For Chinese documentation, see the
18
+ [Simplified Chinese README](https://github.com/jslee124/forge/blob/main/README.zh-CN.md).
19
+
17
20
  Forge supports API-key access for DeepSeek and OpenAI-compatible providers, as
18
21
  well as ChatGPT subscription access through the official Codex App Server. Run
19
22
  `forge auth status` or use `/login` in the interactive terminal to inspect the
@@ -24,11 +27,13 @@ available authentication routes.
24
27
  ```bash
25
28
  forge update check
26
29
  forge update
30
+ forge update 0.3.0
27
31
  ```
28
32
 
29
33
  Forge never installs an update merely because the CLI started. `forge update`
30
34
  is an explicit request and installs the exact version resolved from the npm
31
- registry.
35
+ registry. Set `FORGE_DISABLE_UPDATE_CHECK=1` to disable the advisory background
36
+ check performed during interactive startup.
32
37
 
33
38
  Documentation, source, security boundaries, and evaluation evidence are
34
39
  available in the [Forge repository](https://github.com/jslee124/forge).