v0.1.0¶
Released: 2026-03-21
Highlights¶
- Initial release of PlexusOne Desktop - a multi-platform terminal client for AI agent sessions
- macOS desktop app with SwiftUI, tmux session management, and multi-pane grid layout
- Flutter mobile companion app with WebSocket connectivity
- TUI parser backend service for terminal output parsing and WebSocket bridging
Added¶
Desktop App (macOS)¶
- macOS desktop app with SwiftUI and SwiftTerm integration (
54f907b) - Terminal controller with SwiftTerm for tmux session attachment (
ee650e0) - Grid layout system with configurable pane arrangements (
ca82930) - Session manager service for tmux session lifecycle (
d676f25) - Session state persistence across app restarts (
4c4bfb0) - New session sheet and settings view (
2000d08) - Status bar with session picker (
6e65bae) - App bundle with PlexusOne icon (
7a20327)
Mobile App (Flutter)¶
- Flutter mobile app with home screen and terminal view (
511a30e) - WebSocket service for mobile-to-backend connectivity (
d0b4040) - Terminal dark theme for mobile (
d25d4f7) - Prompt bar with quick actions (
e5dfda3) - Session tabs widget for mobile navigation (
8c9938b) - Settings screen for mobile configuration (
7cd827f)
TUI Parser (Go)¶
- TUI parser Go module with WebSocket server (
b481232) - Tmux session manager for backend (
26a8afb) - WebSocket protocol messages for client-server communication (
dc40003) - Debug console for TUI parser development (
61f5010)
Documentation¶
- Product requirements document (
8ff6818) - Technical requirements document (
8b716bb) - Mobile companion app design (
351501f) - Voice note feature design (
7a0d44e) - AgentSentinel integration design (
d9903bb) - Implementation tasks (
f7b6715) - Project README with architecture diagram (
e84e830)
Tests¶
- Session manager unit tests (
d6f934d)