Block a user
fix(kugetsu): init creates base session in ~/.kugetsu-worktrees and adds context to forked sessions
fix(kugetsu): init creates base session in ~/.kugetsu-worktrees and adds context to forked sessions
shoko
created branch fix/session-context-and-init-worktree in shoko/kugetsu
2026-04-02 16:29:26 +02:00
fix(kugetsu): destroy --base and --pm-agent actually delete opencode sessions
fix(kugetsu): destroy --base and --pm-agent actually delete opencode sessions
shoko
created branch fix/destroy-removes-opencode-session in shoko/kugetsu
2026-04-02 15:28:54 +02:00
fix(kugetsu): warn if init run from non-empty directory
fix(kugetsu): warn if init run from non-empty directory
feat(kugetsu): cmd_delegate should call cmd_start directly for parallelization
Updated PR: https://git.fbrns.co/shoko/kugetsu/pulls/111
Changes:
- Added
extract_issue_ref_from_message()function - Modified
cmd_delegateto callcmd_startdirectly when issue ref is…