From 655a39b275df17b9ce0632eba58f09e08b16dc9f Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Fri, 10 Apr 2026 15:53:17 +0900 Subject: [PATCH] chore(deps): add posthog-node dependency Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f85be03a3..f8a7c5f07 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,7 @@ "jsonc-parser": "^3.3.1", "picocolors": "^1.1.1", "picomatch": "^4.0.2", + "posthog-node": "^5.29.2", "vscode-jsonrpc": "^8.2.0", "zod": "^4.3.0" },