feat: /move slash command — move session to another project directory #298
Labels
No labels
backend
bug
chore
duplication
effort:complex
effort:medium
effort:trivial
enhancement
frontend
fullstack
priority:high
ready-for-agent
refactor
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dries/ocman#298
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of OpenCode command parity (transparent-layer goal). OpenCode's TUI has
/move(title "Move session", desc "Move to another project dir", DialogMoveSession) which relocates a session to a different project directory.Approach: proxy the OpenCode SDK — do NOT reimplement
DialogMoveSession drives it via the SDK (project.directories + project-copy refresh + a move/update call). Proxy through the OpenCode adapter and route via sessionsvc.
Scope
movetoBUILTIN_COMMANDS(frontend/src/lib/commands/builtinCommands.ts).Caveats to resolve in the ticket