repotracer 0.1.8 → 1.0.0

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 +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,12 +10,14 @@ npx repotracer@latest setup
10
10
 
11
11
  The installer downloads the native binary, verifies its SHA-256 checksum, copies it to `~/.repotracer/bin/repotracer`, registers the stdio MCP server, and adds a managed routing block to `~/.codex/AGENTS.md`.
12
12
 
13
- Codex must already be installed and signed in. RepoTracer reuses that login and does not require another API key.
13
+ Codex must already be installed, but you can set up RepoTracer before signing in.
14
+ When a scout runs, RepoTracer reuses the current Codex login and provider instead
15
+ of requiring another API key.
14
16
 
15
17
  ```bash
16
18
  npm install -g @openai/codex
17
- codex login
18
19
  npx repotracer@latest setup
20
+ codex login
19
21
  repotracer doctor
20
22
  ```
21
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repotracer",
3
- "version": "0.1.8",
3
+ "version": "1.0.0",
4
4
  "description": "Get up to 60% more from your Codex limits. A cheaper model searches your repo so Codex stops burning turns on it.",
5
5
  "bin": {
6
6
  "repotracer": "bin/repotracer.js"