feat: add option to disable archive tags

This commit is contained in:
2026-03-21 01:27:43 +05:30
parent f0cc07f513
commit 7180569b87
5 changed files with 40 additions and 11 deletions
+2
View File
@@ -32,6 +32,8 @@ export interface MultiModelResult {
* Options for closing a multi-model tmux session.
*/
export interface CloseSessionOptions {
/** Whether to create archive tags before deleting branches. */
createArchiveTags?: boolean;
/** Name of the tmux session to close. */
sessionName: string;
/** Whether to remove worktrees and delete branches. */