@nathapp/nax 0.70.0-canary.6 → 0.70.0-canary.7

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.
Files changed (2) hide show
  1. package/dist/nax.js +4 -4
  2. package/package.json +1 -1
package/dist/nax.js CHANGED
@@ -36432,7 +36432,7 @@ var init_acceptance_refine = __esm(() => {
36432
36432
  jsonMode: true,
36433
36433
  config: acceptanceConfigSelector,
36434
36434
  retry: { preset: "transient-network", maxAttempts: 2, baseDelayMs: 0 },
36435
- model: (_input, ctx) => ctx.config.acceptance.generateModel ?? ctx.config.acceptance.model,
36435
+ model: (_input, ctx) => ctx.config.acceptance.model,
36436
36436
  timeoutMs: (_input, ctx) => ctx.config.acceptance.timeoutMs,
36437
36437
  build(input, _ctx) {
36438
36438
  const prompt = new AcceptancePromptBuilder().buildRefinementPrompt(input.criteria, input.codebaseContext, {
@@ -60469,7 +60469,7 @@ var package_default;
60469
60469
  var init_package = __esm(() => {
60470
60470
  package_default = {
60471
60471
  name: "@nathapp/nax",
60472
- version: "0.70.0-canary.6",
60472
+ version: "0.70.0-canary.7",
60473
60473
  description: "AI Coding Agent Orchestrator \u2014 loops until done",
60474
60474
  type: "module",
60475
60475
  bin: {
@@ -60564,8 +60564,8 @@ var init_version = __esm(() => {
60564
60564
  NAX_VERSION = package_default.version;
60565
60565
  NAX_COMMIT = (() => {
60566
60566
  try {
60567
- if (/^[0-9a-f]{6,10}$/.test("4423f3a5"))
60568
- return "4423f3a5";
60567
+ if (/^[0-9a-f]{6,10}$/.test("08567b02"))
60568
+ return "08567b02";
60569
60569
  } catch {}
60570
60570
  try {
60571
60571
  const result = Bun.spawnSync(["git", "rev-parse", "--short", "HEAD"], {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nathapp/nax",
3
- "version": "0.70.0-canary.6",
3
+ "version": "0.70.0-canary.7",
4
4
  "description": "AI Coding Agent Orchestrator — loops until done",
5
5
  "type": "module",
6
6
  "bin": {