Skip to main content

Export your AI chats — Claude Code, Claude.ai/Cowork, ChatGPT — and terminal sessions into your company's context.

Project description

sedona-cli

Your AI chats hold a surprising amount of company context — decisions, debugging trails, design discussions, institutional knowledge that never makes it into a doc. sedona ships them into Sedona's company knowledge graph, where they become searchable context for everyone (with secrets scrubbed and sensitive sessions automatically restricted).

Install

uv tool install sedona-cli      # or: pipx install sedona-cli / pip install sedona-cli

Quickstart

sedona auth                     # email OTP — requires a company employee email
sedona list                     # recent Claude Code sessions + chat exports it found
sedona list -v                  # + turn counts, repo, keywords, first prompt
sedona peek                     # inspect one session before sharing (interactive picker)
sedona peek 1                   # …or by recency index / path / title substring
sedona send --recent 3          # scrub + upload your 3 most recent sessions
sedona send ~/Downloads/conversations.json    # a Claude.ai / ChatGPT export
history | sedona send --stdin   # raw terminal scrollback
sedona init-skill               # let Claude Code AND Codex do this on request

After sedona init-skill, you can just tell Claude Code or Codex "share this session with Sedona" and it handles the upload.

Tab completion

echo 'eval "$(sedona completion zsh)"'  >> ~/.zshrc    # zsh
echo 'eval "$(sedona completion bash)"' >> ~/.bashrc   # bash

sedona peek <TAB> then completes against your actual recent sessions, with titles shown inline.

Skill without installing anything

The upload skill is also served by the backend, so an agent can be set up with one curl (the skill runs the CLI via uvx, so no install is ever needed):

base=https://sedona-internal-production.up.railway.app
curl -fsSL $base/transcripts/skill --create-dirs -o ~/.claude/skills/sedona-upload/SKILL.md   # Claude Code
curl -fsSL $base/transcripts/skill --create-dirs -o ~/.codex/skills/sedona-upload/SKILL.md    # Codex

What it can export

Source How
Claude Code sessions Read directly from ~/.claude/projects/sedona send --recent N
Claude.ai / Cowork chats Request a data export in claude.ai settings, then sedona send conversations.json
ChatGPT chats Request a data export in ChatGPT settings, then sedona send conversations.json
Terminal sessions Pipe anything: tmux capture-pane -p | sedona send --stdin

Privacy

  • Secrets never leave your machine: API keys, tokens, JWTs, and private keys are redacted locally before upload (and the server scrubs again as a backstop).
  • The server classifies each conversation's visibility fail-closed — sensitive content is restricted to you or admins, not shared company-wide.
  • Tool output in coding sessions is truncated; assistant thinking blocks are dropped entirely.
  • Authentication requires a verified company employee email; the tool does nothing useful outside the company.

License

MIT (this CLI only).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sedona_cli-0.4.0.tar.gz (23.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sedona_cli-0.4.0-py3-none-any.whl (26.8 kB view details)

Uploaded Python 3

File details

Details for the file sedona_cli-0.4.0.tar.gz.

File metadata

  • Download URL: sedona_cli-0.4.0.tar.gz
  • Upload date:
  • Size: 23.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sedona_cli-0.4.0.tar.gz
Algorithm Hash digest
SHA256 5df890ded454ee8b5bb66ce088d051aeafee998f22089aefee3210642c8de023
MD5 3b02f9323b26b536a4ae0f8f7b416e10
BLAKE2b-256 f84f4128f438ceb7d5153d16daeaa22e73cad014ecfa14f1aa2dc99c93fe1a39

See more details on using hashes here.

Provenance

The following attestation bundles were made for sedona_cli-0.4.0.tar.gz:

Publisher: publish-cli.yml on Sedona-Health/sedona-internal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sedona_cli-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: sedona_cli-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 26.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sedona_cli-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 77f8ef2af56fed49050d2afa142c0b7f0c6ba2c134dbeec52c94754f80de5d70
MD5 2a455b3d71a0f2a18241a28cebf94c38
BLAKE2b-256 c1958695af7ce9040d34baf695e9415307be94bdbd7f285bde238bd94e6deb60

See more details on using hashes here.

Provenance

The following attestation bundles were made for sedona_cli-0.4.0-py3-none-any.whl:

Publisher: publish-cli.yml on Sedona-Health/sedona-internal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page