Skip to content

Update AgentPhone logo and bgColor#4753

Open
modi2meet wants to merge 76 commits into
simstudioai:stagingfrom
modi2meet:update-agentphone-logo
Open

Update AgentPhone logo and bgColor#4753
modi2meet wants to merge 76 commits into
simstudioai:stagingfrom
modi2meet:update-agentphone-logo

Conversation

@modi2meet
Copy link
Copy Markdown

Summary

  • Replace old green phone icon SVG with current AgentPhone logomark (robot mascot)
  • Update block bgColor from gradient to #000000

Test plan

  • Verify AgentPhone icon renders correctly in the block palette
  • Verify block card displays with black background

waleedlatif1 and others added 30 commits April 3, 2026 23:30
…ership workflow edits via sockets, ui improvements
…ration, signup method feature flags, SSO improvements
* feat(posthog): Add tracking on mothership abort (simstudioai#4023)

Co-authored-by: Theodore Li <theo@sim.ai>

* fix(login): fix captcha headers for manual login  (simstudioai#4025)

* fix(signup): fix turnstile key loading

* fix(login): fix captcha header passing

* Catch user already exists, remove login form captcha
…nts, secrets performance, polling refactors, drag resources in mothership
…endar triggers, docs updates, integrations/models pages improvements
…mat, logs performance improvements

fix(csp): add missing analytics domains, remove unsafe-eval, fix workspace CSP gap (simstudioai#4179)
fix(landing): return 404 for invalid dynamic route slugs (simstudioai#4182)
improvement(seo): optimize sitemaps, robots.txt, and core web vitals across sim and docs (simstudioai#4170)
fix(gemini): support structured output with tools on Gemini 3 models (simstudioai#4184)
feat(brightdata): add Bright Data integration with 8 tools (simstudioai#4183)
fix(mothership): fix superagent credentials (simstudioai#4185)
fix(logs): close sidebar when selected log disappears from filtered list; cleanup (simstudioai#4186)
v0.6.46: mothership streaming fixes, brightdata integration
icecrasher321 and others added 24 commits May 7, 2026 01:21
v0.6.72: billing pool contention fix
…personation fixes, md rendering, doc/pdf/pptx generation improvements
…pentelemetry updates, data drains to snowflake, blob, datadog, bigquery
…ip md polish

v0.6.75: scheduler claim-budget drain, helm chart hardening, mothership md polish
v0.6.78: file block get
fix(migrations): remove duplicate column add (fix(migrations): remove duplicate column addition simstudioai#4632)
v0.6.83: redis TLS SNI override for IP-based REDIS_URL, zod schema fixes
…s trimmed

v0.6.84: redis pub/sub SNI override, security hardening, copilot reads trimmed
…il integrations, markdown google docs creation
…oogle slides endpoints, DB access pattern improvements
…er, search & replace UX, kb connectors multi-select, mcp negative cache
Replace the old green phone icon with the current AgentPhone logomark
and change bgColor to #000000.
@vercel
Copy link
Copy Markdown

vercel Bot commented May 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docs Skipped Skipped May 27, 2026 5:10am

Request Review

@cursor
Copy link
Copy Markdown

cursor Bot commented May 27, 2026

PR Summary

Low Risk
Visual-only changes to an icon component and block bgColor; no API or workflow logic touched.

Overview
Refreshes AgentPhone branding in the workflow builder: the block card background switches from a dark green gradient to solid #000000, and AgentPhoneIcon is replaced with the current logomark (robot mascot) using a larger viewBox and white/#171717 artwork instead of the old green phone SVG.

Any surface that imports AgentPhoneIcon from icons.tsx (e.g. block palette, integrations icon map) picks up the new mark automatically; integration JSON metadata outside this diff may still list the old gradient until regenerated separately.

Reviewed by Cursor Bugbot for commit fdf4687. Bugbot is set up for automated code reviews on this repo. Configure here.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 27, 2026

Greptile Summary

This PR updates the AgentPhone block's visual identity: the old green phone SVG icon is replaced with the current AgentPhone robot mascot logomark, and the block's bgColor is simplified from a dark gradient to solid #000000.

  • The new AgentPhoneIcon SVG (viewBox=\"0 0 236 240\") uses white fills with fillRule=\"evenodd\" compound paths and near-black (#171717) fills for inner features, designed to render against the new black block background.
  • bgColor in agentphone.ts is changed from 'linear-gradient(135deg, #1a1a1a 0%, #0a2a14 100%)' to '#000000', which pairs correctly with the white-on-black mascot design.

Confidence Score: 5/5

This is a pure visual/branding update with no logic changes — safe to merge.

Both changes are cosmetic: the SVG replacement is a brand asset swap and the bgColor change is a one-line simplification from gradient to solid black. No logic, API contracts, or data flow are affected.

No files require special attention.

Important Files Changed

Filename Overview
apps/sim/blocks/blocks/agentphone.ts bgColor changed from CSS gradient string to solid #000000, aligning with the new black-background brand asset
apps/sim/components/icons.tsx AgentPhoneIcon SVG replaced from old green phone icon (viewBox 150×150) to new robot mascot logo (viewBox 236×240) with white/near-black fills on transparent background

Reviews (1): Last reviewed commit: "Update AgentPhone logo and block backgro..." | Re-trigger Greptile

@waleedlatif1 waleedlatif1 changed the base branch from main to staging May 27, 2026 06:12
@gitguardian
Copy link
Copy Markdown

gitguardian Bot commented May 27, 2026

⚠️ GitGuardian has uncovered 2 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

Since your pull request originates from a forked repository, GitGuardian is not able to associate the secrets uncovered with secret incidents on your GitGuardian dashboard.
Skipping this check run and merging your pull request will create secret incidents on your GitGuardian dashboard.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
29606901 Triggered Generic High Entropy Secret a54dcbe apps/sim/providers/utils.test.ts View secret
32763747 Triggered Generic Password 3e9849b helm/sim/tests/validators_test.yaml View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants