agentlogs 0.0.14 → 0.1.1

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 (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +160 -149
  3. package/package.json +7 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@ CLI for uploading and syncing AI coding agent transcripts to [AgentLogs](https:/
6
6
 
7
7
  ```bash
8
8
  # Authenticate
9
- npx agentlogs login
9
+ npx agentlogs login agentlogs.ai
10
10
  npx agentlogs status
11
11
  npx agentlogs logout
12
12