跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Session Persist

技能 已验证 活跃
属于:Ruflo Rvf

Persist and restore agent sessions across conversations with state snapshots

目的

Persist and restore agent sessions across conversations with state snapshots, enabling users to pause and resume work seamlessly.

功能

  • Save agent sessions
  • Restore agent sessions
  • List saved sessions
  • View session details
  • Delete old sessions
  • Automatic session saving/restoring via hooks

使用场景

  • Pausing long-running agent tasks to resume later
  • Checkpointing progress during complex agent workflows
  • Managing multiple agent sessions for different projects
  • Restoring agent context after an interruption or restart

非目标

  • Managing conversational history beyond session state
  • Storing arbitrary files or data unrelated to agent context
  • Interacting with external systems not directly related to session persistence

工作流

  1. Call `session_save` to snapshot current state
  2. Call `session_list` to see all saved sessions
  3. Call `session_restore` to resume a previous session
  4. Call `session_info` for session details
  5. Call `session_delete` to remove old sessions
  6. Utilize `hooks_session-start`, `hooks_session-end`, `hooks_session-restore` for automated management

安装

请先添加 Marketplace

/plugin marketplace add ruvnet/ruflo
/plugin install ruflo-rvf@ruflo

质量评分

已验证
98 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标50.2k
许可证MIT
状态
查看源代码

类似扩展

Guard

100

保护 Claude Code 会话免受上下文溢出影响,通过运行一个后台守护进程来监控会话大小并在压缩命中之前自动进行修剪。当用户说“guard”、“protect session”、“context getting long”、“prevent compaction”、“session management”或正在运行需要持续上下文保护的代理团队时使用。

技能
Ruya-AI

Session Export

100

将 Claude Code 会话导出为干净、可读的 markdown 格式的会话记录。当用户想要导出会话、创建会话记录、将会话历史记录保存到文件或说“导出此会话”时使用。

技能
apappascs

Horizon Track

100

Track long-horizon objectives across multiple sessions with milestone checkpoints, progress persistence, and drift detection

技能
ruvnet

Cli Anything Macrocli

100

Use when the agent wants to define, list, inspect, or execute GUI macros via the MacroCLI CLI. Macros are parameterized, CLI-callable workflows — the agent invokes `macro run <name>` and the system handles backend routing (plugin, file transform, accessibility, compiled GUI replay).

技能
hkuds

Validate Plugin

100

Validate a Claude Code plugin structure, frontmatter, and MCP tool references

技能
ruvnet

Running Claude Code Via Litellm Copilot

100

当通过本地 LiteLLM 代理将 Claude Code 路由到 GitHub Copilot 时使用,以减少直接的 Anthropic 支出,配置 ANTHROPIC_BASE_URL 或 ANTHROPIC_MODEL 覆盖,或对 Copilot 代理设置失败进行故障排除,例如 model-not-found、无 localhost 流量或 GitHub 401/403 身份验证错误。

技能
xixu-me