Compare commits
2 Commits
c71f43b581
...
34a0943202
| Author | SHA1 | Date | |
|---|---|---|---|
| 34a0943202 | |||
|
|
4464e5d91f |
@@ -228,7 +228,6 @@ cmd_delegate() {
|
||||
local msg_file="$LOGS_DIR/msg-$new_session.txt"
|
||||
printf '%s' "$message" > "$msg_file"
|
||||
nohup sh -c "GITEA_TOKEN='${GITEA_TOKEN:-}' opencode run '@$msg_file' --session '$new_session'" >> "$log_file" 2>&1 &
|
||||
rm -f "$msg_file"
|
||||
echo "Delegated to new session (logged to $(basename "$log_file"))"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user