Skip to content

Releases: Her-xanadu/opencode-auto-research

v0.3.4 - final schema, evidence, and validation closure

15 Mar 18:13

Choose a tag to compare

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

  • 24aad40 fix: finalize artifact contracts and evidence validation

v0.3.3 - final controller and validation hardening

15 Mar 17:38

Choose a tag to compare

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

  • 529032f fix: harden controller guardrails and public e2e stability

v0.3.2 - contract drift and resume hardening

15 Mar 16:31

Choose a tag to compare

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

  • 2996457 fix: harden live contracts and resume semantics
  • 9297046 test: cover stricter live contract and resume behavior

v0.3.1 - public repo validation hardening

15 Mar 14:32

Choose a tag to compare

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

  • 509f4f7 test: relax public repo e2e timeouts

v0.3.0 - maintenance/inference split and richer direction memory

15 Mar 13:49

Choose a tag to compare

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

  • 882ef46 feat: split research brain maintenance and inference flows
  • 08305c1 test: cover scheduler split and path-aware redirects

v0.2.0 - controller-first research brain sync

15 Mar 12:38

Choose a tag to compare

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

  • 28e711f feat: sync controller-first runtime and shared schema
  • b6ad7a4 test: align public repo with latest controller and brain flows