repotracer 0.1.1 → 0.1.3

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 (1) hide show
  1. package/package.json +8 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "repotracer",
3
- "version": "0.1.1",
4
- "description": "Local repository scout for AI coding agents. Small models search. Big models solve.",
3
+ "version": "0.1.3",
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"
7
7
  },
@@ -16,11 +16,14 @@
16
16
  },
17
17
  "keywords": [
18
18
  "mcp",
19
- "coding-agent",
20
19
  "codex",
21
- "repository",
20
+ "openai-codex",
21
+ "coding-agent",
22
22
  "code-search",
23
- "local-ai"
23
+ "repository",
24
+ "token-cost",
25
+ "rate-limit",
26
+ "rust"
24
27
  ],
25
28
  "license": "MIT",
26
29
  "homepage": "https://github.com/repotracer/repotracer#readme",