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:
@@ -94,7 +94,7 @@ impl ScopedCredential {
|
||||
}
|
||||
}
|
||||
|
||||
/// Authorization grant issued by the localhost server running inside Warp for a
|
||||
/// Authorization grant issued by the localhost server running inside Galaxy for a
|
||||
/// single action.
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
|
||||
pub struct CredentialGrant {
|
||||
@@ -135,7 +135,7 @@ impl CredentialGrant {
|
||||
if &self.instance_id != instance_id {
|
||||
return Err(ControlError::new(
|
||||
ErrorCode::UnauthorizedLocalClient,
|
||||
"local-control credential belongs to a different Warp instance",
|
||||
"local-control credential belongs to a different Galaxy instance",
|
||||
));
|
||||
}
|
||||
if self.action != action {
|
||||
|
||||
Reference in New Issue
Block a user