feat(kugetsu): add KUGETSU_VERBOSITY for PM agent output control #99

Closed
shoko wants to merge 0 commits from feat/issue-46-verbosity-v4 into main
Owner

Summary

Fix for #46 - PM Agent verbosity control.

Changes

Add KUGETSU_VERBOSITY environment variable with three modes:

Mode Behavior
total (default) Work silently, post only final summary
verbose Post every action (current noisy behavior)
hybrid Post only on errors

Implementation

  1. Added KUGETSU_VERBOSITY variable with default total
  2. Export KUGETSU_VERBOSITY in cmd_delegate when running opencode

Usage

# Set verbosity (in ~/.kugetsu/config or ~/.kugetsu/env/default.env)
KUGETSU_VERBOSITY=total

# Or per-delegation (if PM skill supports it)
kugetsu delegate "work on #20"

PM agent skill should check KUGETSU_VERBOSITY env var and adjust posting behavior accordingly.

Fixes #46

## Summary Fix for #46 - PM Agent verbosity control. ## Changes Add `KUGETSU_VERBOSITY` environment variable with three modes: | Mode | Behavior | |------|----------| | `total` (default) | Work silently, post only final summary | | `verbose` | Post every action (current noisy behavior) | | `hybrid` | Post only on errors | ## Implementation 1. Added `KUGETSU_VERBOSITY` variable with default `total` 2. Export `KUGETSU_VERBOSITY` in `cmd_delegate` when running opencode ## Usage ```bash # Set verbosity (in ~/.kugetsu/config or ~/.kugetsu/env/default.env) KUGETSU_VERBOSITY=total # Or per-delegation (if PM skill supports it) kugetsu delegate "work on #20" ``` PM agent skill should check `KUGETSU_VERBOSITY` env var and adjust posting behavior accordingly. Fixes #46
shoko closed this pull request 2026-04-02 05:35:46 +02:00

Pull request closed

Sign in to join this conversation.