bun fmt
Signed-off-by: 35C4n0r <work.jaykumar@gmail.com>
This commit is contained in:
parent
4b03bce6f7
commit
d4efc09b20
@ -1,6 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
# Set strict error handling AFTER sourcing bashrc to avoid unbound variable errors from user dotfiles
|
||||
set -euo pipefail
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user