@vibe-cafe/vibe-usage 0.6.4 → 0.6.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/reset.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibe-cafe/vibe-usage",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "Track your AI coding tool token usage and sync to vibecafe.ai",
5
5
  "type": "module",
6
6
  "bin": {
package/src/reset.js CHANGED
@@ -25,7 +25,7 @@ export async function runReset(args = []) {
25
25
  process.exit(1);
26
26
  }
27
27
 
28
- const currentHost = getHostname();
28
+ const currentHost = getHostname().replace(/\.local$/, '');
29
29
  const apiUrl = config.apiUrl || 'https://vibecafe.ai';
30
30
 
31
31
  if (hostOnly) {