@posthog/agent 2.1.8 → 2.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/dist/agent.js +2 -2
- package/dist/agent.js.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/server/agent-server.js +6 -6
- package/dist/server/agent-server.js.map +1 -1
- package/dist/server/bin.cjs +6 -6
- package/dist/server/bin.cjs.map +1 -1
- package/package.json +1 -1
- package/src/adapters/claude/session/options.ts +1 -1
package/dist/agent.js
CHANGED
|
@@ -276,7 +276,7 @@ import { v7 as uuidv7 } from "uuid";
|
|
|
276
276
|
// package.json
|
|
277
277
|
var package_default = {
|
|
278
278
|
name: "@posthog/agent",
|
|
279
|
-
version: "2.1.
|
|
279
|
+
version: "2.1.13",
|
|
280
280
|
repository: "https://github.com/PostHog/twig",
|
|
281
281
|
description: "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
|
|
282
282
|
exports: {
|
|
@@ -2201,7 +2201,7 @@ import * as path2 from "path";
|
|
|
2201
2201
|
var BRANCH_NAMING_INSTRUCTIONS = `
|
|
2202
2202
|
# Branch Naming
|
|
2203
2203
|
|
|
2204
|
-
|
|
2204
|
+
When working in a detached HEAD state, create a descriptive branch name based on the work being done before committing. Do this automatically without asking the user.
|
|
2205
2205
|
`;
|
|
2206
2206
|
function buildSystemPrompt(customPrompt) {
|
|
2207
2207
|
const defaultPrompt = {
|