بنقرة واحدة
list-sessions
Lists all synced AI CLI sessions. Pulls latest from remote first, then displays.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Lists all synced AI CLI sessions. Pulls latest from remote first, then displays.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Removes synced session data from the local staging directory with double confirmation. All cleaned sessions are tombstoned to prevent re-sync.
Deletes a specific session from the sync repository. Requires double confirmation before deletion.
Prune old synced sessions that exceed a retention period.
Restores a previous AI CLI session — either hot-loads into current context or prepares for /resume.
Shows the current status of Synctx — sync directory, audit log, prerequisites, and CLI paths.
Full bidirectional sync — pulls from remote, stages local sessions, scans for secrets, and pushes.
| name | list-sessions |
| description | Lists all synced AI CLI sessions. Pulls latest from remote first, then displays. |
To list sessions, run:
node ./scripts/sync-engine.js list
This automatically pulls the latest data from remote before listing, so results include sessions from all machines.
To filter by CLI:
node ./scripts/sync-engine.js list --cli copilot
node ./scripts/sync-engine.js list --cli claude
To see all tagged sessions:
node ./scripts/sync-engine.js tags
Present the output to the user. Each session shows:
If the user asks to see only Copilot or Claude sessions, use the --cli flag accordingly.