• Joined on 2026-03-13
shoko merged pull request shoko/kugetsu#114 2026-04-02 16:35:12 +02:00
fix(kugetsu): init creates base session in ~/.kugetsu-worktrees and adds context to forked sessions
shoko pushed to fix/session-context-and-init-worktree at shoko/kugetsu 2026-04-02 16:32:18 +02:00
8c639e2928 fix(kugetsu): init creates base session in ~/.kugetsu-worktrees, adds context to forked sessions, and clears logs
shoko created pull request shoko/kugetsu#114 2026-04-02 16:29:38 +02:00
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
shoko pushed to fix/session-context-and-init-worktree at shoko/kugetsu 2026-04-02 16:29:26 +02:00
78ed3bde7f fix(kugetsu): init creates base session in ~/.kugetsu-worktrees and adds context to forked sessions
shoko pushed tag v0.1.8 to shoko/kugetsu 2026-04-02 15:31:19 +02:00
shoko pushed to main at shoko/kugetsu 2026-04-02 15:30:50 +02:00
c4c3556247 Merge pull request 'fix(kugetsu): destroy --base and --pm-agent actually delete opencode sessions' (#113) from fix/destroy-removes-opencode-session into main
4342347ac6 fix(kugetsu): destroy --base and --pm-agent actually delete opencode sessions
Compare 2 commits »
shoko merged pull request shoko/kugetsu#113 2026-04-02 15:30:49 +02:00
fix(kugetsu): destroy --base and --pm-agent actually delete opencode sessions
shoko created pull request shoko/kugetsu#113 2026-04-02 15:29:03 +02:00
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
shoko pushed to fix/destroy-removes-opencode-session at shoko/kugetsu 2026-04-02 15:28:54 +02:00
4342347ac6 fix(kugetsu): destroy --base and --pm-agent actually delete opencode sessions
shoko pushed tag v0.1.7 to shoko/kugetsu 2026-04-02 15:22:01 +02:00
shoko pushed to main at shoko/kugetsu 2026-04-02 15:21:32 +02:00
7888a34bd9 Merge pull request 'fix(kugetsu): warn if init run from non-empty directory' (#112) from fix/init-directory-warning into main
e2a37cdbb9 fix(kugetsu): warn if init run from non-empty directory
Compare 2 commits »
shoko merged pull request shoko/kugetsu#112 2026-04-02 15:21:31 +02:00
fix(kugetsu): warn if init run from non-empty directory
shoko created pull request shoko/kugetsu#112 2026-04-02 15:20:05 +02:00
fix(kugetsu): warn if init run from non-empty directory
shoko created branch fix/init-directory-warning in shoko/kugetsu 2026-04-02 15:19:57 +02:00
shoko pushed to fix/init-directory-warning at shoko/kugetsu 2026-04-02 15:19:57 +02:00
e2a37cdbb9 fix(kugetsu): warn if init run from non-empty directory
shoko pushed to fix/issue-75-direct-delegate-v2 at shoko/kugetsu 2026-04-02 15:03:19 +02:00
42b7e366b8 feat(kugetsu): cmd_delegate calls cmd_start directly for parallelization (fixes #75)
shoko commented on issue shoko/kugetsu#75 2026-04-02 14:04:04 +02:00
feat(kugetsu): cmd_delegate should call cmd_start directly for parallelization

Updated PR: shoko/kugetsu#111

Changes:

  • Added extract_issue_ref_from_message() function
  • Modified cmd_delegate to call cmd_start directly when issue ref is…
shoko pushed to fix/issue-75-direct-delegate-v2 at shoko/kugetsu 2026-04-02 14:03:49 +02:00
cd97ce76e6 feat(kugetsu): cmd_delegate calls cmd_start directly for parallelization (fixes #75)