feat: add Flash-to-Pro Cognitive Bridge agent and asset

This commit is contained in:
Gemini AI
2025-12-18 23:48:24 +04:00
Unverified
parent caf1372f90
commit 9125cfafed
2 changed files with 25 additions and 2 deletions

View File

@@ -104,8 +104,9 @@
<br><a href="https://s.trae.ai/a/287cc3"><strong>⚡ Install Agent</strong></a> <br><a href="https://s.trae.ai/a/287cc3"><strong>⚡ Install Agent</strong></a>
</td> </td>
<td width="50%" align="center"> <td width="50%" align="center">
<img src="assets/coming_soon.svg" alt="Coming Soon" width="100%"> <a href="https://s.trae.ai/a/223b13?region=sg"><img src="assets/flash_to_pro.svg" alt="Flash-to-Pro Cognitive Bridge" width="100%"></a>
<br><br><br> <br><sub>🚀 System Upgrade: Flash-to-Pro Cognitive Bridge<br>Overclock lightweight models to simulate Pro-tier reasoning depth.</sub>
<br><a href="https://s.trae.ai/a/223b13?region=sg"><strong>⚡ Install Agent</strong></a>
</td> </td>
</tr> </tr>

22
assets/flash_to_pro.svg Normal file
View File

@@ -0,0 +1,22 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 250">
<defs>
<linearGradient id="grad_bridge" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#8E2DE2;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4A00E2;stop-opacity:1" />
</linearGradient>
<filter id="shadow">
<feDropShadow dx="0" dy="4" stdDeviation="4" flood-opacity="0.25"/>
</filter>
</defs>
<rect width="400" height="250" rx="20" fill="#1a1a1a" />
<rect x="10" y="10" width="380" height="230" rx="15" fill="none" stroke="url(#grad_bridge)" stroke-width="4" />
<g transform="translate(150, 60)">
<path d="M50 0 L93.3 25 V75 L50 100 L6.7 75 V25 Z" fill="url(#grad_bridge)" filter="url(#shadow)" opacity="0.9" />
<path d="M30 40 L50 20 L70 40 M30 60 L50 80 L70 60" stroke="white" stroke-width="4" fill="none" stroke-linecap="round"/>
<path d="M25 50 L75 50" stroke="white" stroke-width="4" stroke-linecap="round"/>
</g>
<text x="50%" y="200" dominant-baseline="middle" text-anchor="middle" font-family="Arial, sans-serif" font-weight="bold" font-size="22" fill="white">FLASH-TO-PRO</text>
<text x="50%" y="225" dominant-baseline="middle" text-anchor="middle" font-family="Arial, sans-serif" font-size="12" fill="#cccccc">COGNITIVE BRIDGE</text>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB