Owner's Manual
Welcome to Jieli
Jieli syncs your AI coding threads to the cloud and turns them into searchable, shareable engineering context you can hand off across agents. This manual helps you get the most out of it.
1Why Jieli
Jieli (jiē lì) is the pinyin for 接力 — Chinese for “relay.” Switch tools or open a fresh session and the full context is passed to the next runner, so the task keeps going without dropping the baton. That hand-off is exactly what the name is about.
Jieli is a cloud sync plus browse / search / share platform for AI coding threads. Once the plugin is installed, your sessions in Claude Code, Codex, and Amp sync automatically — private by default, visible only to you.
- Multi-provider: Claude Code, Codex, and Amp gathered in one place.
- Searchable: turn scattered conversations into full-text engineering memory.
- Shareable: generate a read-only link to share a debugging session with a teammate.
- Hand-off ready: continue with full context across sessions and tools.
2Get started
- Sign in to jieli.app with GitHub to create an account.
- Copy your access token (API key) from Settings.
- Install the Jieli plugin in your coding tool (next section).
- From then on, sessions sync automatically through plugin hooks.
3Install the plugin
Claude Code
Run these in your shell:
claude plugin marketplace add jieliapp/plugins
claude plugin install jieli@jieliappCodex
Run these in your shell:
codex plugin marketplace add jieliapp/plugins
codex plugin add jieli@jieliappThen configure the API key: paste it into the chat for the agent to store, export it as an env var, or write it to ~/.config/jieli/settings.json.
export JIELI_API_KEY="<api-key-from-jieli.app>"4Browse & search
The threads list supports full-text search and filters by provider, repository, label, visibility, and archived state, so you can find a past thread fast.
The plugin also lets an agent search your history directly — give it a keyword, filename, or repo clue and it calls Jieli to pull relevant threads back as context.
GET /plugin/threads?search=<query>&provider=claude_code&sort=updated5Resume & cross-agent hand-off
This is the heart of Jieli: a thread's context doesn't have to stay trapped in its original session — carry it into a new session, or even a different tool, and keep going.
Resume in the same tool
On a thread page, click “Open in CLI” to get a resume command for its provider:
claude --resume <session>
codex resume <session>
amp threads continue <thread>Cross-agent hand-off
The handoff skill extracts the key information and relevant files from the current thread, writes a hand-off context, and attaches the Jieli thread ID. Give that hand-off (or just the thread link) to a fresh agent — possibly in another tool — and it picks up seamlessly.
When the new agent receives a Jieli thread link, the jieli skill triggers automatically and reads the thread’s markdown export to load the full context:
jieli-read-thread <thread_id> --truncate-tool-results --max-chars 12000Commit trailers (great for code review)
Commits created by Claude Code carry a trailer pointing back to the Jieli thread behind the change:
Jieli-Thread: https://jieli.app/threads/T-...During code review, click that link to see the full reasoning behind the commit — why it was done this way, what was tried, what was verified — not just the final diff.
7Export & archive
Every thread exports to Markdown or JSON. Archive threads you no longer need to tuck them out of the default list.
8Plans
Free keeps up to 30,000 messages with full browse / search / share / export; Pro raises that to 500,000. See the full comparison atpricing.
