@simonesiega/codex-limits 0.1.0 → 0.1.1
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/dist/cli.js +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -41481,7 +41481,7 @@ var init_app = __esm(async () => {
|
|
|
41481
41481
|
// package.json
|
|
41482
41482
|
var package_default = {
|
|
41483
41483
|
name: "@simonesiega/codex-limits",
|
|
41484
|
-
version: "0.1.
|
|
41484
|
+
version: "0.1.1",
|
|
41485
41485
|
description: "Check Codex usage limits, reset times, and reset-credit coupons from a fast, read-only terminal dashboard.",
|
|
41486
41486
|
type: "module",
|
|
41487
41487
|
bin: {
|
|
@@ -42521,7 +42521,7 @@ import { stdin as processStdin, stdout as processStdout } from "node:process";
|
|
|
42521
42521
|
import { mkdir, readFile as readFile3, writeFile } from "node:fs/promises";
|
|
42522
42522
|
import { homedir as homedir2 } from "node:os";
|
|
42523
42523
|
import { dirname, join as join5 } from "node:path";
|
|
42524
|
-
var OPENCODE_PLUGIN_SPEC = "codex-limits";
|
|
42524
|
+
var OPENCODE_PLUGIN_SPEC = "@simonesiega/codex-limits";
|
|
42525
42525
|
async function installOpencodePlugin(options = {}) {
|
|
42526
42526
|
const configPath = options.configPath ?? getGlobalOpencodeConfigPath();
|
|
42527
42527
|
const tuiConfigPath = options.tuiConfigPath ?? getGlobalOpencodeTuiConfigPath();
|
package/package.json
CHANGED