@quantiya/codevibe 1.0.20 → 1.0.22
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/bin/codevibe-claude +2 -1
- package/bin/codevibe-codex +2 -1
- package/bin/codevibe-gemini +2 -1
- package/package.json +5 -5
package/bin/codevibe-claude
CHANGED
|
@@ -62,9 +62,10 @@ fi
|
|
|
62
62
|
|
|
63
63
|
# Activation telemetry (background, non-blocking, no PII)
|
|
64
64
|
_CID="$(echo "$(uname -n)-$(id -u)" | (sha256sum 2>/dev/null || shasum -a 256 2>/dev/null || echo "anonymous-fallback ") | cut -c1-36)"
|
|
65
|
+
_SRC="${CODEVIBE_TELEMETRY_SOURCE:-production}"
|
|
65
66
|
curl -s -X POST "https://www.google-analytics.com/mp/collect?measurement_id=G-GS74YEQTB8&api_secret=lAfOF6OxRzSQ-NsLBRjhAg" \
|
|
66
67
|
-H "Content-Type: application/json" \
|
|
67
|
-
-d "{\"client_id\":\"${_CID}\",\"events\":[{\"name\":\"wrapper_launched\",\"params\":{\"agent\":\"claude\",\"platform\":\"$(uname -s)\"}}]}" \
|
|
68
|
+
-d "{\"client_id\":\"${_CID}\",\"events\":[{\"name\":\"wrapper_launched\",\"params\":{\"agent\":\"claude\",\"platform\":\"$(uname -s)\",\"source\":\"${_SRC}\"}}]}" \
|
|
68
69
|
>/dev/null 2>&1 &
|
|
69
70
|
|
|
70
71
|
exec "$DELEGATE" "$@"
|
package/bin/codevibe-codex
CHANGED
|
@@ -61,9 +61,10 @@ fi
|
|
|
61
61
|
|
|
62
62
|
# Activation telemetry (background, non-blocking, no PII)
|
|
63
63
|
_CID="$(echo "$(uname -n)-$(id -u)" | (sha256sum 2>/dev/null || shasum -a 256 2>/dev/null || echo "anonymous-fallback ") | cut -c1-36)"
|
|
64
|
+
_SRC="${CODEVIBE_TELEMETRY_SOURCE:-production}"
|
|
64
65
|
curl -s -X POST "https://www.google-analytics.com/mp/collect?measurement_id=G-GS74YEQTB8&api_secret=lAfOF6OxRzSQ-NsLBRjhAg" \
|
|
65
66
|
-H "Content-Type: application/json" \
|
|
66
|
-
-d "{\"client_id\":\"${_CID}\",\"events\":[{\"name\":\"wrapper_launched\",\"params\":{\"agent\":\"codex\",\"platform\":\"$(uname -s)\"}}]}" \
|
|
67
|
+
-d "{\"client_id\":\"${_CID}\",\"events\":[{\"name\":\"wrapper_launched\",\"params\":{\"agent\":\"codex\",\"platform\":\"$(uname -s)\",\"source\":\"${_SRC}\"}}]}" \
|
|
67
68
|
>/dev/null 2>&1 &
|
|
68
69
|
|
|
69
70
|
exec "$DELEGATE" "$@"
|
package/bin/codevibe-gemini
CHANGED
|
@@ -61,9 +61,10 @@ fi
|
|
|
61
61
|
|
|
62
62
|
# Activation telemetry (background, non-blocking, no PII)
|
|
63
63
|
_CID="$(echo "$(uname -n)-$(id -u)" | (sha256sum 2>/dev/null || shasum -a 256 2>/dev/null || echo "anonymous-fallback ") | cut -c1-36)"
|
|
64
|
+
_SRC="${CODEVIBE_TELEMETRY_SOURCE:-production}"
|
|
64
65
|
curl -s -X POST "https://www.google-analytics.com/mp/collect?measurement_id=G-GS74YEQTB8&api_secret=lAfOF6OxRzSQ-NsLBRjhAg" \
|
|
65
66
|
-H "Content-Type: application/json" \
|
|
66
|
-
-d "{\"client_id\":\"${_CID}\",\"events\":[{\"name\":\"wrapper_launched\",\"params\":{\"agent\":\"gemini\",\"platform\":\"$(uname -s)\"}}]}" \
|
|
67
|
+
-d "{\"client_id\":\"${_CID}\",\"events\":[{\"name\":\"wrapper_launched\",\"params\":{\"agent\":\"gemini\",\"platform\":\"$(uname -s)\",\"source\":\"${_SRC}\"}}]}" \
|
|
67
68
|
>/dev/null 2>&1 &
|
|
68
69
|
|
|
69
70
|
exec "$DELEGATE" "$@"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quantiya/codevibe",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.22",
|
|
4
4
|
"description": "CodeVibe — Control Claude Code, Gemini CLI, and Codex CLI from your iPhone and Android. Real-time sync, voice prompts, approve file edits, E2E encrypted.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"codevibe": "./bin/codevibe",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"LICENSE"
|
|
15
15
|
],
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@quantiya/codevibe-claude-plugin": "^1.0.
|
|
18
|
-
"@quantiya/codevibe-codex-plugin": "^1.0.
|
|
19
|
-
"@quantiya/codevibe-core": "^1.0.
|
|
20
|
-
"@quantiya/codevibe-gemini-plugin": "^1.0.
|
|
17
|
+
"@quantiya/codevibe-claude-plugin": "^1.0.21",
|
|
18
|
+
"@quantiya/codevibe-codex-plugin": "^1.0.15",
|
|
19
|
+
"@quantiya/codevibe-core": "^1.0.13",
|
|
20
|
+
"@quantiya/codevibe-gemini-plugin": "^1.0.16"
|
|
21
21
|
},
|
|
22
22
|
"keywords": [
|
|
23
23
|
"codevibe",
|