@harperfast/agent 0.15.9 → 0.15.10
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 -6
- package/package.json +3 -3
package/dist/agent.js
CHANGED
|
@@ -285,8 +285,7 @@ function defaultInstructions() {
|
|
|
285
285
|
import { anthropic } from "@ai-sdk/anthropic";
|
|
286
286
|
import { google } from "@ai-sdk/google";
|
|
287
287
|
import { openai } from "@ai-sdk/openai";
|
|
288
|
-
import { aisdk } from "@openai/agents-extensions";
|
|
289
|
-
import "@openai/agents-extensions/ai-sdk";
|
|
288
|
+
import { aisdk } from "@openai/agents-extensions/ai-sdk";
|
|
290
289
|
import { createOllama, ollama } from "ollama-ai-provider-v2";
|
|
291
290
|
|
|
292
291
|
// agent/defaults.ts
|
|
@@ -4926,10 +4925,7 @@ function SettingsView({ isDense = false }) {
|
|
|
4926
4925
|
{
|
|
4927
4926
|
label: "<edit settings>",
|
|
4928
4927
|
isAction: true,
|
|
4929
|
-
action:
|
|
4930
|
-
bootstrapConfig(() => {
|
|
4931
|
-
});
|
|
4932
|
-
}
|
|
4928
|
+
action: bootstrapConfig
|
|
4933
4929
|
}
|
|
4934
4930
|
], [autoApproveCodeInterpreter, autoApprovePatches, autoApproveShell, monitorRateLimits]);
|
|
4935
4931
|
useInput2((_input, key) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harperfast/agent",
|
|
3
3
|
"description": "AI to help you with Harper app management",
|
|
4
|
-
"version": "0.15.
|
|
4
|
+
"version": "0.15.10",
|
|
5
5
|
"main": "dist/agent.js",
|
|
6
6
|
"repository": "github:HarperFast/harper-agent",
|
|
7
7
|
"bugs": {
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@ai-sdk/openai": "^3.0.26",
|
|
49
49
|
"@harperfast/skills": "^1.0.0",
|
|
50
50
|
"@inkjs/ui": "^2.0.0",
|
|
51
|
-
"@openai/agents": "^0.
|
|
52
|
-
"@openai/agents-extensions": "^0.
|
|
51
|
+
"@openai/agents": "^0.7.0",
|
|
52
|
+
"@openai/agents-extensions": "^0.7.0",
|
|
53
53
|
"ai": "^6.0.79",
|
|
54
54
|
"chalk": "^5.6.2",
|
|
55
55
|
"cross-spawn": "^7.0.6",
|