v1.1.0

t8y2/dbxv1.1.0May 21, 2026by github-actions[bot]

AI Summary

This release introduces advanced deliberation features including a dedicated Chairman role, anti-conformity directives, and anonymization for cross-examination. It adds support for the NVIDIA NIM provider and hardens the system with new CI checks and session metadata tracking.

Key Highlights

  • NVIDIA NIM provider support with auto-detection
  • Dedicated Chairman role for synthesis
  • Anti-conformity directive for Round 2 prompts
  • Round 2 cross-examination anonymization
  • Session Metadata block appended to verdicts

New Features

  • Dedicated Codex council coordinator
  • NVIDIA NIM provider support
  • Round 2 cross-examination anonymization
  • Anti-conformity directive
  • Explicit Chairman role
  • Verdict actionability sections
  • Provider archetype for NIM seats
  • Session Metadata block
  • CI hardening

Full Release Notes


### Added
-  — dedicated Codex council coordinator
- Codex install support in  (,  flags) with reliability hardening
- NVIDIA NIM provider support () — auto-detection via 
- Round 2 cross-examination anonymization — peer Round 1 outputs are masked behind stable  labels in full and quick modes (Choi et al., arXiv:2510.07517; Karpathy )
- Anti-conformity directive — Round 2 prompts in all three modes now require members to name the specific flaw in their earlier argument before updating; defends correct prior positions against social pressure (Cui et al., Free-MAD, arXiv:2509.11035)
- Explicit Chairman role — synthesis (STEP 7, QUICK STEP 3, DUO STEP 4) is performed by a named model selected via STEP 1.7; new  flag,  block in , and a hard constraint that Chairman cannot be a panel member
- Verdict actionability sections — , ,  are now required in every verdict (full mode); quick and duo modes require subsets per the per-mode policy
-  provider archetype — fifth dispatch path alongside subagent / codex_exec / gemini_cli / ollama_run; routes NIM seats (and future Together / Fireworks / vLLM) via  with credentials resolved from  at runtime
- Session Metadata block () — appended to every verdict with , , , , , , plus best-effort token / duration estimates
- CI hardening —  for LF normalization,  (shellcheck + markdownlint),  (tarball + auto release notes from CHANGELOG on  tag),  itself

### Changed
- README updated with header image, quickstart, and open-source best practices

### Fixed
- Dead code in == Council Simulation Checklist ==
[PASS] SKILL.md exists
[PASS] SKILL.codex.md exists
[PASS] Agent definitions found (count=18)
[PASS] Provider/model slot template exists
[PASS] exploration-orthogonal profile documented in SKILL.md
[PASS] execution-lean profile documented in SKILL.md
[PASS] --models flag documented in SKILL.md
[PASS] --quick mode documented in SKILL.md
[PASS] --duo mode documented in SKILL.md
[PASS] Execution checkpoints present in SKILL.md
[PASS] Verification steps present in SKILL.md
[PASS] Round 2 anonymization wired in SKILL.md
[PASS] Round 2 anonymization wired in SKILL.codex.md
[PASS] Anti-conformity directive present in all 3 Round 2 prompts in SKILL.md
[PASS] Anti-conformity directive present in SKILL.codex.md
[PASS] Chairman role wired in SKILL.md (STEP 1.7 + --chairman flag + synthesis step)
[PASS] Chairman role wired in SKILL.codex.md
[PASS] Chairman defaults configured in auto-route-defaults.yaml
[PASS] Verdict actionability sections present in SKILL.md (Acceptable Compromises / Kill Criteria / Concrete Next Step)
[PASS] Verdict actionability sections present in SKILL.codex.md
[PASS] openai_compatible_api archetype wired in SKILL.md (dispatch + base_url + api_key_env)
[PASS] openai_compatible_api archetype wired in SKILL.codex.md
[PASS] Session Metadata schema wired in SKILL.md
[PASS] Session Metadata referenced in SKILL.codex.md
[PASS] All agents have consistent section structure
[PASS] Grounding protocols placed before Analytical Method in all agents
[PASS] All triad member agent files present
[PASS] Verdict template dedup check done
[PASS] detect-providers.sh exists and is executable
[PASS] detect-providers.sh produces valid JSON
[PASS] Auto-route defaults config exists
[PASS] --no-auto-route flag documented in SKILL.md
[PASS] --dry-route flag documented in SKILL.md
[PASS] All agents have provider_affinity in frontmatter
[PASS] shellcheck passed for install.sh
[PASS] install.sh --dry-run completed
[PASS] install summary output present
[PASS] install.sh --dry-run --copy-configs completed
[PASS] config summary output present
[PASS] install.sh --dry-run --codex completed
[PASS] Codex install summary output present

Checklist complete. that tripped ShellCheck SC2317 under CI