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:
@@ -1,4 +1,4 @@
|
||||
Package: warp-terminal@@CHANNEL_SUFFIX@@
|
||||
Package: @@PACKAGE_NAME@@
|
||||
Version: @@VERSION@@
|
||||
Section: devel
|
||||
Depends: fontconfig, libegl1, libwayland-client0, libwayland-egl1, libx11-6, libxcb1, libxcursor1, libxi6, libxkbcommon-x11-0, zlib1g
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Create a symlink from /usr/bin to our binary under /opt.
|
||||
rm -f /usr/bin/warp-terminal@@CHANNEL_SUFFIX@@
|
||||
ln -s @@OPTDIR@@/@@BINARY_NAME@@ /usr/bin/warp-terminal@@CHANNEL_SUFFIX@@
|
||||
rm -f /usr/bin/@@PACKAGE_NAME@@
|
||||
ln -s @@OPTDIR@@/@@BINARY_NAME@@ /usr/bin/@@PACKAGE_NAME@@
|
||||
|
||||
# Make sure the system incorporates the newly-installed desktop file.
|
||||
if hash update-desktop-database 2>/dev/null; then
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# postrm script.
|
||||
action="$1"
|
||||
|
||||
rm -f /usr/bin/warp-terminal@@CHANNEL_SUFFIX@@
|
||||
rm -f /usr/bin/@@PACKAGE_NAME@@
|
||||
|
||||
# Make sure the system forgets the newly-uninstalled desktop file.
|
||||
if hash update-desktop-database 2>/dev/null; then
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Package: oz@@CHANNEL_SUFFIX@@
|
||||
Package: @@PACKAGE_NAME@@
|
||||
Version: @@VERSION@@
|
||||
Section: devel
|
||||
Depends: zlib1g
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
# postrm script.
|
||||
action="$1"
|
||||
|
||||
rm -f /usr/bin/oz@@CHANNEL_SUFFIX@@
|
||||
rm -f /usr/bin/@@BINARY_NAME@@
|
||||
|
||||
Reference in New Issue
Block a user