• Joined on 2026-03-13
shoko created branch feat/issue-76-env-v2 in shoko/kugetsu 2026-04-02 02:30:30 +02:00
shoko pushed to feat/issue-76-env-v2 at shoko/kugetsu 2026-04-02 02:30:30 +02:00
756ac41aba feat(kugetsu): add env pass-through for agent delegation
shoko deleted branch feat/issue-78-git-server-config from shoko/kugetsu 2026-04-02 02:27:55 +02:00
shoko closed pull request shoko/kugetsu#83 2026-04-02 02:27:55 +02:00
feat(kugetsu): add git server configuration management
shoko closed issue shoko/kugetsu#78 2026-04-02 02:27:42 +02:00
Better git server config/management for issue refs
shoko pushed to main at shoko/kugetsu 2026-04-02 02:27:42 +02:00
33820b8f43 Merge pull request #83 from feat/issue-78-git-server-config
8f144c854e Address PR feedback:
3d3cb56491 feat(kugetsu): add git server configuration management
Compare 3 commits »
shoko pushed to feat/issue-78-git-server-config at shoko/kugetsu 2026-04-02 02:25:15 +02:00
8f144c854e Address PR feedback:
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