@ccusage/pi 18.0.5 → 18.0.7

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/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  <a href="https://deepwiki.com/ryoppippi/ccusage"><img src="https://img.shields.io/badge/DeepWiki-ryoppippi%2Fccusage-blue.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAyCAYAAAAnWDnqAAAAAXNSR0IArs4c6QAAA05JREFUaEPtmUtyEzEQhtWTQyQLHNak2AB7ZnyXZMEjXMGeK/AIi+QuHrMnbChYY7MIh8g01fJoopFb0uhhEqqcbWTp06/uv1saEDv4O3n3dV60RfP947Mm9/SQc0ICFQgzfc4CYZoTPAswgSJCCUJUnAAoRHOAUOcATwbmVLWdGoH//PB8mnKqScAhsD0kYP3j/Yt5LPQe2KvcXmGvRHcDnpxfL2zOYJ1mFwrryWTz0advv1Ut4CJgf5uhDuDj5eUcAUoahrdY/56ebRWeraTjMt/00Sh3UDtjgHtQNHwcRGOC98BJEAEymycmYcWwOprTgcB6VZ5JK5TAJ+fXGLBm3FDAmn6oPPjR4rKCAoJCal2eAiQp2x0vxTPB3ALO2CRkwmDy5WohzBDwSEFKRwPbknEggCPB/imwrycgxX2NzoMCHhPkDwqYMr9tRcP5qNrMZHkVnOjRMWwLCcr8ohBVb1OMjxLwGCvjTikrsBOiA6fNyCrm8V1rP93iVPpwaE+gO0SsWmPiXB+jikdf6SizrT5qKasx5j8ABbHpFTx+vFXp9EnYQmLx02h1QTTrl6eDqxLnGjporxl3NL3agEvXdT0WmEost648sQOYAeJS9Q7bfUVoMGnjo4AZdUMQku50McDcMWcBPvr0SzbTAFDfvJqwLzgxwATnCgnp4wDl6Aa+Ax283gghmj+vj7feE2KBBRMW3FzOpLOADl0Isb5587h/U4gGvkt5v60Z1VLG8BhYjbzRwyQZemwAd6cCR5/XFWLYZRIMpX39AR0tjaGGiGzLVyhse5C9RKC6ai42ppWPKiBagOvaYk8lO7DajerabOZP46Lby5wKjw1HCRx7p9sVMOWGzb/vA1hwiWc6jm3MvQDTogQkiqIhJV0nBQBTU+3okKCFDy9WwferkHjtxib7t3xIUQtHxnIwtx4mpg26/HfwVNVDb4oI9RHmx5WGelRVlrtiw43zboCLaxv46AZeB3IlTkwouebTr1y2NjSpHz68WNFjHvupy3q8TFn3Hos2IAk4Ju5dCo8B3wP7VPr/FGaKiG+T+v+TQqIrOqMTL1VdWV1DdmcbO8KXBz6esmYWYKPwDL5b5FA1a0hwapHiom0r/cKaoqr+27/XcrS5UwSMbQAAAABJRU5ErkJggg==" alt="DeepWiki"></a>
12
12
  </p>
13
13
 
14
- > Analyze [pi-agent](https://github.com/nicobailon/pi-agent) session usage with the same reporting experience as <code>ccusage</code>.
14
+ > Analyze [pi-agent](https://github.com/badlogic/pi-mono) session usage with the same reporting experience as <code>ccusage</code>.
15
15
 
16
16
  ## Quick Start
17
17
 
@@ -69,7 +69,7 @@ Useful environment variables:
69
69
 
70
70
  ## What is pi-agent?
71
71
 
72
- [Pi-agent](https://github.com/nicobailon/pi-agent) is an alternative Claude coding agent. It stores usage data in a similar JSONL format to Claude Code but in a different directory structure.
72
+ [Pi-agent](https://github.com/badlogic/pi-mono) is an alternative Claude coding agent. It stores usage data in a similar JSONL format to Claude Code but in a different directory structure.
73
73
 
74
74
  ## Features
75
75
 
package/dist/index.js CHANGED
@@ -896,7 +896,7 @@ async function executeCommand(cmd, ctx, name$1) {
896
896
  await resolved.run(ctx);
897
897
  }
898
898
  var name = "@ccusage/pi";
899
- var version = "18.0.5";
899
+ var version = "18.0.7";
900
900
  var description = "Pi-agent usage tracking - unified Claude Max usage across Claude Code and pi-agent";
901
901
  var require_debug = /* @__PURE__ */ __commonJSMin(((exports, module) => {
902
902
  let messages = [];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ccusage/pi",
3
3
  "type": "module",
4
- "version": "18.0.5",
4
+ "version": "18.0.7",
5
5
  "description": "Pi-agent usage tracking - unified Claude Max usage across Claude Code and pi-agent",
6
6
  "author": "ryoppippi",
7
7
  "contributors": [
@@ -12,7 +12,8 @@
12
12
  "homepage": "https://github.com/ryoppippi/ccusage#readme",
13
13
  "repository": {
14
14
  "type": "git",
15
- "url": "git+https://github.com/ryoppippi/ccusage.git"
15
+ "url": "git+https://github.com/ryoppippi/ccusage.git",
16
+ "directory": "apps/pi"
16
17
  },
17
18
  "bugs": {
18
19
  "url": "https://github.com/ryoppippi/ccusage/issues"