Releases: Her-xanadu/opencode-auto-research
Releases · Her-xanadu/opencode-auto-research
v0.3.4 - final schema, evidence, and validation closure
Highlights
- finalizes controller-side shared schema coverage for retrieval/evidence artifacts
- aligns public evidence-pack validation with current deterministic rendering semantics
- carries forward the latest maintenance/inference split and stronger controller-first runtime from the source repository
- ships the fully green public engineering repo state after contract and validation closure
Validation
- npm test
- npm run build
Key commit
24aad40fix: finalize artifact contracts and evidence validation
v0.3.3 - final controller and validation hardening
Highlights
- hardens live-path controller contracts so Apollo, Hermes, and Athena align more closely with runtime expectations
- improves public repository validation with stronger E2E coverage for Athena paper-support veto and path-stable controller flows
- refreshes retrieval symptom handling and controller inference path wiring for the public engineering release
Validation
- npm test
- npm run build
Key commit
529032ffix: harden controller guardrails and public e2e stability
v0.3.2 - contract drift and resume hardening
Highlights
- aligns live specialist contracts with controller expectations for Apollo, Hermes, and Athena
- passes fuller proposal context to Athena and Apollo context to Hermes for true orthogonal planning
- hardens failed-task handling and clarifies resume semantics by reusing the failed proposal instead of silently branching a new one
- makes claim extraction safer by avoiding accidental overwrite of curated claims unless explicitly requested
- updates public validation to cover stricter live-contract and resume behavior
Validation
- npm test
- npm run build
Key commits
2996457fix: harden live contracts and resume semantics9297046test: cover stricter live contract and resume behavior
v0.3.1 - public repo validation hardening
Highlights
- updates the public engineering repository with the latest source alignment fixes
- keeps the maintenance/inference split and richer direction-memory logic from v0.3.0
- hardens public-repo E2E validation by relaxing timeout-sensitive controller and orchestration tests for the Desktop workspace path with spaces
Validation
- npm test
- npm run build
Key commit
509f4f7test: relax public repo e2e timeouts
v0.3.0 - maintenance/inference split and richer direction memory
Highlights
- splits the daily research-brain workflow into separate maintenance and inference chains
- adds run_maintenance_cycle.py and run_inference_cycle.py for clearer operational boundaries
- improves direction memory with failure semantics, metric-path-aware redirects, and stronger shared controller schemas
- refreshes grounding and evidence generation with metric-path and confidence-aware retrieval behavior
- documents the remote execution contract for controller-first long-running experiment workflows
Validation
- npm test
- npm run build
Key commits
882ef46feat: split research brain maintenance and inference flows08305c1test: cover scheduler split and path-aware redirects
v0.2.0 - controller-first research brain sync
Highlights
- syncs the public engineering repository with the latest controller-first runtime from the source project
- reinforces Python controller authority path and moves TypeScript orchestration into legacy compatibility
- updates shared controller schemas for session, proposal, and research context handling
- carries forward research-brain upgrades including direction memory, metric-path-aware redirect logic, and stronger evidence-pack generation
- refreshes E2E and packaging-sensitive tests to keep the public repo green
Validation
- npm test
- npm run build
Key commits
28e711ffeat: sync controller-first runtime and shared schemab6ad7a4test: align public repo with latest controller and brain flows