@stjbrown/agent-knowledge 0.1.0-beta.7 → 0.1.0-beta.8
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/{chunk-LQOMGCIP.js → chunk-3O3M2KG6.js} +2 -2
- package/dist/{chunk-GR2RFQE4.js → chunk-K2TO22OI.js} +3 -2
- package/dist/chunk-K2TO22OI.js.map +1 -0
- package/dist/{chunk-PRZR6RDP.js → chunk-UIDPQHJI.js} +3 -2
- package/dist/chunk-UIDPQHJI.js.map +1 -0
- package/dist/headless.js +2 -2
- package/dist/index.js +2 -2
- package/dist/main.js +4 -4
- package/dist/{tui-QMMAC7W7.js → tui-WYFA6QZ2.js} +3 -3
- package/package.json +4 -4
- package/dist/chunk-GR2RFQE4.js.map +0 -1
- package/dist/chunk-PRZR6RDP.js.map +0 -1
- /package/dist/{chunk-LQOMGCIP.js.map → chunk-3O3M2KG6.js.map} +0 -0
- /package/dist/{tui-QMMAC7W7.js.map → tui-WYFA6QZ2.js.map} +0 -0
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
bootJanet,
|
|
6
6
|
messageText,
|
|
7
7
|
messageToolNames
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-K2TO22OI.js";
|
|
9
9
|
|
|
10
10
|
// src/headless/run.ts
|
|
11
11
|
async function runHeadless(opts) {
|
|
@@ -124,4 +124,4 @@ Janet hit a snag: ${err.message}
|
|
|
124
124
|
export {
|
|
125
125
|
runHeadless
|
|
126
126
|
};
|
|
127
|
-
//# sourceMappingURL=chunk-
|
|
127
|
+
//# sourceMappingURL=chunk-3O3M2KG6.js.map
|
|
@@ -1552,7 +1552,7 @@ function vertexProject() {
|
|
|
1552
1552
|
}
|
|
1553
1553
|
function vertexLocation() {
|
|
1554
1554
|
return process.env["GOOGLE_VERTEX_LOCATION"] || process.env["GOOGLE_CLOUD_LOCATION"] || // Default to the `global` endpoint: it serves the newest Claude models
|
|
1555
|
-
// (e.g. claude-opus-
|
|
1555
|
+
// (e.g. claude-opus-5) that regional endpoints like us-east5 may not, and
|
|
1556
1556
|
// the AI SDK special-cases it to the region-less aiplatform.googleapis.com
|
|
1557
1557
|
// host. Overridable via env for region-pinned deployments.
|
|
1558
1558
|
"global";
|
|
@@ -1607,6 +1607,7 @@ var VertexGateway = class extends MastraModelGateway {
|
|
|
1607
1607
|
apiKeyHeader: "Authorization",
|
|
1608
1608
|
gateway: this.id,
|
|
1609
1609
|
models: [
|
|
1610
|
+
"claude-opus-5",
|
|
1610
1611
|
"claude-opus-4-8",
|
|
1611
1612
|
"claude-sonnet-4-5",
|
|
1612
1613
|
"gemini-2.5-pro",
|
|
@@ -3648,4 +3649,4 @@ export {
|
|
|
3648
3649
|
messageText,
|
|
3649
3650
|
messageToolNames
|
|
3650
3651
|
};
|
|
3651
|
-
//# sourceMappingURL=chunk-
|
|
3652
|
+
//# sourceMappingURL=chunk-K2TO22OI.js.map
|