Block a user
feat(kugetsu): add env pass-through for agent delegation
feat(kugetsu): add git server configuration management
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
Replies
Bug 1 (session ID collision):
cmd_delegate DOES call cmd_start when an issue ref is found in the message. My message was:
git.fbrns.co/shoko/jigaido#2 - Revise PR…
PM Agent Cannot Post Gitea Comments - Needs GITEA_TOKEN Access
Generic Credential/Data Pass-Through Proposal
The issue is about passing GITEA_TOKEN to the PM agent, but lets think about a generic mechanism for passing credentials and data to agents…
Better git server config/management for issue refs
1. Server Configuration File (
Implementation Proposal
Based on the discussion, here is my proposed implementation:
1. Server Configuration File (~/.kugetsu/servers.json)
{
"github.com": "https://github.com…
Bug: Forked sessions show same session ID as pm-agent + delegate without args shows wrong error
Clarifying Questions
I reviewed this issue and have some questions:
Bug 1 (session ID collision):
I see that cmd_delegate (lines 509-529) sends a message to the existing PM agent via…
shoko
deleted branch feat/issue-41-fire-and-forget-delegation from shoko/kugetsu
2026-04-02 00:24:43 +02:00
feat(kugetsu): cmd_delegate should call cmd_start directly for parallelization
RFC: Agent Workflow Specification - PM and Dev Agent responsibilities
Bug: Session files can become orphaned (exist but not in index)
feat(kugetsu): add local config file for user overrides (fixes #67)