@posthog/agent 2.3.502 → 2.3.504
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/dist/agent.js +2 -2
- package/dist/agent.js.map +1 -1
- package/dist/posthog-api.js +1 -1
- package/dist/posthog-api.js.map +1 -1
- package/dist/server/agent-server.js +2 -2
- package/dist/server/agent-server.js.map +1 -1
- package/dist/server/bin.cjs +2 -2
- package/dist/server/bin.cjs.map +1 -1
- package/package.json +3 -3
- package/src/adapters/claude/session/options.ts +1 -1
package/dist/server/bin.cjs
CHANGED
|
@@ -8755,7 +8755,7 @@ var import_zod3 = require("zod");
|
|
|
8755
8755
|
// package.json
|
|
8756
8756
|
var package_default = {
|
|
8757
8757
|
name: "@posthog/agent",
|
|
8758
|
-
version: "2.3.
|
|
8758
|
+
version: "2.3.504",
|
|
8759
8759
|
repository: "https://github.com/PostHog/code",
|
|
8760
8760
|
description: "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
|
|
8761
8761
|
exports: {
|
|
@@ -15904,7 +15904,7 @@ function buildHooks(userHooks, onModeChange, settingsManager, logger, enrichment
|
|
|
15904
15904
|
}
|
|
15905
15905
|
var PH_EXPLORE_AGENT = {
|
|
15906
15906
|
description: 'Fast agent for exploring and understanding codebases. Use this when you need to find files by pattern (eg. "src/components/**/*.tsx"), search for code or keywords (eg. "where is the auth middleware?"), or answer questions about how the codebase works (eg. "how does the session service handle reconnects?"). When calling this agent, specify a thoroughness level: "quick" for targeted lookups, "medium" for broader exploration, or "very thorough" for comprehensive analysis across multiple locations.',
|
|
15907
|
-
model: "
|
|
15907
|
+
model: "sonnet",
|
|
15908
15908
|
prompt: `You are a fast, read-only codebase exploration agent.
|
|
15909
15909
|
|
|
15910
15910
|
Your job is to find files, search code, read the most relevant sources, and report findings clearly.
|