Skip to content

Darius v1.1.0

Choose a tag to compare

@galaxycoils galaxycoils released this 31 Aug 03:24
· 31 commits to master since this release

v1.1.0 — TUI, Web Dashboard, A2A & IPyKernel

New Surfaces

  • TUI () — ratatui session UI with header, stream, tasks, slash commands, permission queue
  • Web Dashboard () — localhost UI + SSE of UiEvent stream + POST goal
  • A2A — card + tasks on the same serve listener (, )
  • IPyKernel — feature-gated RLM backend ()

Architecture

  • Single bus from CognitiveLoop — TUI, web SSE, A2A all subscribe
  • Copper-on-near-black design tokens ( bg, accent)
  • Default bind only

Tools

  • , , , registered in ToolRegistry
  • FTS5 full-text search (rusqlite bundled)

Tests

  • 251 tests passing
  • fmt clean, clippy clean