fix(kugetsu): add KUGETSU_TEMP_DIR config and post-comment helper #132
@@ -1248,6 +1248,10 @@ cmd_init() {
|
|||||||
# Verbosity level for PM agent output (verbose, default, or quiet)
|
# Verbosity level for PM agent output (verbose, default, or quiet)
|
||||||
# KUGETSU_VERBOSITY=default
|
# KUGETSU_VERBOSITY=default
|
||||||
|
|
||||||
|
# Temporary directory for agent operations (default: ~/.local/share/opencode/tool-output)
|
||||||
|
# Use this instead of /tmp which may be blocked by opencode in headless mode
|
||||||
|
# KUGETSU_TEMP_DIR="$HOME/.local/share/opencode/tool-output"
|
||||||
|
|
||||||
# Git server configurations
|
# Git server configurations
|
||||||
# Format: GIT_SERVERS["hostname"]="https://hostname"
|
# Format: GIT_SERVERS["hostname"]="https://hostname"
|
||||||
# Add servers with: kugetsu server add <name> <url>
|
# Add servers with: kugetsu server add <name> <url>
|
||||||
|
|||||||
Reference in New Issue
Block a user