zepapagaio 0.1.2 → 0.1.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.
- package/install.sh +7 -0
- package/package.json +1 -1
package/install.sh
CHANGED
|
@@ -679,3 +679,10 @@ fi
|
|
|
679
679
|
say " • Desinstalar (se precisar): ${BOLD}./uninstall.sh${RESET}"
|
|
680
680
|
say " • Problemas? ${BLUE}docs/troubleshooting.md${RESET}"
|
|
681
681
|
say ""
|
|
682
|
+
|
|
683
|
+
# ───────── ping anônimo (conta instalações) ─────────
|
|
684
|
+
# Silencioso, em background, sem bloquear. Só conta IP único.
|
|
685
|
+
# Nenhum dado pessoal é enviado além do IP (que o servidor já vê em qualquer request).
|
|
686
|
+
curl -sf -X POST https://zepapagaio.com/api/ping \
|
|
687
|
+
-H "Content-Type: application/json" \
|
|
688
|
+
--max-time 5 >/dev/null 2>&1 &
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zepapagaio",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Zé Papagaio — memória persistente pro seu Claude Code. Instala vault + RAG + knowledge graph + cache + storage + multimodal rodando 100% local em containers. Beta aberto em https://zepapagaio.com",
|
|
5
5
|
"bin": {
|
|
6
6
|
"zepapagaio": "bin/zepapagaio.js"
|