@posthog/agent 2.1.98 → 2.1.105
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 -1
- 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 -1
- package/dist/server/agent-server.js.map +1 -1
- package/dist/server/bin.cjs +2 -1
- package/dist/server/bin.cjs.map +1 -1
- package/package.json +1 -1
- package/src/adapters/claude/session/models.ts +1 -0
package/dist/server/bin.cjs
CHANGED
|
@@ -904,7 +904,7 @@ var import_hono = require("hono");
|
|
|
904
904
|
// package.json
|
|
905
905
|
var package_default = {
|
|
906
906
|
name: "@posthog/agent",
|
|
907
|
-
version: "2.1.
|
|
907
|
+
version: "2.1.105",
|
|
908
908
|
repository: "https://github.com/PostHog/twig",
|
|
909
909
|
description: "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
|
|
910
910
|
exports: {
|
|
@@ -3123,6 +3123,7 @@ var GATEWAY_TO_SDK_MODEL = {
|
|
|
3123
3123
|
"claude-opus-4-5": "opus",
|
|
3124
3124
|
"claude-opus-4-6": "opus",
|
|
3125
3125
|
"claude-sonnet-4-5": "sonnet",
|
|
3126
|
+
"claude-sonnet-4-6": "sonnet",
|
|
3126
3127
|
"claude-haiku-4-5": "haiku"
|
|
3127
3128
|
};
|
|
3128
3129
|
function toSdkModelId(modelId) {
|