cowork-session-sync v1.0.0 provides session continuity for Claude Cowork

✍️ OpenClawRadar📅 Published: March 1, 2026🔗 Source
cowork-session-sync v1.0.0 provides session continuity for Claude Cowork
Ad

cowork-session-sync v1.0.0 is a stable release of a tool that provides session continuity for Claude Cowork, addressing the problem of losing context between sessions and the associated cost of re-establishing that context.

Key features from v1.0.0

  • Readable session titles: Instead of Cowork's random codenames like 'stoic-serene-gauss', the tool synthesizes human-readable titles from the first user message (e.g., 'LXC backup with Wake-on-LAN').
  • Archive filtering: Since Claude Desktop's archive action is server-side, the tool manages its own archive list. After catching up on a session, it offers to mark it as archived, preventing archived sessions from cluttering the list on subsequent runs.
  • One-phrase bootstrap: Type 'catchup-bunny' in a fresh Cowork chat to get a numbered list of active sessions. Pick one to restore full context without bootstrap failures or re-explaining infrastructure.
Ad

Technical implementation

The pipeline consists of:

  • Sync-CoworkSessions.ps1 runs every 5 minutes as a Windows Scheduled Task
  • Reads %APPDATA%\Claude\local-agent-mode-sessions
  • Archives raw transcripts and distills them to Markdown (~5% of original size)
  • Generates SESSION-INDEX.md with project tags, turn counts, and cost tracking
  • Python version (cowork_sync.py) available for macOS/Linux

Cost context

The developer reports sessions average $10–25 each (using Opus 4.6). Without catchup, they were burning $5–10 per session just re-establishing context. The distilled files are 1–5 KB, resulting in near-zero token cost to restore context.

This type of tool is useful for developers who use Claude Cowork for extended technical conversations where maintaining context across sessions is critical to productivity.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Claude Skills Silently Override Instructions: Undocumented Pitfalls Exposed
Tools

Claude Skills Silently Override Instructions: Undocumented Pitfalls Exposed

User discovers Claude skills silently enforce hard limits on user input via `ask_user_input_v0` (max 3 questions, 4 options each), `Write` overwrites files while `create_file` refuses on Claude.ai, and relative paths in `references/` don't resolve. A community repo catalogs findings.

OpenClawRadar
ClawBridge – Safely Expose Your Home Assistant Entities to OpenClaw
Tools

ClawBridge – Safely Expose Your Home Assistant Entities to OpenClaw

ClawBridge introduces a seamless way to expose Home Assistant entities to OpenClaw, enhancing automation while ensuring safety. Discover its features and benefits.

OpenClawRadar
LocalSynapse MCP Server Adds macOS Support and Search Improvements
Tools

LocalSynapse MCP Server Adds macOS Support and Search Improvements

LocalSynapse, an offline MCP server for searching local documents, now supports macOS and includes fixes for multi-word search queries. The developer has implemented feedback-driven improvements including position-adjusted click boosting and time decay as promotion.

OpenClawRadar
Creative Excellence Plugin for Claude Code Improves Animation Quality with Interaction Thesis
Tools

Creative Excellence Plugin for Claude Code Improves Animation Quality with Interaction Thesis

A new open-source plugin for Claude Code addresses generic animation generation by implementing an 'interaction thesis' approach where Claude must describe motion concepts before coding. The plugin includes 8 sub-skills covering GSAP, Framer Motion, CSS animations, and design principles from studied repositories.

OpenClawRadar