Skip to content

v0.35.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jun 22:50
12d3b03
  • Add HTTP daemon remote sync for syncing sessions through the local daemon.

  • Add PostgreSQL serve support for session curation and insight persistence.

  • Add a read-only agentsview mcp server for session access through MCP.

  • Add Recent Edits feed for reviewing file changes across sessions.

  • Add batch session selection and deletion in the sidebar.

  • Add S3-compatible object storage discovery for Claude and Codex sessions.

  • Add Chinese localization and language settings across the frontend.

  • Add UI text-size scaling and high-contrast appearance mode.

  • Add analytics dashboard filtering by model.

  • Add export and publish actions for generated insights.

  • Add IcodeMate agent support.

  • Add Cursor admin usage ingestion to the Usage board.

  • Add Kimi cost estimation from aggregate token usage.

  • Add per-remote sync intervals.

  • Add named PostgreSQL push targets.

  • Add offline LiteLLM pricing fallback data.

  • Make local CLI and desktop workflows daemon-first.

  • Standardize --format and --json output flags across commands.

  • Surface parser anomaly signals in sync summaries.

  • Stream remote sync progress through the daemon.

  • Improve daemon replacement handling for serve.

  • Preserve Pi message tree lineage.

  • Preserve XML-style prompt tags in rendered markdown.

  • Show summary-mode Antigravity CLI sessions.

  • Record Antigravity producing-version metadata.

  • Enrich tool summaries and add a skim layout for session reading.

  • Add in-page help affordance for Insights.

  • Add right-side axis labels to the concurrency timeline.

  • Require opt-in Aider discovery.

  • Publish raw markdown route companions for docs pages.

  • Deprecate Amp support documentation.

  • Include Claude.ai export attachments during import.

  • Honor CLAUDE_CONFIG_DIR for Claude session discovery.

  • Support explicit WSL paths in desktop environment settings.

  • Persist desktop sidecar logs for desktop builds.

  • Use native desktop zoom on Windows.

  • Repair AppImage DirIcon after bundling.

  • Fix remote daemon progress reporting and timeout visibility.

  • Fix resync discovery performance regression reporting.

  • Detect Codex title-only renames during full sync.

  • Repair persisted Codex goal-context rows.

  • Treat Codex /goal continuation context as system content.

  • Fix Gemini per-turn context token calculation.

  • Count subagent sessions in analytics totals.

  • Clamp analytics top-session active duration by idle gaps.

  • Scope filtered PostgreSQL push watermarks correctly.

  • Reset push watermarks when PostgreSQL targets change.

  • Fail blocked PostgreSQL pushes and surface push errors.

  • Accept duration syntax for usage daily --since and --until.

  • Dedupe replayed continued-session usage rows.

  • Suppress Local reporter timezone sentinel in stats.

  • Preserve Gist publishing by falling back to the GitHub auth token.

  • Install binaries with an atomic rename in make install.