Sede
Description
🧹 Fast TUI tool to clean old coding-assistant sessions
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
sede: SEssion DEleter
_Delete archived coding assistant sessions from terminal, fast and safely._
[](https://github.com/ilypopv/sede/actions/workflows/ci.yml) [](LICENSE)
Features
- Interactive TUI flow for provider selection and session deletion
- Supports
Claude Code,GitHub Copilot, andAntigravity - Multi-select deletion with confirmation
- Storage-aware list: title, project path, storage path, size, updated-at
- Safe Claude cleanup: removes selected session file and prunes empty project directory
- Non-interactive
cleancommand for scripted, bulk deletion with a--dry-runpreview
Installation
**Recommended**
uv tool install sede
Or
pipx install sede
Run
After installation, run:
sede
Bulk Cleanup
Delete every discovered session, across all providers, without the interactive TUI:
sede clean
Preview what would be deleted first, without touching anything:
sede clean --dry-run
Limit cleanup to one provider (`--claude`, `--copilot`, `--antigravity`/`--agy`):
sede clean --copilot --dry-run
sede clean --claude --yes
Skip the confirmation prompt with `--yes`/`-y`. If some session files require elevated permissions to remove, re-run with `sudo`:
sudo sede clean --dry-run
sudo sede clean --yes
TUI Preview
Main screen:
_
___ ___ __| | ___
/ __|/ _ \/ _` |/ _ \
\__ \ __/ (_| | __/
|___/\___|\__,_|\___|
Session Deleter
https://github.com/ilypopv/sede/
Deep clean archived coding assistant sessions from your device.
Choose coding assistant
➤ 1. Claude Code
Delete archived Claude Code
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11