v1.1.0
iOfficeAI/OfficeCLIv1.1.0May 21, 2026by github-actions[bot]
AI Summary
This release introduces significant enhancements to the council simulation framework, including a dedicated Codex coordinator, NVIDIA NIM provider support, and advanced reasoning features like anti-conformity directives and explicit Chairman roles. It also adds comprehensive session metadata and CI hardening measures.
Key Highlights
- Support for NVIDIA NIM provider with auto-detection via environment variables.
- Introduction of an Explicit Chairman role for synthesis steps (STEP 7, QUICK STEP 3, DUO STEP 4).
- Implementation of anti-conformity directives in Round 2 prompts to defend against social pressure.
- Mandated inclusion of actionability sections (Acceptable Compromises, Kill Criteria, Concrete Next Step) in verdicts.
- Comprehensive CI hardening including shellcheck, markdownlint, and automated release notes generation.
New Features
- Dedicated Codex council coordinator.
- Codex install support with reliability hardening (flags).
- NVIDIA NIM provider support with auto-detection.
- Round 2 cross-examination anonymization (masking peer outputs).
- Anti-conformity directive in all three Round 2 modes.
- Explicit Chairman role with synthesis step and constraints.
- Verdict actionability sections (Acceptable Compromises, Kill Criteria, Concrete Next Step).
- New provider archetype for NIM seats (routes to OpenAI-compatible API).
- Session Metadata block appended to every verdict.
- CI hardening (LF normalization, shellcheck, markdownlint, tarball).
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