Compare commits

..

2 Commits

Author SHA1 Message Date
shokollm
03129c3702 Merge origin/main into fix/issue-160-queue-daemon-gitea-token 2026-04-05 23:36:42 +00:00
shokollm
9e9d56948f fix(queue-daemon): source pm-agent.env at startup to load GITEA_TOKEN 2026-04-05 23:34:14 +00:00

View File

@@ -8,7 +8,10 @@ source "$SCRIPT_DIR/kugetsu-index.sh"
source "$SCRIPT_DIR/kugetsu-worktree.sh"
source "$SCRIPT_DIR/kugetsu-log.sh"
load_agent_env "pm-agent"
# Load GITEA_TOKEN from default.env
if [ -f "$HOME/.kugetsu/env/default.env" ]; then
source "$HOME/.kugetsu/env/default.env"
fi
# Check if a notified task has completed (forked session ended or has new commits)
check_task_completion() {