agentlytics 0.1.12 → 0.1.13
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentlytics",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"description": "Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravity, OpenCode, Command Code",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -104,7 +104,7 @@ export default function ShareModal({ open, onClose }) {
|
|
|
104
104
|
|
|
105
105
|
const handleShareTwitter = async () => {
|
|
106
106
|
await handleDownloadPng()
|
|
107
|
-
const text = encodeURIComponent("Here's my agentic coding stats using
|
|
107
|
+
const text = encodeURIComponent("Here's my agentic coding stats using agentlytics.io\n\nrun `npx agentlytics` to get yours ✨\n\ngithub.com/f/agentlytics")
|
|
108
108
|
window.open(`https://x.com/intent/post?text=${text}`, '_blank')
|
|
109
109
|
}
|
|
110
110
|
|