Skip to content

fix: always use active (white) toolbar icon in IDE plugin#1216

Merged
kaeawc merged 1 commit intomainfrom
work/1214-ide-plugin--always-use-active--white--to
Feb 9, 2026
Merged

fix: always use active (white) toolbar icon in IDE plugin#1216
kaeawc merged 1 commit intomainfrom
work/1214-ide-plugin--always-use-active--white--to

Conversation

@kaeawc
Copy link
Owner

@kaeawc kaeawc commented Feb 9, 2026

Summary

  • Brighten the dark-theme tool window stripe icon from #AFB1B3 to #CED0D6 so the AutoMobile car icon always renders at the active/selected brightness in the IDE sidebar
  • No behavior or code changes — SVG color update only

Test Plan

  • IDE plugin builds successfully (ide-plugin:build)
  • Visually verify the toolbar icon appears bright/active in dark theme

Closes #1214

🤖 Generated with Claude Code

Brighten the dark-theme tool window stripe icon from #AFB1B3 to #CED0D6
so it renders at the active/selected brightness regardless of state.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@kaeawc kaeawc enabled auto-merge (squash) February 9, 2026 03:43
@github-actions
Copy link

github-actions bot commented Feb 9, 2026

MCP Benchmarks

Overall Status: ✅ PASSED
Status by Benchmark: Context Thresholds: ✅ | Tool Call Throughput: ✅ | Startup: ✅ | NPM Unpacked Size: ✅

Context Thresholds

Category Actual Threshold Usage Status
Tools 10,989 14,000 78%
Resources 440 1,000 44%
Resource Templates 1,563 2,000 78%
Total 12,992 17,000 76%

Overall Status: ✅ PASSED

Generated at 2026-02-09T03:46:11.383Z

Tool Call Throughput

Sample Size: 50 iterations per tool
Total Duration: 10.51s
Average Throughput: 33.29 ops/second

Fast Operations (<100ms)

Tool P50 P95 Mean Success Status
listDevices 0.0ms 0.0ms 0.0ms 100%
pressButton 0.1ms 0.2ms 0.1ms 100%

Medium Operations (100ms-1s)

Tool P50 P95 Mean Success Status
observe 22.6ms 36.2ms 24.3ms 100%
tapOn 0.1ms 0.1ms 0.1ms 100%
inputText 58.8ms 70.1ms 60.8ms 100%

Slow Operations (1s+)

Tool P50 P95 Mean Success Status
launchApp 16.1ms 17.5ms 16.5ms 100%
installApp 0.0ms 0.1ms 0.0ms 100%

Summary: 7/7 tools passed
Overall Status: ✅ PASSED

Generated at 2026-02-09T03:45:58.039Z

Startup Performance

MCP Server (stdio)

Mode Ready First Tool Call Heap Used
cold 515.0ms n/a 31.6MB
warm 518.0ms n/a 33.6MB

Device discovery: skipped (not run)

Daemon

Mode Spawn Ready Responsive Heap Used
cold 2.0ms 516.0ms 644.0ms 36.6MB
warm 2.0ms 549.0ms 728.0ms 36.6MB

Overall Status: ✅ PASSED

Generated at 2026-02-09T03:46:16Z

NPM Unpacked Size

Metric Actual Threshold Usage Status
Unpacked Size 12.4MB 30.0MB 41%

Package: @kaeawc/auto-mobile@0.0.10
Tarball Size: 2.7MB

Overall Status: ✅ PASSED

Generated at 2026-02-09T03:46:08.215Z

@kaeawc kaeawc merged commit 2fad9aa into main Feb 9, 2026
46 checks passed
@kaeawc kaeawc deleted the work/1214-ide-plugin--always-use-active--white--to branch February 9, 2026 03:55
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.

IDE plugin: always use active (white) toolbar icon

1 participant