OpenSession
The Continuity Layer for AI Agents

Start once,
resume anywhere.

OpenSession keeps intent, actions, and artifacts connected so teams can hand off work without losing context.

Phase 1

CLI Core

Control sessions and log events with powerful terminal commands.

Phase 2

WebUI Viewer

Visualize your agent's timeline with a modern browser dashboard.

Phase 3

Interactive TUI

Real-time monitoring without leaving your terminal.

Core Capabilities

Resume ID

Stable session IDs that work across local, cloud, and CI environments.

Execution Chain

Track Intent β†’ Action β†’ Artifact flow automatically.

Multi-Surface

Choose between CLI, Web, or TUI for your best monitoring experience.

Quickstart

Global Installation (NPM):

npm install -g @online5880/opensession
Copied to clipboard!
Terminal
# 1. Alias / Function setup (Optional)
alias opss='npx -y @online5880/opensession'
# 2. Setup Supabase connection
opss init

# 3. Start a new session
opss start --project demo

# 4. Launch TUI dashboard
opss tui