Skip to content

feat: add SYNAXI_PREDICT_AUTO for unattended model selection#16

Merged
BeadW merged 2 commits into
mainfrom
feat/auto-mode
Jun 19, 2026
Merged

feat: add SYNAXI_PREDICT_AUTO for unattended model selection#16
BeadW merged 2 commits into
mainfrom
feat/auto-mode

Conversation

@BeadW

@BeadW BeadW commented Jun 19, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds SYNAXI_PREDICT_AUTO env var support to the /synaxi-predict command
  • When set, Phase 2 skips AskUserQuestion and auto-selects the predictor's recommended model
  • Updates README with configuration instructions

How to enable

Add to your project's .claude/settings.json:

{
  "env": {
    "SYNAXI_PREDICT_AUTO": "true"
  }
}

Why

Agent swarms can't answer interactive prompts. Auto mode lets the predictor's recommendation drive model selection across unattended runs, without any human in the loop at each task dispatch.

Test plan

  • Run /synaxi-predict <task> without SYNAXI_PREDICT_AUTO set — prompt should appear as before
  • Set SYNAXI_PREDICT_AUTO=true in env, run /synaxi-predict <task> — should print Auto mode: using recommended model (...) and proceed directly to Phase 3

🤖 Generated with Claude Code

Brad Williams and others added 2 commits June 19, 2026 10:28
When SYNAXI_PREDICT_AUTO is set in a project's .claude/settings.json,
the predict skill skips the AskUserQuestion prompt and automatically
uses the predictor's recommended model, enabling agent swarms to run
without human intervention at each task dispatch.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@BeadW
BeadW merged commit 7b3a0f2 into main Jun 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant