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
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
# Set strict error handling AFTER sourcing bashrc to avoid unbound variable errors from user dotfiles
|
# Set strict error handling AFTER sourcing bashrc to avoid unbound variable errors from user dotfiles
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
|
|||||||
@ -264,13 +264,13 @@ function start_agentapi() {
|
|||||||
BOUNDARY_ARGS+=(--pprof-port "${ARG_BOUNDARY_PPROF_PORT}")
|
BOUNDARY_ARGS+=(--pprof-port "${ARG_BOUNDARY_PPROF_PORT}")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# if [[ "${ARG_REPORT_TASKS}" == "true" ]]; then
|
# if [[ "${ARG_REPORT_TASKS}" == "true" ]]; then
|
||||||
# boundary-run "${BOUNDARY_ARGS[@]}" -- \
|
# boundary-run "${BOUNDARY_ARGS[@]}" -- \
|
||||||
# claude "${ARGS[@]}"
|
# claude "${ARGS[@]}"
|
||||||
# else
|
# else
|
||||||
"${CORE_COMMAND[@]}" boundary-run "${BOUNDARY_ARGS[@]}" -- \
|
"${CORE_COMMAND[@]}" boundary-run "${BOUNDARY_ARGS[@]}" -- \
|
||||||
claude "${ARGS[@]}"
|
claude "${ARGS[@]}"
|
||||||
# fi
|
# fi
|
||||||
else
|
else
|
||||||
"${CORE_COMMAND[@]}" claude "${ARGS[@]}"
|
"${CORE_COMMAND[@]}" claude "${ARGS[@]}"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user