Another banner
nxxxsooo nxxxsooo

Another

Development community

Description

Keep the session. Change the agent. Native session manager for Pi, Codex, Claude Code, Cursor, OpenCode, and more.

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

another 原生 coding agent 会话管理器;紫绿标志短暂分裂出霓虹色通道,随后恢复原状

简体中文 · English

最新版本 构建状态

在多个 coding agent 之间浏览、管理、迁移并继续真实会话,无需粘贴摘要。

another TUI 展示多个 coding agent 的会话列表和目标 agent 选择器

模型用完额度,或者当前工作更适合另一个模型时,通常只能总结已有内容,再粘贴到另一端重新解释。`another` 迁移的是会话本身:它把对话写入目标 agent 的原生存储,随后可以在那里直接打开并继续。

功能

  • 原生会话:在目标 agent 中按其原生格式恢复,不是粘贴一份摘要。
  • 九个 agent:Pi、Codex、Claude Code、Cursor、OpenCode、OpenCode 2、CommandCode、Hermes 和 Antigravity。
  • 一个界面:直接浏览、搜索、预览、重命名、归档、删除或迁移会话。
  • 迁移后校验:重新读取每次写入,比较内容摘要;不一致时回滚,来源会话始终保持原样。
  • 本地运行:读取各 agent 的本地原生存储;~/.cache/another/ 下的私有 SQLite 索引会在重新扫描时跳过未变会话。

安装

macOS 和 Linux:

# Homebrew
brew trust nxxxsooo/tap
brew install nxxxsooo/tap/another

# 安装脚本
curl -fsSL https://raw.githubusercontent.com/nxxxsooo/another/main/scripts/install.sh | bash

Homebrew 6 要求先信任第三方 tap,否则会拒绝安装。旧版 Homebrew 不认识 `brew trust`,可跳过这一行,直接安装。

从源码安装

需要 Go 1.24 或更高版本:

go install github.com/nxxxsooo/another/cmd/another@latest
手动下载

从 [Releases](https://github.com/nxxxsooo/another/releases) 下载对应 `darwin`/`linux`、`amd64`/`arm64` 的压缩包,用 `check