agentlogs 0.0.10 → 0.0.11

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 +8 -24
  2. package/dist/index.js +110 -58
  3. package/package.json +3 -1
package/README.md CHANGED
@@ -2,38 +2,22 @@
2
2
 
3
3
  CLI for uploading and syncing AI coding agent transcripts to [AgentLogs](https://agentlogs.ai).
4
4
 
5
- ## Install
6
-
7
- ```bash
8
- npm install -g agentlogs
9
- ```
10
-
11
5
  ## Usage
12
6
 
13
7
  ```bash
14
8
  # Authenticate
15
- agentlogs login
16
- agentlogs status
17
- agentlogs logout
18
-
19
- # Claude Code
20
- agentlogs claudecode upload <transcript.jsonl>
21
- agentlogs claudecode sync # sync all local transcripts
22
- agentlogs claudecode hook # for use with Claude Code hooks
23
-
24
- # Codex
25
- agentlogs codex upload <transcript.jsonl>
26
-
27
- # OpenCode
28
- agentlogs opencode upload <sessionId>
29
- agentlogs opencode hook
9
+ npx agentlogs login
10
+ npx agentlogs status
11
+ npx agentlogs logout
30
12
 
31
13
  # Repository settings
32
- agentlogs allow --public # allow capture for current repo
33
- agentlogs deny # deny capture for current repo
34
- agentlogs settings # view/modify settings
14
+ npx agentlogs allow --public # allow capture for current repo
15
+ npx agentlogs deny # deny capture for current repo
16
+ npx agentlogs settings # view/modify settings
35
17
  ```
36
18
 
19
+ For agent specific commands, see the [agent specific documentation](https://agentlogs.ai/docs/agents).
20
+
37
21
  ## License
38
22
 
39
23
  MIT