@leo000001/opencode-quota-sidebar 2.0.8 → 2.0.10
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/CHANGELOG.md +3 -0
- package/README.md +467 -437
- package/dist/cost.d.ts +2 -1
- package/dist/cost.js +28 -2
- package/dist/format.d.ts +2 -0
- package/dist/format.js +157 -10
- package/dist/storage.js +12 -0
- package/dist/storage_parse.js +17 -0
- package/dist/title.js +16 -1
- package/dist/title_apply.js +8 -3
- package/dist/types.d.ts +11 -0
- package/dist/usage.d.ts +3 -2
- package/dist/usage.js +27 -3
- package/dist/usage_service.js +10 -25
- package/package.json +1 -1
- package/quota-sidebar.config.example.json +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
- Support OpenCode long-context pricing tiers via `context_over_200k` when estimating API-equivalent cost.
|
|
12
12
|
- Bump the usage billing cache version so `/qday`, `/qweek`, and `/qmonth` recompute historical API cost with the updated rules.
|
|
13
13
|
- Document API-cost estimation, billing-cache behavior, and child-session aggregation semantics in the README.
|
|
14
|
+
- Update `AGENTS.md` with current provider scope, config layering, descendant aggregation rules, and usage-cache maintenance guidance.
|
|
15
|
+
- Add project-local `.opencode/skills` workflows for quota provider adapters, sidebar title formatting, and session usage aggregation.
|
|
16
|
+
- Clarify README wording for generic API-key providers versus built-in quota/balance adapters.
|
|
14
17
|
|
|
15
18
|
## 1.13.2
|
|
16
19
|
|