v1.1.0
passteque/gluetunv1.1.0May 21, 2026by github-actions[bot]
AI Summary
This release introduces advanced deliberation features, including support for NVIDIA NIM providers, structured cross-examination anonymization, and enhanced CI/CD pipelines.
Key Highlights
- Added NVIDIA NIM provider support with auto-detection.
- Implemented Round 2 cross-examination anonymization and anti-conformity directives.
- Introduced an explicit Chairman role for synthesis steps.
- Added session metadata blocks to verdicts.
- Hardened CI pipelines with shellcheck and markdownlint.
New Features
- Codex council coordinator
- NIM provider archetype
- Round 2 anonymization
- Anti-conformity directive
- Chairman role
- Verdict actionability sections
- 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