@loongphy/codext 0.134.0-b5db3fd → 0.135.0-9b497c4

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 +9 -8
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -4,6 +4,7 @@ An opinionated Codex CLI. This is strictly a personal hobby project, forked from
4
4
 
5
5
  ![Preview](https://github.com/user-attachments/assets/cd4bf293-85c4-4e3f-83d3-6c0dd45c9dc6)
6
6
 
7
+
7
8
  ## Quick Start
8
9
 
9
10
  Choose one of these two ways:
@@ -29,15 +30,11 @@ cargo run --bin codex
29
30
 
30
31
  ### TUI: Status Header
31
32
 
32
- > [!TIP]
33
- > The icons requires **[Nerd Fonts](https://www.nerdfonts.com/)** installed and configured in your terminal.
34
-
35
33
  The TUI header provides a compact overview of the active session:
36
-
37
- * **Context**: Displays the active model, effort level, and current working directory (`cwd`).
38
- * **Git Status**: Background-polled summary of the repository state for the session `cwd`.
39
- * **Rate Limits**: ChatGPT usage-limit snapshots that refresh while the UI is idle.
40
- * **Account Info**: Email + Plan, API Key
34
+ - **Context**: Displays the active model, effort level, and current working directory (`cwd`).
35
+ - **Git Status**: Background-polled summary of the repository state for the session `cwd`.
36
+ - **Rate Limits**: ChatGPT usage-limit snapshots that refresh while the UI is idle.
37
+ - **Account Info**: Email + Plan, API Key
41
38
 
42
39
  ![Status Header Preview](https://github.com/user-attachments/assets/23350e86-2597-48ea-82a6-378f8f01ac74)
43
40
 
@@ -90,6 +87,10 @@ You can configure this behavior using `[tui].usage_limit_resume_prompt`:
90
87
  usage_limit_resume_prompt = ""
91
88
  ```
92
89
 
90
+ ### AGENTS.md auto reload
91
+
92
+ AGENTS.md and project-doc instructions are refreshed on each new user turn, and Codex shows an explicit warning when a refresh is applied.
93
+
93
94
  ## Project Goals
94
95
 
95
96
  We will never merge code from the upstream repo; instead, we re-implement our changes on top of the latest upstream code.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loongphy/codext",
3
- "version": "0.134.0-b5db3fd",
3
+ "version": "0.135.0-9b497c4",
4
4
  "license": "Apache-2.0",
5
5
  "bin": {
6
6
  "codext": "bin/codex.js"
@@ -19,10 +19,10 @@
19
19
  },
20
20
  "packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc",
21
21
  "optionalDependencies": {
22
- "@loongphy/codext-linux-x64": "npm:@loongphy/codext@0.134.0-b5db3fd-linux-x64",
23
- "@loongphy/codext-linux-arm64": "npm:@loongphy/codext@0.134.0-b5db3fd-linux-arm64",
24
- "@loongphy/codext-darwin-x64": "npm:@loongphy/codext@0.134.0-b5db3fd-darwin-x64",
25
- "@loongphy/codext-darwin-arm64": "npm:@loongphy/codext@0.134.0-b5db3fd-darwin-arm64",
26
- "@loongphy/codext-win32-x64": "npm:@loongphy/codext@0.134.0-b5db3fd-win32-x64"
22
+ "@loongphy/codext-linux-x64": "npm:@loongphy/codext@0.135.0-9b497c4-linux-x64",
23
+ "@loongphy/codext-linux-arm64": "npm:@loongphy/codext@0.135.0-9b497c4-linux-arm64",
24
+ "@loongphy/codext-darwin-x64": "npm:@loongphy/codext@0.135.0-9b497c4-darwin-x64",
25
+ "@loongphy/codext-darwin-arm64": "npm:@loongphy/codext@0.135.0-9b497c4-darwin-arm64",
26
+ "@loongphy/codext-win32-x64": "npm:@loongphy/codext@0.135.0-9b497c4-win32-x64"
27
27
  }
28
28
  }