Releases: Q00/ourocode
Ourocode v0.1.8
Changes
- Return Streamable HTTP SSE calls as soon as the JSON-RPC response arrives, even if the server keeps the stream open.
- Add a router timeout fallback so slow main-session question digestion routes back to the user instead of leaving the interview stuck.
- Keep the v0.1.7 seed/run shortcut support and improve coverage around live interview stalls.
Verification
mix testpassed: 869 tests, 0 failures.- Focused transport/interview tests passed: 39 tests, 0 failures.
./scripts/package.shproducedourocode-v0.1.8-darwin-arm64.tar.gz.
Ourocode v0.1.7
Changes
- Add Ouroboros
ooo seedandooo runworkflow shortcuts. - Preserve latest interview and generated seed context so follow-up workflow commands can continue in-session.
- Capture generated Seed YAML artifacts and route run requests to
ouroboros_start_execute_seed.
Verification
mix testpassed: 867 tests, 0 failures../scripts/package.shproducedourocode-v0.1.7-darwin-arm64.tar.gz.
v0.1.6
Interview UX and Ouroboros 0.39.1 reasoning support.\n\n- Separates interview transcript turns with horizontal rules.\n- Shows the pending interview state immediately after ooo interview is submitted.\n- Keeps the transcript visible when returning to a focused checkpoint without a rendered block.\n- Reads Ouroboros 0.39.1 interview reasoning metadata from MCP meta, _meta, structured content, and content item metadata for the right panel.
v0.1.5
Hotfix release for the interview UX flow.\n\n- Shows the original ooo interview ... prompt at the start of the interview transcript.\n- Parses Codex single-line ASK_USER responses with inline suggested options.\n- Keeps updated interview router and transcript tests in English.
v0.1.4
What's Changed
- Fix installer/backend detection when ~/.ouroboros/config.yaml contains full Ouroboros YAML with lists.
- Ourocode now scans only orchestrator.runtime_backend / llm.backend and correctly defaults to codex cli when Ouroboros backend is codex.
Install
curl -fsSL https://raw.githubusercontent.com/Q00/ourocode/release/bootstrap/install.sh | bashAsset
- ourocode-v0.1.4-darwin-arm64.tar.gz
- SHA256: 39260d6e1f1ff34fb4c96b90e25faa9b141a0287ec22acf749bcafe51414a584
v0.1.3
What's Changed
- Surface MCP interview reasoning metadata in the right panel.
- Hide echoed router prompts from the interview transcript.
- Follow the configured Ouroboros backend default, so codex-backed Ouroboros sessions do not silently default ourocode to Claude.
Install
curl -fsSL https://raw.githubusercontent.com/Q00/ourocode/release/bootstrap/install.sh | bashAsset
- ourocode-v0.1.3-darwin-arm64.tar.gz
- SHA256: 2120e7b9f758704dcd0375b7bd32c84afdfab72cad9ecc97d3ca5657d84f4344
Ourocode v0.1.2
Fixes Codex CLI interview routing by parsing router directives from real Codex stdout. Codex CLI prepends execution banners and appends a token footer, so ourocode now extracts ANSWER / ASK_USER / TOOL directives from the wrapped output instead of treating the banner as unparseable.
Ourocode v0.1.1
Fixes interview backend synchronization so the Ourocode-selected model is used for interview routing and MCP autostart. When Codex is selected, the local Ouroboros MCP server starts with codex runtime/LLM backend instead of falling back to Claude.
Ourocode v0.1.0
Initial prerelease for the installable Ourocode terminal workflow.