Athena by LuckeySystems
About
Athena addresses the problem that AI coding agents normally run as isolated terminal sessions with separate context windows, making it hard to see what each did or hand work between them. It embeds PTY terminals (node-pty + xterm.js with bounded streaming and snapshot replay) for Codex, OpenCode, Claude Code, Athena Code, and Hermes in one grid, discovers and resumes existing sessions on disk, and generates bounded markdown handoffs from selected sessions that get attached to fresh agent launches. Context modes start clean by default, with task/curated/immersive modes creating immutable workspace-scoped context bundles. An MCP server exposes context_workspace tools so Hermes can spawn terminals and read sessions inside Athena, secured with per-launch bearer tokens. Developers running several agent CLIs on one project use it as a command room for session-first work.