All notable changes to Aether will be documented in this file.
- Showcase Landing Page: An interactive, Vercel-quality initial view for offline trace previews, built-in architecture SVG flows, and quickstart commands.
- Offline JSON Replay Loader: Direct drag-and-drop / upload uploader button built into the top actions panel.
- One-Click Replay Traces: Packaged 3 robust reasoning traces (
simple_reasoning,tool_agent, andhallucination_repairshowing self-correction) loaded in a single click. - Enhanced Node Visuals: Cyan glows for root thoughts, amber pulsing edges for tool calls, and intense warning frames for active hallucinations.
- Monorepo Refactoring: Cleaned the repository into standard folders:
apps/web(Next.js app) andpackages/sdk-python(Python SDK). - TypeScript & Build Performance: Resolved all layout pointer duplicate keys and strict typings, boosting Next.js compilation speed.
- Memory Buffer Bounds: Restricted active session memory cap to 5,000 backend entries and capped the UI layout elements to 50 active nodes.