feat(agent): hierarchical executor with path resolve, runtime probe, quiet UI
Make Zed Agent closer to Cursor: deterministic DevOps path index, live Traefik port probe before blind edits, stop-after-edit, and quieter Russian progress.
This commit is contained in:
@@ -10,7 +10,9 @@ set -a
|
||||
source .env
|
||||
set +a
|
||||
|
||||
NO_PROXY_VAL="${NO_PROXY:-localhost,127.0.0.1,api.novita.ai,novita.ai}"
|
||||
# shellcheck disable=SC1091
|
||||
source "${STACK_DIR}/scripts/no-proxy-default.sh"
|
||||
NO_PROXY_VAL="${NO_PROXY:-${NO_PROXY_DEFAULT}}"
|
||||
|
||||
echo "== Scale vless-proxy and vpn-watchdog to 0 =="
|
||||
docker service scale "${STACK_NAME}_vless-proxy=0" "${STACK_NAME}_vpn-watchdog=0" || true
|
||||
|
||||
Reference in New Issue
Block a user