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:
@@ -660,13 +660,13 @@ impl InlineItem {
|
||||
override_icon
|
||||
} else {
|
||||
match skill.provider {
|
||||
SkillProvider::Warp => GalaxyIcon::Warp,
|
||||
SkillProvider::Warp => GalaxyIcon::GalaxyLogo,
|
||||
SkillProvider::Claude => GalaxyIcon::ClaudeLogo,
|
||||
SkillProvider::Codex => GalaxyIcon::OpenAILogo,
|
||||
SkillProvider::Gemini => GalaxyIcon::GeminiLogo,
|
||||
SkillProvider::Droid => GalaxyIcon::DroidLogo,
|
||||
SkillProvider::OpenCode => GalaxyIcon::OpenCodeLogo,
|
||||
_ => GalaxyIcon::Warp,
|
||||
_ => GalaxyIcon::GalaxyLogo,
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user