|
41 | 41 | "description": "The Developer That Never Rests. Self-hosted autonomous AI coding agent. Give it tasks. Walk away. Wake up to working code.", |
42 | 42 | "url": "https://fotsakir.github.io/codehero/", |
43 | 43 | "downloadUrl": "https://github.com/fotsakir/codehero/releases/latest", |
44 | | - "softwareVersion": "2.83.4", |
| 44 | + "softwareVersion": "2.83.5", |
45 | 45 | "applicationCategory": "DeveloperApplication", |
46 | 46 | "operatingSystem": "Ubuntu 22.04, Ubuntu 24.04", |
47 | 47 | "offers": { |
@@ -1330,9 +1330,9 @@ <h1>CodeHero</h1> |
1330 | 1330 | Install on <strong>Ubuntu 22.04/24.04</strong> VM (VirtualBox, VMware, Hyper-V, or cloud VPS). |
1331 | 1331 | </p> |
1332 | 1332 | <div style="position: relative; background: rgba(0,0,0,0.3); padding: 0.8rem 3rem 0.8rem 0.8rem; border-radius: 6px; font-family: 'JetBrains Mono', monospace; font-size: 0.7rem; overflow-x: auto;"> |
1333 | | - <button onclick="copyCode(this, 'wget https://github.com/fotsakir/codehero/releases/latest/download/codehero-2.83.4.zip\nunzip codehero-*.zip && cd codehero && ./setup.sh')" style="position: absolute; top: 6px; right: 6px; background: rgba(255,255,255,0.1); border: none; color: var(--text-muted); padding: 4px 8px; border-radius: 4px; cursor: pointer; font-size: 0.7rem; transition: all 0.2s;" onmouseover="this.style.background='rgba(255,255,255,0.2)'" onmouseout="this.style.background='rgba(255,255,255,0.1)'">📋</button> |
| 1333 | + <button onclick="copyCode(this, 'wget https://github.com/fotsakir/codehero/releases/latest/download/codehero-2.83.5.zip\nunzip codehero-*.zip && cd codehero && ./setup.sh')" style="position: absolute; top: 6px; right: 6px; background: rgba(255,255,255,0.1); border: none; color: var(--text-muted); padding: 4px 8px; border-radius: 4px; cursor: pointer; font-size: 0.7rem; transition: all 0.2s;" onmouseover="this.style.background='rgba(255,255,255,0.2)'" onmouseout="this.style.background='rgba(255,255,255,0.1)'">📋</button> |
1334 | 1334 | <span style="color: var(--text-muted);"># On Ubuntu VM (as root)</span><br> |
1335 | | - <span style="color: var(--accent-cyan);">wget https://github.com/fotsakir/codehero/releases/latest/download/codehero-2.83.4.zip</span><br> |
| 1335 | + <span style="color: var(--accent-cyan);">wget https://github.com/fotsakir/codehero/releases/latest/download/codehero-2.83.5.zip</span><br> |
1336 | 1336 | <span style="color: var(--accent-cyan);">unzip codehero-*.zip && cd codehero && ./setup.sh</span> |
1337 | 1337 | </div> |
1338 | 1338 | <p style="margin-top: 0.8rem; font-size: 0.8rem;"> |
|
0 commit comments