Complete agent monitoring and Galaxy Control integration

- expose command-monitor conversations and preserve visible agent transcripts
- add bounded polling and a dedicated shell interrupt tool
- improve direct-provider images, skills, tool history, and usage handling
- package and brand Galaxy Control across releases, installers, persistence, and docs
This commit is contained in:
2026-07-29 15:04:58 -05:00
parent 100f1eff1c
commit dbfa8bcd48
172 changed files with 6357 additions and 3825 deletions
+2 -2
View File
@@ -7,12 +7,12 @@ cd "${REPO_ROOT}"
WASM_BINDGEN_VERSION="$(cargo metadata --format-version 1 | jq -rc '.packages[] | select(.name == "wasm-bindgen") | .version')"
cargo install wasm-bindgen-cli --version "$WASM_BINDGEN_VERSION"
# We source the bundle script so we can access it's calculated $OUT_DIR.
# We source the bundle script so we can access its calculated $OUT_DIR.
source ./script/wasm/bundle --debug --no-split --channel local "$@"
BUNDLE_DIR="$(dirname "$OUT_DIR")"
cp "$WORKSPACE_ROOT_DIR/script/wasm/dev-index.html" "$BUNDLE_DIR/index.html"
echo "Built Warp to $BUNDLE_DIR"
echo "Built Galaxy to $BUNDLE_DIR"
cargo run --release --package serve-wasm -- "$BUNDLE_DIR"