@granular-software/sdk 0.4.53 → 0.4.55
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-evals.d.mts +1 -1
- package/dist/agent-evals.d.ts +1 -1
- package/dist/agent-evals.js +23 -13
- package/dist/agent-evals.js.map +1 -1
- package/dist/agent-evals.mjs +23 -13
- package/dist/agent-evals.mjs.map +1 -1
- package/dist/agent-harness.js +6 -6
- package/dist/agent-harness.js.map +1 -1
- package/dist/agent-harness.mjs +6 -6
- package/dist/agent-harness.mjs.map +1 -1
- package/dist/cli/index.js +19 -8
- package/dist/{client-CfTDojJF.d.mts → client-BKde5VzV.d.ts} +8 -1
- package/dist/{client-DcRzwuGp.d.ts → client-DL4S9uRc.d.mts} +8 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +16 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/agent-harness.js
CHANGED
|
@@ -12,8 +12,8 @@ var manifest_default = {
|
|
|
12
12
|
continuationBuilder: "buildContinuationInstruction:action-presentation",
|
|
13
13
|
modelOutputInstruction: "agent-evals:modelOutputInstruction",
|
|
14
14
|
codeReviewPolicy: "reviewGeneratedJobCode",
|
|
15
|
-
defaultModel: "gpt-5.
|
|
16
|
-
modelMatrix: ["gpt-5.
|
|
15
|
+
defaultModel: "gpt-5.6-luna",
|
|
16
|
+
modelMatrix: ["gpt-5.6-luna"],
|
|
17
17
|
temperature: 0,
|
|
18
18
|
compatibility: {
|
|
19
19
|
minSdkVersion: "0.4.40",
|
|
@@ -59,8 +59,8 @@ var manifest_default2 = {
|
|
|
59
59
|
continuationBuilder: "buildContinuationInstruction:experimental-compact",
|
|
60
60
|
modelOutputInstruction: "agent-evals:modelOutputInstruction",
|
|
61
61
|
codeReviewPolicy: "reviewGeneratedJobCode",
|
|
62
|
-
defaultModel: "gpt-5.
|
|
63
|
-
modelMatrix: ["gpt-5.
|
|
62
|
+
defaultModel: "gpt-5.6-luna",
|
|
63
|
+
modelMatrix: ["gpt-5.6-luna"],
|
|
64
64
|
temperature: 0,
|
|
65
65
|
compatibility: {
|
|
66
66
|
minSdkVersion: "0.4.40",
|
|
@@ -106,8 +106,8 @@ var manifest_default3 = {
|
|
|
106
106
|
continuationBuilder: "buildContinuationInstruction",
|
|
107
107
|
modelOutputInstruction: "agent-evals:modelOutputInstruction",
|
|
108
108
|
codeReviewPolicy: "reviewGeneratedJobCode",
|
|
109
|
-
defaultModel: "gpt-5.
|
|
110
|
-
modelMatrix: ["gpt-5.
|
|
109
|
+
defaultModel: "gpt-5.6-luna",
|
|
110
|
+
modelMatrix: ["gpt-5.6-luna"],
|
|
111
111
|
temperature: 0,
|
|
112
112
|
compatibility: {
|
|
113
113
|
minSdkVersion: "0.4.40",
|