feat(tui): add Claude Code-style --fork flag to duplicate sessions before continuing (resolves #11137) (#11340)

This commit is contained in:
Ariane Emory
2026-02-06 13:15:47 -06:00
committed by GitHub
parent e5b355e458
commit 84c5df19c7
4 changed files with 59 additions and 6 deletions
@@ -6,6 +6,7 @@ export interface Args {
prompt?: string
continue?: boolean
sessionID?: string
fork?: boolean
}
export const { use: useArgs, provider: ArgsProvider } = createSimpleContext({