Skip to content

umbra-core v0.5.2

Choose a tag to compare

@github-actions github-actions released this 30 Jul 19:58
· 58 commits to main since this release
6671385

Added — OpenAI/Anthropic-compatible gateway support (e.g. IBM ICA)

  • CodexExecutor accepts a custom, syntactically-safe model name when
    OPENAI_BASE_URL points at a gateway (e.g. gpt-5.5-gus on IBM ICA), in addition
    to the native allowlist. The strict allowlist still applies to api.openai.com.
  • The auto-fix workflow gained openai_base_url / codex_model /
    anthropic_base_url / claude_model inputs so a run can use a gateway with the
    caller's own key (bring-your-own-key), configuring Codex via an isolated
    CODEX_HOME provider and Claude via ANTHROPIC_BASE_URL + UMBRA_CLAUDE_MODEL.

Verified live on IBM ICA: Codex (gpt-5.5-gus) and Claude (claude-opus-4-8) each
draft a fix that earns L2 through the admission pipeline.