Skip to content

v3.0.0 — Keyless Architecture (LLM Layer Removed)

Choose a tag to compare

@bstevenski-capillary bstevenski-capillary released this 29 May 00:04
· 79 commits to main since this release
7c79eb4

Breaking Changes

⚡ Keyless Architecture — LLM Abstraction Layer Removed

Oracle no longer manages LLM providers, API keys, or model selection. All generation runs through the host Claude Code session. The oracle generate CLI command and multi-provider abstraction have been removed.

Migration: Remove any ORACLE_LLM_* environment variables and oracle generate calls. Use the /oracle-write-test slash command (or equivalent) inside a Claude Code session instead. See AGENTS.md for the updated workflow.

New Features

🎫 Ticket Updater

oracle ticket-update — posts a run summary as a Jira comment and transitions the ticket to the configured post-run status.

Fixes

  • fix(plugin): rename MCP server key oracleoracle-mcp to avoid conflicts with other MCP servers
  • fix(v3): remove broken AGENTS.md links left over from deleted v3 workflow files

Upgrading

```bash
pipx upgrade oracle-test-ai
oracle version # 3.0.0
```