• Joined on 2026-03-13
shoko pushed tag v0.2.15 to shoko/kugetsu 2026-04-07 03:41:37 +02:00
shoko merged pull request shoko/kugetsu#195 2026-04-07 03:41:28 +02:00
fix: improve worktree/session handling in cmd_start and cmd_continue
shoko pushed to main at shoko/kugetsu 2026-04-07 03:41:28 +02:00
478f7ceeba Merge pull request 'fix: improve worktree/session handling in cmd_start and cmd_continue' (#195) from fix/issue-daemon-worktree-session-handling into main
9d0bcef465 fix: improve worktree/session handling in cmd_start, cmd_continue, and cmd_init
Compare 2 commits »
shoko pushed to fix/issue-daemon-worktree-session-handling at shoko/kugetsu 2026-04-07 03:40:29 +02:00
9d0bcef465 fix: improve worktree/session handling in cmd_start, cmd_continue, and cmd_init
shoko pushed to fix/issue-daemon-worktree-session-handling at shoko/kugetsu 2026-04-07 03:34:18 +02:00
de1b02c585 fix: improve worktree/session handling in cmd_start, cmd_continue, and cmd_init
shoko created pull request shoko/kugetsu#195 2026-04-07 03:30:09 +02:00
fix: improve worktree/session handling in cmd_start and cmd_continue
shoko created branch fix/issue-daemon-worktree-session-handling in shoko/kugetsu 2026-04-07 03:29:58 +02:00
shoko pushed to fix/issue-daemon-worktree-session-handling at shoko/kugetsu 2026-04-07 03:29:58 +02:00
4ec76b1248 fix: improve worktree/session handling in cmd_start and cmd_continue
shoko pushed tag v0.2.14 to shoko/kugetsu 2026-04-07 02:51:40 +02:00
shoko pushed to main at shoko/kugetsu 2026-04-07 02:50:33 +02:00
bb2add2e1a Merge pull request 'fix: properly quote base and pm_agent in write_index calls' (#194) from fix/issue-write-index-quoting into main
6a8fa563dd fix: properly quote base and pm_agent in write_index calls
Compare 2 commits »
shoko merged pull request shoko/kugetsu#194 2026-04-07 02:50:32 +02:00
fix: properly quote base and pm_agent in write_index calls
shoko created pull request shoko/kugetsu#194 2026-04-07 02:48:46 +02:00
fix: properly quote base and pm_agent in write_index calls
shoko created branch fix/issue-write-index-quoting in shoko/kugetsu 2026-04-07 02:48:34 +02:00
shoko pushed to fix/issue-write-index-quoting at shoko/kugetsu 2026-04-07 02:48:34 +02:00
6a8fa563dd fix: properly quote base and pm_agent in write_index calls
shoko pushed tag v0.2.13 to shoko/kugetsu 2026-04-07 02:41:27 +02:00
shoko pushed to main at shoko/kugetsu 2026-04-07 02:41:20 +02:00
8729321922 Merge pull request 'fix: use ${GITEA_TOKEN:-} to handle unset token' (#193) from fix/issue-cmd-destroy-unbound-var into main
998f7a4f44 refactor: remove duplicate functions from kugetsu, use kugetsu-index.sh exclusively
b595411a07 test: add test suite for create_session function
08b633400d refactor: add create_session() and use --session instead of --continue
860bf9295f fix: use ${GITEA_TOKEN:-} to handle unset token and initialize env during init
Compare 5 commits »
shoko merged pull request shoko/kugetsu#193 2026-04-07 02:41:18 +02:00
fix: use ${GITEA_TOKEN:-} to handle unset token
shoko pushed to fix/issue-cmd-destroy-unbound-var at shoko/kugetsu 2026-04-07 02:39:54 +02:00
998f7a4f44 refactor: remove duplicate functions from kugetsu, use kugetsu-index.sh exclusively
shoko pushed to fix/issue-cmd-destroy-unbound-var at shoko/kugetsu 2026-04-07 02:35:47 +02:00
8ba7242861 fix: add JSON validation in write_index to prevent malformed index.json
shoko pushed to fix/issue-cmd-destroy-unbound-var at shoko/kugetsu 2026-04-07 02:24:10 +02:00
b595411a07 test: add test suite for create_session function