Block a user
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.
feat(kugetsu): add git server configuration management
@han Good suggestion! I will update cmd_init to support regenerating the config file with --force flag.
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
fix: session ID collision in cmd_start + delegate issue ref extraction
Bug: Forked sessions show same session ID as pm-agent + delegate without args shows wrong error
feat(kugetsu): add lock mechanism for worktree coordination
feat(kugetsu): add queue infrastructure for autonomous PM
feat(kugetsu): add KUGETSU_VERBOSITY for PM agent output control
fix(kugetsu): add fix_session_permissions command for cmd_doctor