Block a user
shoko
pushed to feat/issue-41-fire-and-forget-delegation at shoko/kugetsu
2026-03-31 10:12:52 +02:00
shoko
pushed to feat/issue-41-fire-and-forget-delegation at shoko/kugetsu
2026-03-31 09:26:12 +02:00
shoko
pushed to feat/issue-41-fire-and-forget-delegation at shoko/kugetsu
2026-03-31 09:25:41 +02:00
feat(kugetsu): implement fire-and-forget delegation (#41)
shoko
created branch feat/issue-41-fire-and-forget-delegation in shoko/kugetsu
2026-03-31 08:12:18 +02:00
shoko
pushed to feat/issue-41-fire-and-forget-delegation at shoko/kugetsu
2026-03-31 08:12:18 +02:00
PM Agent: opencode external_directory permission fails for subdirectory paths
Options Analysis
Option B — opencode allowlist flag
Add a session creation flag (e.g., external_directory: "allow") that bypasses glob pattern matching for external directory access.
Feature: kugetsu delegate should be fire-and-forget
Tradeoffs for Dead PM Session Handling
Option 1: Pre-check before delegating
- Adds 2s latency to every delegate call
- Actually wait... timeout on a live session still waits for agent…
Bug: opencode session list does not show forked sessions created by kugetsu init
Feature: kugetsu delegate should be fire-and-forget
fix(kugetsu): remove broken session existence check (#38)
fix(kugetsu): remove broken session existence check (#38)
shoko
created branch fix/issue-38-remove-broken-session-check in shoko/kugetsu
2026-03-31 07:24:27 +02:00
shoko
pushed to fix/issue-38-remove-broken-session-check at shoko/kugetsu
2026-03-31 07:24:27 +02:00
Design: Implement parallel agent capacity limits and queueing
Feedback
Great design issue! Here is my analysis based on the kugetsu architecture:
Recommended Approach: Option C (PM Agent Self-Regulation) + Minimal Queue
**Why not pure Option A…
fix(kugetsu): use --format json for session existence check (#38)
fix(kugetsu): use --format json for session existence check (#38)