v3.0.0 — Keyless Architecture (LLM Layer Removed)
·
79 commits
to main
since this release
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 keyoracle→oracle-mcpto avoid conflicts with other MCP serversfix(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
```