Skip to content

Releases: phoenixlink-cloud/orion-agent

Orion Agent v10.0.4

23 Feb 14:07

Choose a tag to compare

v10.0.3 — Workspace Decision UI

19 Feb 20:16

Choose a tag to compare

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 directory
  • DELETE /api/ara/workspace — clear user project files (preserves .git and hidden dirs)

Backend

  • project_mode parameter (auto/new/continue) on cmd_work() and POST /api/ara/work
  • _resolve_workspace() reads default_workspace from ~/.orion/settings.json
  • cmd_workspace_list() and cmd_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-agent

Full changelog: CHANGELOG.md

v10.0.2 — PIN Management & Critical Bug Fixes

19 Feb 18:24

Choose a tag to compare

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

19 Feb 14:12

Choose a tag to compare

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

16 Feb 23:59

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.4.0...v10.0.0

What's Changed

New Contributors

Full Changelog: v7.4.0...v10.0.0

Orion Agent v7.4.0-beta — Initial Public Release

11 Feb 18:18

Choose a tag to compare

The first public release of Orion Agent — a self-improving, multi-agent AI coding assistant.

⚠️ Beta Notice

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

Quick Start

orion
> /workspace /path/to/project
> /mode pro
> Explain the authentication flow

Documentation

Full documentation: docs/

License

Dual licensed:

Support Development

Support Orion


Built by Phoenix Link (Pty) Ltd