v5.0.0-beta.43Pre-release
Added 4
- Export the single facts record validator from memory-core
- Route visual and writing categories through Fable 5.1
- Add GPT-6 Astra prompt appends and Astra defaults for omo-opencode
- Route categories through GPT-6 Astra high
Changed 5
- Register claude-fable-5-1 everywhere the Fable 5.1 routing needs it
- Move deep routing mandate to category descriptions
- Make background the standard spawn in the GPT-5.5 prompt family and task tool description
- Use max Astra tier for ultrabrain
- Consolidate memory tool surface
Fixed 5
- Add a body-preserving frontmatter field writer to memory
- Restore the root-cause clause in the deep Astra prompt append
- Sweep remaining task examples and delegate schema to background-by-default
- Cap GitHub Copilot GPT-6 reasoning tiers at high like GPT-5
- Refresh Fable 5.1 routing assertions for categories
From oh-my-openagent
- 3460be2bc Merge pull request #7811 from code-yeongyu/release/v5.0.0-beta.43-source-state
- a2130f695 Merge pull request #7807 from code-yeongyu/fix/omo-dev-green-20260905
- 93a5e8830 Merge pull request #7808 from code-yeongyu/fix/memorian-judge-completion-policy
- 2bf127ddb Merge pull request #7806 from code-yeongyu/fix/ci-model-core-requirements
- 8181c28f3 fix(model-core,telemetry): register claude-fable-5-1 everywhere the Fable 5.1 routing needs it
- a722ee320 Merge pull request #7804 from code-yeongyu/fix/memory-notice-wiring-test-drift
- fd1d0dbbc Merge pull request #7800 from code-yeongyu/fix/ulw-monitor-routing
- 23074f20d Merge pull request #7803 from code-yeongyu/feat/facts-in-process
- 983755a64 feat(memory-core): export the single facts record validator
- 021aaf8cf Merge pull request #7799 from code-yeongyu/fix/visual-design-deep-category-guidance
- f0d9ae7fc move deep routing mandate to category descriptions
- c01d126bc refine visual and deep category guidance
- fd6f996c8 Merge pull request #7798 from code-yeongyu/feat/fable-5-1-visual-writing-routing
- 6c75efe35 test(omo-opencode): route visual-engineering config to Fable 5.1
- 8606cedaa test(prometheus): preserve Fable 5.1 effort variant
- a7d3c58dc test(omo-opencode): align Fable 5.1 default assertions
- b85662db0 fix(categories): refresh Fable 5.1 routing assertions
- 516254643 fix(categories): update Fable 5.1 compatibility fixtures
- 79d666ad0 docs(categories): document Fable 5.1 routing chains
- 2988839da test(categories): align mirrors with Fable 5.1 routing
- 2d03a69b3 feat(categories): route visual and writing through Fable 5.1
- e416cf2a6 test(model-core): pin Fable 5.1 category routing
- 9d39e8605 Merge pull request #7797 from code-yeongyu/fix/async-first-remaining-task-examples
- b1f08ffd8 test(evidence): record the async-first sweep renders
- 1badc489e fix(omo-opencode,delegate-core,prompts-core): sweep the remaining task examples and the delegate schema to background-by-default
- 3bd08b366 Merge pull request #7795 from code-yeongyu/feat/gpt-6-astra-async-first
- 004aed716 test(evidence): add the fan-out regression sample to the async-first backtest
- b1c7bd39c test(evidence): record the gpt-6-astra async-first live backtest
- 8d0586ca6 fix(omo-opencode): make background the standard spawn in the GPT-5.5 prompt family and the task tool description
- 143868ad0 Merge pull request #7796 from code-yeongyu/feat/gpt-6-astra-momus
- e857acb19 test(evidence): record the momus Astra resolution proof and cleanup receipt
- 04d7f2b1c Merge pull request #7762 from code-yeongyu/fix/skill-frontmatter-body-preserving
- 1594610fd test(evidence): record the momus GPT-6 Astra RED and GREEN runs
- 25fa01c3a Merge pull request #7794 from code-yeongyu/refactor/memory-tool-surface-consolidation
- 6fd53f2cf refactor: consolidate memory tool surface
- 0c5b1afa9 docs: pin momus to the GPT-6 Astra chain
- 2d2ad3ce5 fix(memory): add a body-preserving frontmatter field writer
- 7c839408e Merge pull request #7793 from code-yeongyu/fix/astra-deep-root-cause
- 273880b26 fix(categories): restore the root-cause clause in the deep Astra prompt append
- 058b15b75 Merge pull request #7792 from code-yeongyu/feat/gpt-6-astra-category-prompts
- a9dc2ad56 docs(evidence): record the GPT-6 Astra category prompt verification run
- cfee1670d refine: tighten the Astra ultrabrain/deep appends, update docs and changelog, follow Astra defaults in remaining omo-opencode tests
- 21a28c8c2 feat(omo-opencode): GPT-6 Astra prompt appends, Astra defaults, and an either-flagship gate for the category twins
- 0e048206e Merge pull request #7791 from code-yeongyu/fix/js-first-eval-docs
- 8b8b1743c docs: present eval examples with JavaScript first
- f31055b2b Merge pull request #7789 from code-yeongyu/docs/gpt-6-astra
- 41717a68a Merge pull request #7790 from code-yeongyu/feat/gpt-6-astra-routing
- c9de902e4 fix(model-core): cap GitHub Copilot GPT-6 reasoning tiers at high like GPT-5
- 544d7288c test(evidence): document Astra max Copilot resolution
- b893cfee1 test(evidence): fix resolution proof imports
- 41ec745e3 test(model-core): clarify Astra max category assertions
- 9e6dfcf28 test(evidence): record GPT-6 Astra routing RED and GREEN
- 5aa6a3e2c test(model-core): align Copilot Astra tier expectations
- d356a5497 docs: pin the ultrabrain default to GPT-6 Astra max
- 8d2f9d67d fix(model-core): use max Astra tier for ultrabrain
- 33286fda7 test(model-core): cover Astra fast alias diagnostics
- 0fe0ac98f feat(model-core): route categories through GPT-6 Astra high
- 047014595 docs: mirror the built-in agent chains without vercel or quotio rungs
- 32aedf541 docs: describe GPT-6 Astra as the recommended GPT flagship and category default
- d4c627165 test(model-core): add failing GPT-6 Astra routing assertions
- 18e514f0f Merge pull request #7766 from code-yeongyu/feat/memorian-in-process
- ad075253a ci(diagnostic): on a stale sidecar check, print the runner's rebuild divergence (temporary)
- 3ec09ec1e ci(diagnostic): print the runner-built omo-task.js divergence on the bundle check
- 07e30350b Merge pull request #7776 from code-yeongyu/fix/dag-runtime-within-budget
- 0a5dab201 Merge pull request #7780 from code-yeongyu/fix/ci-test-timeout-per-file
- 5905fa6aa Merge origin/dev into feat/memorian-in-process
- f1e09b4c5 wip: package.json multi-file scripts carry the budget
- 1dbbcb3ec wip: move pinned invocations + quarantine single source
- 89957ad93 Merge pull request #7782 from code-yeongyu/fix/dag-lock-wait
- 40e49d530 Merge pull request #7784 from code-yeongyu/fix/publish-readiness-test-windows
- 13e09782d test(publish): stub npm and sleep as bash functions, not PATH executables
- 928aa8571 Merge pull request #7781 from code-yeongyu/fix/publish-readiness-budget
- 546bb50cc Merge origin/dev into feat/memorian-in-process
- 4c3b6a586 Merge pull request #7779 from code-yeongyu/fix/publish-stale-stamp-reuse
- 2d3eca4c2 fix(publish): wait for npm propagation as long as npm says it can take
- 481f32a44 test(publish): pin the head-equality reuse guard as a resumability contract
- e06646bd3 fix(publish): refuse to reuse a release commit that is not the base head
- 638c0c474 Merge remote-tracking branch 'origin/dev' into feat/memorian-in-process
- 62bb5e581 test(memory-core): isolate pending payload validation
- c8e94749c fix(memory): validate pending recall payloads
- b634ca135 fix(memory-core): escape recalled memory paths
- 86b261b6b fix(memory-core): harden sync secret redaction
- c1387c55e fix(memory-core): mask every secret occurrence in sync redaction
- a5e61e578 fix(memory): reject secret-bearing and delimiter-breaking nudge hints
- 88dd16bec docs(memory): update memorian gate rows for the in-process judge
Thank you to 1 community contributor:
- @sisyphus-dev-ai:
- Merge pull request #7811 from code-yeongyu/release/v5.0.0-beta.43-source-state