• Joined on 2026-03-13
shoko created pull request shoko/kugetsu#84 2026-04-02 01:11:23 +02:00
feat(kugetsu): add env pass-through for agent delegation
shoko created branch feat/issue-76-env-pass-through in shoko/kugetsu 2026-04-02 01:11:09 +02:00
shoko pushed to feat/issue-76-env-pass-through at shoko/kugetsu 2026-04-02 01:11:09 +02:00
4945425d03 feat(kugetsu): add env pass-through for agent delegation
shoko created pull request shoko/kugetsu#83 2026-04-02 01:07:45 +02:00
feat(kugetsu): add git server configuration management
shoko created branch feat/issue-78-git-server-config in shoko/kugetsu 2026-04-02 01:07:32 +02:00
shoko pushed to feat/issue-78-git-server-config at shoko/kugetsu 2026-04-02 01:07:32 +02:00
3d3cb56491 feat(kugetsu): add git server configuration management
shoko created pull request shoko/kugetsu#82 2026-04-02 01:04:40 +02:00
fix: session ID collision in cmd_start + delegate issue ref extraction
shoko created branch fix/issue-81-session-id-collision in shoko/kugetsu 2026-04-02 01:04:17 +02:00
shoko pushed to fix/issue-81-session-id-collision at shoko/kugetsu 2026-04-02 01:04:17 +02:00
0a2baf99d5 fix: session ID collision in cmd_start + delegate issue ref extraction
shoko commented on issue shoko/kugetsu#81 2026-04-02 00:39:36 +02:00
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…
shoko commented on issue shoko/kugetsu#76 2026-04-02 00:37:38 +02:00
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…

shoko commented on issue shoko/kugetsu#78 2026-04-02 00:37:02 +02:00
Better git server config/management for issue refs

Implementation Proposal

Based on the discussion, here is my proposed implementation:

1. Server Configuration File (~/.kugetsu/servers.json)

{
  "github.com": "https://github.com…
shoko commented on issue shoko/kugetsu#81 2026-04-02 00:35:46 +02:00
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 closed issue shoko/kugetsu#20 2026-04-02 00:28:58 +02:00
Phase 4: Web Dashboard (Monitoring)
shoko closed issue shoko/kugetsu#18 2026-04-02 00:28:57 +02:00
Phase 2: API Interface
shoko deleted branch feat/issue-41-fire-and-forget-delegation from shoko/kugetsu 2026-04-02 00:24:43 +02:00
shoko closed issue shoko/kugetsu#75 2026-04-02 00:23:05 +02:00
feat(kugetsu): cmd_delegate should call cmd_start directly for parallelization
shoko closed issue shoko/kugetsu#56 2026-04-02 00:23:04 +02:00
RFC: Agent Workflow Specification - PM and Dev Agent responsibilities
shoko closed issue shoko/kugetsu#66 2026-04-02 00:23:04 +02:00
Bug: Session files can become orphaned (exist but not in index)
shoko closed pull request shoko/kugetsu#69 2026-04-02 00:14:12 +02:00
feat(kugetsu): add local config file for user overrides (fixes #67)