@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/package.json
CHANGED
|
@@ -37,7 +37,7 @@ export interface BuildOptionsParams {
|
|
|
37
37
|
const BRANCH_NAMING_INSTRUCTIONS = `
|
|
38
38
|
# Branch Naming
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
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.
|
|
41
41
|
`;
|
|
42
42
|
|
|
43
43
|
export function buildSystemPrompt(
|