Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Session Persist

Skill Verifiziert Aktiv
Teil von:Ruflo Rvf

Persist and restore agent sessions across conversations with state snapshots

Zweck

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

Funktionen

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

Anwendungsfälle

  • 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

Nicht-Ziele

  • 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

Workflow

  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

Installation

Zuerst Marketplace hinzufügen

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

Qualitätspunktzahl

Verifiziert
98 /100
Analysiert about 21 hours ago

Vertrauenssignale

Letzter Commitabout 23 hours ago
Sterne50.2k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Guard

100

Schützen Sie Claude Code-Sitzungen vor Kontextüberlauf, indem Sie einen Hintergrund-Daemon ausführen, der die Sitzungsgröße überwacht und automatisch bereinigt, bevor die Komprimierung erreicht wird. Verwenden Sie dies, wenn der Benutzer "guard", "protect session", "context getting long", "prevent compaction", "session management" sagt oder Agententeams ausführt, die einen kontinuierlichen Kontextschutz benötigen.

Skill
Ruya-AI

Session Export

100

Exports a Claude Code session as a clean, readable markdown transcript. Use when the user wants to export a session, create a transcript, save session history to a file, or says "export this session".

Skill
apappascs

Horizon Track

100

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

Skill
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).

Skill
hkuds

Validate Plugin

100

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

Skill
ruvnet

Running Claude Code Via Litellm Copilot

100

Verwenden Sie dies beim Routing von Claude Code über einen lokalen LiteLLM-Proxy zu GitHub Copilot, um die direkten Anthropic-Ausgaben zu reduzieren, indem Sie ANTHROPIC_BASE_URL- oder ANTHROPIC_MODEL-Overrides konfigurieren oder Fehler bei der Einrichtung des Copilot-Proxys beheben, wie z. B. model-not-found, kein localhost-Traffic oder GitHub 401/403-Authentifizierungsfehler.

Skill
xixu-me