Tape:开源跨 Agent 对话历史管理 CLI 工具,支持全局搜索与备份迁移
英文摘要
Tape is a new open-source command-line tool that manages session histories across multiple coding agents such as CC, Codex, and Cursor. It provides global search to quickly find past conversations, backup and restore functionalities to prevent data loss, and the ability to migrate sessions between different agents. The tool can be installed via npm with `npm install -g @tapeai/tape` and is available on GitHub. It addresses the fragmentation of agent conversation logs and helps developers preserve and transfer their trained agent contexts.
中文摘要
Tape 是一款新的开源命令行工具,用于管理跨多种编程 Agent(如 CC、Codex、Cursor)的会话历史。它提供全局搜索功能,可快速查找过往对话;支持备份与还原,防止数据丢失;并能将对话在不同 Agent 之间迁移。通过 npm 安装 `npm install -g @tapeai/tape`,代码托管于 GitHub。该工具解决了 Agent 对话记录分散的问题,帮助开发者保留和转移训练好的上下文。
关键要点
Tape is a CLI tool for managing cross-agent coding session histories.
Tape 是一款管理跨编程 Agent 会话历史的命令行工具。
It supports global search across all past sessions from different agents.
支持跨不同 Agent 的全局搜索所有历史会话。
It provides backup, restore, and migration of conversations between agents.
提供对话的备份、还原以及在 Agent 间的迁移功能。
Installation is simple via npm: `npm install -g @tapeai/tape`.
通过 npm 一行命令即可安装:`npm install -g @tapeai/tape`。
The project is open-source and hosted on GitHub.
项目为开源项目,代码托管在 GitHub。