Skip to content

Repository files navigation

Continue

Threader

Sync and share Claude Code threads. Private by default.

An autonomous codebase built by the Continue Software Factory


Why?

Claude Code sessions contain valuable context — decisions, debugging steps, architectural discussions — but they're trapped on your local machine. Threader syncs them to the cloud so you can share, search, and learn from your team's coding sessions.

Table of Contents

Install

Quick install

curl -fsSL https://threader.sh/install.sh | sh

That's it. The install script will create Claude Code hooks and start the daemon for you. Threader runs invisibly in the background, syncing your sessions to your dashboard at threader.sh.

Commands

CommandDescription
threader loginAuthenticate via browser
threader logoutClear stored credentials
threader initInstall hooks and create data dirs
threader startStart daemon in background
threader stopStop the daemon
threader statusShow daemon status and session info
threader whoamiShow current authenticated user

How it works

Threader installs lightweight hooks into Claude Code that notify a local daemon whenever a session starts, stops, or a message is received. The daemon reads the session data from Claude Code's local storage and syncs it to the cloud.

Sessions are private by default. You can share them via workspaces or make them public from the dashboard.

Architecture

  • Client: Rust daemon that continuously syncs sessions
  • Auth: Device flow for CLI authentication
  • Storage: S3-compatible object storage
  • Organization: Tag-based (workspaces are special tags with sharing permissions)

Sharing Model

  • Private (default): Only visible to you
  • Workspace: Shared with team members via workspace tags
  • Public: Visible to anyone

Documentation

Contributing

See CONTRIBUTING.md for development setup, project structure, and how to submit changes.

License

Apache-2.0 — see LICENSE for details. Copyright (c) 2025 Continue Dev, Inc.

About

🧵 Sync and share Claude Code threads. Private by default.

Topics

Resources

Contributing

Security policy

Stars

4 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages