fix(kugetsu): destroy --base and --pm-agent actually delete opencode sessions #113
Reference in New Issue
Block a user
Delete Branch "fix/destroy-removes-opencode-session"
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?
Previously destroy only removed local session files but did not delete the sessions from opencode database. This caused init to reuse the same session with old context.
Now destroy calls opencode session delete to properly remove sessions.
lgtm