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
@@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>warp</title>
<title>Galaxy</title>
<style type="text/css">
body {
margin: 0px;
@@ -22,7 +22,7 @@
<body>
<script type="module">
import init from "/assets/client/wasm/warp.js";
import init from "/assets/client/wasm/galaxy.js";
window.addEventListener("load", () => {
init();
});