billion-context-omp 0.1.6 → 0.1.8
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 -9
- package/README.zh-CN.md +12 -9
- package/dist/index.js +628 -88
- package/dist/index.js.map +1 -1
- package/dist/messages.d.ts +1 -1
- package/dist/tokens.d.ts +13 -0
- package/dist/user-config.d.ts +7 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -90,20 +90,23 @@ Rich status display for the user:
|
|
|
90
90
|
╭─────────────────────────────────────────────╮
|
|
91
91
|
│ ACP Context Analysis │
|
|
92
92
|
╰─────────────────────────────────────────────╯
|
|
93
|
-
billion-context-omp@0.1.
|
|
93
|
+
billion-context-omp@0.1.7
|
|
94
94
|
|
|
95
|
-
Context:
|
|
95
|
+
Context (session accounting, host footer scale): 9% (93k / 1.0M) — never shrinks; includes compressed originals
|
|
96
96
|
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
Framework ██████████████████░░ 90% 51k
|
|
97
|
+
Sent to LLM (after compression, est.): 63k (6% of limit)
|
|
98
|
+
Session-only (compressed originals, est.): 110k — pruned from every request; the footer/nudge still count them
|
|
100
99
|
|
|
101
|
-
|
|
100
|
+
Token Breakdown (sent view):
|
|
101
|
+
Tool ██████████████████░░ 88% 55k
|
|
102
|
+
SysPrompt ██░░░░░░░░░░░░░░░░░ 9% 5.9k
|
|
103
|
+
Text ░░░░░░░░░░░░░░░░░░░░ 1% 553
|
|
104
|
+
Summaries ░░░░░░░░░░░░░░░░░░░░ 2% 1.5k
|
|
102
105
|
|
|
103
|
-
|
|
104
|
-
[b1] T1 5.1k→1.0k: Fold architecture port
|
|
105
|
-
[b2] T1 15k→799: Replay guard hardening
|
|
106
|
+
Nudge: idle — growth 0 < floor 20000, ready: T1 50394
|
|
106
107
|
|
|
108
|
+
Blocks: 1 active / 1 total (112k tokens compressed)
|
|
109
|
+
[b1] T1 112k→1.5k: PR141 review + follow-up fixes
|
|
107
110
|
Tag visibility: tags injected to LLM only (deep copy), not persisted in session, not shown in terminal.
|
|
108
111
|
```
|
|
109
112
|
|
package/README.zh-CN.md
CHANGED
|
@@ -90,20 +90,23 @@ omp 内置的 `/compact` 被拦截,替换为 ACP 模型摘要式 compaction,
|
|
|
90
90
|
╭─────────────────────────────────────────────╮
|
|
91
91
|
│ ACP Context Analysis │
|
|
92
92
|
╰─────────────────────────────────────────────╯
|
|
93
|
-
billion-context-omp@0.1.
|
|
93
|
+
billion-context-omp@0.1.7
|
|
94
94
|
|
|
95
|
-
Context:
|
|
95
|
+
Context (session accounting, host footer scale): 9% (93k / 1.0M) — never shrinks; includes compressed originals
|
|
96
96
|
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
Framework ██████████████████░░ 90% 51k
|
|
97
|
+
Sent to LLM (after compression, est.): 63k (6% of limit)
|
|
98
|
+
Session-only (compressed originals, est.): 110k — pruned from every request; the footer/nudge still count them
|
|
100
99
|
|
|
101
|
-
|
|
100
|
+
Token Breakdown (sent view):
|
|
101
|
+
Tool ██████████████████░░ 88% 55k
|
|
102
|
+
SysPrompt ██░░░░░░░░░░░░░░░░░ 9% 5.9k
|
|
103
|
+
Text ░░░░░░░░░░░░░░░░░░░░ 1% 553
|
|
104
|
+
Summaries ░░░░░░░░░░░░░░░░░░░░ 2% 1.5k
|
|
102
105
|
|
|
103
|
-
|
|
104
|
-
[b1] T1 5.1k→1.0k: Fold architecture port
|
|
105
|
-
[b2] T1 15k→799: Replay guard hardening
|
|
106
|
+
Nudge: idle — growth 0 < floor 20000, ready: T1 50394
|
|
106
107
|
|
|
108
|
+
Blocks: 1 active / 1 total (112k tokens compressed)
|
|
109
|
+
[b1] T1 112k→1.5k: PR141 review + follow-up fixes
|
|
107
110
|
Tag visibility: tags injected to LLM only (deep copy), not persisted in session, not shown in terminal.
|
|
108
111
|
```
|
|
109
112
|
|