Releases: phoenixlink-cloud/orion-agent
Orion Agent v10.0.4
Full Changelog: v10.0.3...v10.0.4
Full Changelog: v10.0.3...v10.0.4
v10.0.3 — Workspace Decision UI
What's New in v10.0.3
Workspace Decision UI — Smart Session Start
When starting a new autonomous session, Orion now detects existing files in your workspace and asks how to proceed — no more accidentally overwriting your work or starting from scratch when you meant to continue.
New Project — clears the workspace and starts fresh
Continue Existing — builds on your current files
New API Endpoints
GET /api/ara/workspace— list files in the resolved workspace directoryDELETE /api/ara/workspace— clear user project files (preserves.gitand hidden dirs)
Backend
project_modeparameter (auto/new/continue) oncmd_work()andPOST /api/ara/work_resolve_workspace()readsdefault_workspacefrom~/.orion/settings.jsoncmd_workspace_list()andcmd_workspace_clear()helper functions
Frontend
- Workspace decision overlay in the New Session form
- Shows file list with scrollable preview (up to 15 files + count)
- New Project / Continue Existing / Cancel action buttons
Testing
- 24 new tests — 19 unit tests + 5 E2E API tests
- 1828 total tests passing across the full suite
Upgrade
pip install --upgrade orion-agentFull changelog: CHANGELOG.md
v10.0.2 — PIN Management & Critical Bug Fixes
Orion Agent v10.0.2 — PIN Management & Critical Bug Fixes
What's New
PIN Management — Full Web UI Control
Previously, PIN authentication for autonomous sessions could only be managed via the CLI. Now you can set, change, and verify your PIN directly from the Web UI.
- PIN Management card in ARA Settings tab — set your initial PIN or change an existing one
- Secure verification flow — changing a PIN requires entering your current PIN first
- 3 new API endpoints for programmatic PIN lifecycle management:
- GET /api/ara/auth/pin/status — check if configured
- POST /api/ara/auth/pin — set or change
- POST /api/ara/auth/pin/verify — verify
Bug Fixes
Workspace fallback crash — cmd_work() would fail when run under systemd or from non-project directories because it fell back to Path.cwd(). It now reads your configured default_workspace from ~/.orion/settings.json first.
Consent Gates silent failure — clicking Approve on the Consent Gates tab would silently fail when PIN authentication was required. The approve flow now prompts for your PIN via a modal dialog and shows inline success/error feedback directly on the Consent Gates tab.
Testing
- 17 new E2E API tests covering the full PIN lifecycle (set, change, verify, validation, error handling)
- 690+ total tests passing across the entire test suite
- Next.js build verified with zero TypeScript errors
Upgrade
\\�ash
pip install --upgrade orion-agent
\\
Full changelog: CHANGELOG.md
Orion Agent v10.0.1
What's Changed
- feat: ARA Web UI inline accordion for Skills & Roles + skill editor API by @phoenixlink-cloud in #2
Full Changelog: v10.0.0...v10.0.1
What's Changed
- feat: ARA Web UI inline accordion for Skills & Roles + skill editor API by @phoenixlink-cloud in #2
Full Changelog: v10.0.0...v10.0.1
Orion Agent v10.0.0
What's Changed
- Feature/ara UI audit fixes by @phoenixlink-cloud in #1
New Contributors
- @phoenixlink-cloud made their first contribution in #1
Full Changelog: v7.4.0...v10.0.0
What's Changed
- Feature/ara UI audit fixes by @phoenixlink-cloud in #1
New Contributors
- @phoenixlink-cloud made their first contribution in #1
Full Changelog: v7.4.0...v10.0.0
Orion Agent v7.4.0-beta — Initial Public Release
The first public release of Orion Agent — a self-improving, multi-agent AI coding assistant.
This is a beta release. The core functionality is stable and tested (412 tests passing), but some features are still under development. We welcome feedback and contributions.
Highlights
- 🤖 Multi-Agent Architecture — Builder, Reviewer, and Governor deliberate on every task
- 🧠 Three-Tier Memory — Persistent learning across sessions, projects, and time
- 🛡️ AEGIS Governance — Hardened security gate with 6 invariants
- 📚 Knowledge Distillation — Learns from your feedback
- 🔌 11 LLM Providers — OpenAI, Anthropic, Ollama, Google, Groq, and more
Installation
pip install orion-agentQuick Start
orion
> /workspace /path/to/project
> /mode pro
> Explain the authentication flowDocumentation
Full documentation: docs/
License
Dual licensed:
- Open Source: AGPL-3.0
- Commercial: Contact Phoenix Link
Support Development
Built by Phoenix Link (Pty) Ltd