@hachej/boring-agent 0.1.67 → 0.1.68
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.
|
@@ -1121,7 +1121,7 @@ function readApiKeyEnv(candidates) {
|
|
|
1121
1121
|
function buildOpenAICompatibleProviderConfig(opts) {
|
|
1122
1122
|
return {
|
|
1123
1123
|
baseUrl: opts.baseUrl,
|
|
1124
|
-
apiKey: opts.apiKeyEnv
|
|
1124
|
+
apiKey: `$${opts.apiKeyEnv}`,
|
|
1125
1125
|
api: "openai-completions",
|
|
1126
1126
|
models: opts.models.map((model) => ({
|
|
1127
1127
|
id: model.id,
|
|
@@ -2453,7 +2453,7 @@ function createRuntimeLoader(config, options) {
|
|
|
2453
2453
|
};
|
|
2454
2454
|
}
|
|
2455
2455
|
async function createRuntime(config, options) {
|
|
2456
|
-
const harnessFactory = config.harnessFactory ?? (await import("./createHarness-
|
|
2456
|
+
const harnessFactory = config.harnessFactory ?? (await import("./createHarness-AKNHI4JZ.js")).createPiCodingAgentHarness;
|
|
2457
2457
|
const harnessInput = {
|
|
2458
2458
|
tools: config.tools ?? [],
|
|
2459
2459
|
cwd: config.workdir ?? DEFAULT_WORKDIR,
|
package/dist/core/index.js
CHANGED
package/dist/server/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
createAgent,
|
|
8
8
|
createAgentRuntimeBridge,
|
|
9
9
|
normalizeMeteringUsage
|
|
10
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-GP426ZQ3.js";
|
|
11
11
|
import "../chunk-WSQ5QNIY.js";
|
|
12
12
|
import {
|
|
13
13
|
FollowUpPayloadSchema,
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
registerConfiguredModelProviders,
|
|
32
32
|
setEnvDefault,
|
|
33
33
|
withPiHarnessDefaults
|
|
34
|
-
} from "../chunk-
|
|
34
|
+
} from "../chunk-7Z4K2MMT.js";
|
|
35
35
|
import {
|
|
36
36
|
safeCapture
|
|
37
37
|
} from "../chunk-AQBXNPMD.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hachej/boring-agent",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.68",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Pane-embeddable coding agent. Ships direct/local/vercel-sandbox execution modes behind one interface.",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"use-stick-to-bottom": "^1.1.6",
|
|
80
80
|
"yaml": "^2.9.0",
|
|
81
81
|
"zod": "^3.25.76",
|
|
82
|
-
"@hachej/boring-ui-kit": "0.1.
|
|
82
|
+
"@hachej/boring-ui-kit": "0.1.68"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@antithesishq/bombadil": "0.6.1",
|