New:Socket for Asana Is Now Available.Learn more
Get Started

codex-usage-profile

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codex-usage-profile - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+2
-2
package.json
{
"name": "codex-usage-profile",
"version": "0.1.0",
"version": "0.1.1",
"description": "Connect local Codex usage to a Codex Usage Profile.",

@@ -35,3 +35,3 @@ "keywords": [

"dependencies": {
"codex-usage-analyzer": "0.2.0"
"codex-usage-analyzer": "0.4.1"
},

@@ -38,0 +38,0 @@ "scripts": {

@@ -5,5 +5,9 @@ # codex-usage-profile

The public release line starts at `codex-usage-profile@0.1.0`. This package is
the immutable `0.1.1` patch, prepared for provenance publishing and production
validation through the existing staged-release gate.
> The production MVP service runs at
> `https://codex-usage-profile-stage5.meleeisdeveloping.chatgpt.site`, which is
> also the CLI default. For reproducible automation, pin `0.1.0`; for an
> also the CLI default. For reproducible automation, pin `0.1.1`; for an
> interactive first run, review the version npm displays before accepting

@@ -15,3 +19,4 @@ > `@latest`.

- Node.js 20 or newer
- A recent `codex` CLI on `PATH`
- A recent `codex` CLI on `PATH`, or on macOS a standard `ChatGPT.app` or
`Codex.app` installation under the system or user `Applications` directory
- A ChatGPT-backed Codex sign-in that supports `account/usage/read`

@@ -22,2 +27,8 @@ - A Codex Usage Profile service account linked through GitHub

Executable lookup prefers `codex` on `PATH`. If it is absent on macOS, the
analyzer checks `/Applications/ChatGPT.app`,
`/Applications/Codex.app`, `~/Applications/ChatGPT.app`, then
`~/Applications/Codex.app`. Nonstandard installations must expose the
official Codex CLI on `PATH`.
## Quick Start

@@ -55,3 +66,3 @@

CODEX_USAGE_PROFILE_TOKEN='<service-submit-token>' \
npx --yes codex-usage-profile@0.1.0 submit --json
npx --yes codex-usage-profile@0.1.1 submit --json
```

@@ -58,0 +69,0 @@

@@ -23,3 +23,3 @@ import os from "node:os";

export const CLI_VERSION = "0.1.0";
export const CLI_VERSION = "0.1.1";
export const CLI_USAGE = `Usage: codex-usage-profile <command> [options]

@@ -26,0 +26,0 @@