Skip to content

Releases: Q00/ourocode

Ourocode v0.1.8

20 May 17:23
@Q00 Q00

Choose a tag to compare

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 test passed: 869 tests, 0 failures.
  • Focused transport/interview tests passed: 39 tests, 0 failures.
  • ./scripts/package.sh produced ourocode-v0.1.8-darwin-arm64.tar.gz.

Ourocode v0.1.7

20 May 17:01
@Q00 Q00

Choose a tag to compare

Changes

  • Add Ouroboros ooo seed and ooo run workflow 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 test passed: 867 tests, 0 failures.
  • ./scripts/package.sh produced ourocode-v0.1.7-darwin-arm64.tar.gz.

v0.1.6

20 May 14:28
@Q00 Q00

Choose a tag to compare

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

20 May 05:56
@Q00 Q00

Choose a tag to compare

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

20 May 05:32
@Q00 Q00

Choose a tag to compare

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 | bash

Asset

  • ourocode-v0.1.4-darwin-arm64.tar.gz
  • SHA256: 39260d6e1f1ff34fb4c96b90e25faa9b141a0287ec22acf749bcafe51414a584

v0.1.3

20 May 05:25
@Q00 Q00

Choose a tag to compare

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 | bash

Asset

  • ourocode-v0.1.3-darwin-arm64.tar.gz
  • SHA256: 2120e7b9f758704dcd0375b7bd32c84afdfab72cad9ecc97d3ca5657d84f4344

Ourocode v0.1.2

19 May 16:37
@Q00 Q00

Choose a tag to compare

Ourocode v0.1.2 Pre-release
Pre-release

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

19 May 16:37
@Q00 Q00

Choose a tag to compare

Ourocode v0.1.1 Pre-release
Pre-release

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

19 May 16:37
@Q00 Q00

Choose a tag to compare

Ourocode v0.1.0 Pre-release
Pre-release

Initial prerelease for the installable Ourocode terminal workflow.