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
+1 -1
View File
@@ -485,7 +485,7 @@ debug-assertions = true
[profile.rltoda]
inherits = "release-lto-debug_assertions"
# A profile tuned for the `oz` CLI tarball. The CLI is shipped over the network
# A profile tuned for Galaxy CLI tarballs. The CLI is shipped over the network
# and run headlessly, so we trade some compile time and a small amount of
# runtime perf for a smaller binary by mirroring the size-leaning settings used
# by `release-wasm`.