@exodus/xqa 2.0.0 → 2.0.1
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/xqa.cjs +1 -3
- package/package.json +1 -1
package/dist/xqa.cjs
CHANGED
|
@@ -86677,7 +86677,6 @@ minimatch.unescape = unescape2;
|
|
|
86677
86677
|
|
|
86678
86678
|
// ../../agents/triager/dist/index.js
|
|
86679
86679
|
var MAX_TOKENS3 = 1024;
|
|
86680
|
-
var THINKING_BUDGET_TOKENS = 1024;
|
|
86681
86680
|
var TEMPERATURE3 = 0;
|
|
86682
86681
|
var TOOL_NAME = "select_test_groups";
|
|
86683
86682
|
var pickSchema = external_exports2.object({
|
|
@@ -86742,7 +86741,6 @@ async function fetchSelection(options2) {
|
|
|
86742
86741
|
model,
|
|
86743
86742
|
max_tokens: MAX_TOKENS3,
|
|
86744
86743
|
temperature: TEMPERATURE3,
|
|
86745
|
-
thinking: { type: "enabled", budget_tokens: THINKING_BUDGET_TOKENS },
|
|
86746
86744
|
tools: [TOOL_DEFINITION],
|
|
86747
86745
|
tool_choice: { type: "tool", name: TOOL_NAME },
|
|
86748
86746
|
messages: [{ role: "user", content: prompt }]
|
|
@@ -92171,7 +92169,7 @@ function resolveXqaDirectory() {
|
|
|
92171
92169
|
return result.value;
|
|
92172
92170
|
}
|
|
92173
92171
|
var program2 = new Command();
|
|
92174
|
-
program2.name("xqa").description("AI-powered QA agent CLI").version(`${"2.0.
|
|
92172
|
+
program2.name("xqa").description("AI-powered QA agent CLI").version(`${"2.0.1"}${false ? ` (dev build +${"ffb240b"})` : ""}`);
|
|
92175
92173
|
program2.command("init").description("Initialize a new xqa project in the current directory").action(() => {
|
|
92176
92174
|
runInitCommand();
|
|
92177
92175
|
});
|