Signed-off-by: 35C4n0r <work.jaykumar@gmail.com>
This commit is contained in:
35C4n0r 2025-12-14 18:05:17 +00:00
parent 4b03bce6f7
commit d4efc09b20
2 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,5 @@
#!/bin/bash
# Set strict error handling AFTER sourcing bashrc to avoid unbound variable errors from user dotfiles
set -euo pipefail

View File

@ -264,13 +264,13 @@ function start_agentapi() {
BOUNDARY_ARGS+=(--pprof-port "${ARG_BOUNDARY_PPROF_PORT}")
fi
# if [[ "${ARG_REPORT_TASKS}" == "true" ]]; then
# boundary-run "${BOUNDARY_ARGS[@]}" -- \
# claude "${ARGS[@]}"
# else
"${CORE_COMMAND[@]}" boundary-run "${BOUNDARY_ARGS[@]}" -- \
claude "${ARGS[@]}"
# fi
# if [[ "${ARG_REPORT_TASKS}" == "true" ]]; then
# boundary-run "${BOUNDARY_ARGS[@]}" -- \
# claude "${ARGS[@]}"
# else
"${CORE_COMMAND[@]}" boundary-run "${BOUNDARY_ARGS[@]}" -- \
claude "${ARGS[@]}"
# fi
else
"${CORE_COMMAND[@]}" claude "${ARGS[@]}"
fi