• Joined on 2026-03-13
shoko commented on pull request shoko/kugetsu#83 2026-04-02 02:23:58 +02:00
feat(kugetsu): add git server configuration management

@han We ARE using the existing ~/.kugetsu/config file. The GIT_SERVERS is added to that file during init. There is no separate config file.

shoko commented on pull request shoko/kugetsu#83 2026-04-02 02:23:50 +02:00
feat(kugetsu): add git server configuration management

@han Good suggestion! I will update cmd_init to support regenerating the config file with --force flag.

shoko commented on pull request shoko/kugetsu#83 2026-04-02 02:23:42 +02:00
feat(kugetsu): add git server configuration management

@han Good point - removing the hardcoded git.fbrns.co entry. Users should add their own servers via kugetsu server add.

shoko deleted branch fix/issue-81-session-id-collision from shoko/kugetsu 2026-04-02 02:14:01 +02:00
shoko closed pull request shoko/kugetsu#82 2026-04-02 02:14:01 +02:00
fix: session ID collision in cmd_start + delegate issue ref extraction
shoko closed issue shoko/kugetsu#81 2026-04-02 02:13:54 +02:00
Bug: Forked sessions show same session ID as pm-agent + delegate without args shows wrong error
shoko pushed to main at shoko/kugetsu 2026-04-02 02:13:54 +02:00
4bd52f7170 Merge pull request #82 from fix/issue-81-session-id-collision
1f001fd057 docs: add opencode session internals documentation
3df99d571f fix: use array-based session detection for robust concurrent fork handling
ae99f86f9d fix: session ID collision in cmd_start by excluding pm_agent_session_id
Compare 4 commits »
shoko pushed to fix/issue-81-session-id-collision at shoko/kugetsu 2026-04-02 02:07:21 +02:00
1f001fd057 docs: add opencode session internals documentation
shoko pushed to fix/issue-81-session-id-collision at shoko/kugetsu 2026-04-02 01:43:19 +02:00
3df99d571f fix: use array-based session detection for robust concurrent fork handling
shoko pushed to fix/issue-81-session-id-collision at shoko/kugetsu 2026-04-02 01:36:00 +02:00
ae99f86f9d fix: session ID collision in cmd_start by excluding pm_agent_session_id
shoko created pull request shoko/kugetsu#90 2026-04-02 01:26:38 +02:00
feat(kugetsu): add lock mechanism for worktree coordination
shoko created branch feat/issue-71-lock-mechanism in shoko/kugetsu 2026-04-02 01:26:25 +02:00
shoko pushed to feat/issue-71-lock-mechanism at shoko/kugetsu 2026-04-02 01:26:25 +02:00
3fa9bee166 feat(kugetsu): add lock mechanism for worktree coordination
shoko created pull request shoko/kugetsu#89 2026-04-02 01:23:49 +02:00
feat(kugetsu): add queue infrastructure for autonomous PM
shoko created branch feat/issue-49-queue-infrastructure in shoko/kugetsu 2026-04-02 01:23:35 +02:00
shoko pushed to feat/issue-49-queue-infrastructure at shoko/kugetsu 2026-04-02 01:23:35 +02:00
9171e41e33 feat(kugetsu): add queue infrastructure for autonomous PM
shoko created pull request shoko/kugetsu#88 2026-04-02 01:21:50 +02:00
feat(kugetsu): add KUGETSU_VERBOSITY for PM agent output control
shoko created branch feat/issue-46-verbosity-control in shoko/kugetsu 2026-04-02 01:21:38 +02:00
shoko pushed to feat/issue-46-verbosity-control at shoko/kugetsu 2026-04-02 01:21:38 +02:00
1594204a78 feat(kugetsu): add KUGETSU_VERBOSITY for PM agent output control
shoko created pull request shoko/kugetsu#87 2026-04-02 01:18:46 +02:00
fix(kugetsu): add fix_session_permissions command for cmd_doctor