بنقرة واحدة
untag-session
Removes a tag from a session. The session itself is not deleted.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Removes a tag from a session. The session itself is not deleted.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
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.
Lists all synced AI CLI sessions. Pulls latest from remote first, then displays.
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.
استنادا إلى تصنيف SOC المهني
| name | untag-session |
| description | Removes a tag from a session. The session itself is not deleted. |
To remove a tag:
First list existing tags so the user can identify which one to remove:
node ./scripts/sync-engine.js tags
Ask the user which tag they want to remove.
Run the untag command:
node ./scripts/sync-engine.js untag <tag-name>
Example:
node ./scripts/sync-engine.js untag auth-refactor
The tag removal is committed and pushed to the remote sync repository.
Important: Removing a tag does NOT delete the session — it only removes the friendly alias. The session remains accessible by its UUID.