fix: use KUGETSU_TEMP_DIR instead of /tmp #131

Closed
shoko wants to merge 3 commits from fix/issue-73-temp-dir-config into main
Showing only changes of commit 71e6bd5783 - Show all commits

View File

@@ -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>