@zachjxyz/moxie 0.3.4 → 0.3.5
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/bin/moxie +1 -1
- package/lib/gateway-cost.mjs +1 -1
- package/package.json +1 -1
package/bin/moxie
CHANGED
package/lib/gateway-cost.mjs
CHANGED
|
@@ -18,7 +18,7 @@ const url = new URL(`${endpoint}/v1/report`);
|
|
|
18
18
|
url.searchParams.set('start_date', startDate);
|
|
19
19
|
url.searchParams.set('end_date', endDate);
|
|
20
20
|
url.searchParams.set('group_by', 'tag');
|
|
21
|
-
url.searchParams.set('
|
|
21
|
+
url.searchParams.set('tags', 'project:moxie');
|
|
22
22
|
|
|
23
23
|
const isHttps = url.protocol === 'https:';
|
|
24
24
|
const mod = isHttps ? https : http;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zachjxyz/moxie",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"description": "Run multiple AI coding agents through spec-driven phases with quorum convergence. Supports CLI agents (Claude, Codex, Qwen, Aider, Goose, Amp, Cline, Roo) and Vercel AI Gateway models.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"moxie": "bin/moxie"
|