Use dedicated sprout-agent avatar (#532)

This commit is contained in:
tlongwell-block
2026-05-11 17:16:08 +00:00
committed by GitHub
parent eb73a7f7c6
commit e2b6e8b25a
@@ -21,7 +21,7 @@ const GOOSE_AVATAR_URL: &str = "https://goose-docs.ai/img/logo_dark.png";
const CLAUDE_CODE_AVATAR_URL: &str = "https://anthropic.gallerycdn.vsassets.io/extensions/anthropic/claude-code/2.1.77/1773707456892/Microsoft.VisualStudio.Services.Icons.Default";
const CODEX_AVATAR_URL: &str = "https://openai.gallerycdn.vsassets.io/extensions/openai/chatgpt/26.5313.41514/1773706730621/Microsoft.VisualStudio.Services.Icons.Default";
const SPROUT_AGENT_AVATAR_URL: &str =
"https://raw.githubusercontent.com/block/sprout/main/docs/assets/sprout-icon.png";
"https://raw.githubusercontent.com/block/sprout/refs/heads/main/crates/sprout-agent/sprout-agent.png";
fn common_binary_paths() -> &'static [PathBuf] {
use std::sync::OnceLock;