agentacta 1.3.2 → 1.3.3

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/README.md +4 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -14,6 +14,10 @@ One command. Zero config. Full visibility.
14
14
  npx agentacta
15
15
  ```
16
16
 
17
+ <p align="center">
18
+ <img src="screenshots/demo.gif" alt="AgentActa demo" width="800">
19
+ </p>
20
+
17
21
  ---
18
22
 
19
23
  ## Why
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentacta",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Audit trail and search engine for AI agent sessions",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -42,13 +42,13 @@
42
42
  },
43
43
  "homepage": "https://github.com/mirajchokshi/agentacta",
44
44
  "dependencies": {
45
- "better-sqlite3": "^11.0.0"
46
- },
47
- "devDependencies": {
48
- "puppeteer-core": "^24.37.3",
49
- "puppeteer-screen-recorder": "^3.0.6"
45
+ "better-sqlite3": "^12.6.2"
50
46
  },
51
47
  "engines": {
52
48
  "node": ">=18.0.0"
49
+ },
50
+ "overrides": {
51
+ "tar-fs": "^3.0.6",
52
+ "npmlog": "^7.0.1"
53
53
  }
54
54
  }