v3.1.0: AutoGLM device control + Hermes agent integration for coding/agentic modes
This commit is contained in:
@@ -216,6 +216,17 @@
|
||||
<span class="btn-text">Install Dev Tools</span>
|
||||
<span class="btn-loader" style="display:none"></span>
|
||||
</button>
|
||||
<div style="margin-top:20px; border-top:1px solid var(--border); padding-top:16px;">
|
||||
<h3 style="margin-bottom:8px;">AutoGLM Device Control</h3>
|
||||
<p style="font-size:13px; color:var(--text-secondary); margin-bottom:8px;">Enable accessibility service to allow AI to control your device (tap, swipe, type, read screen).</p>
|
||||
<div id="autoglm-status" style="font-size:13px; margin-bottom:8px;"></div>
|
||||
<button id="autoglm-enable-btn" class="btn-secondary" style="width:100%">Enable Device Control</button>
|
||||
</div>
|
||||
<div style="margin-top:16px; border-top:1px solid var(--border); padding-top:16px;">
|
||||
<h3 style="margin-bottom:8px;">Hermes Agent</h3>
|
||||
<p style="font-size:13px; color:var(--text-secondary); margin-bottom:8px;">Install Hermes agent for advanced AI capabilities: web search, terminal, skills, memory, browser automation.</p>
|
||||
<button id="hermes-install-btn" class="btn-secondary" style="width:100%">Install Hermes</button>
|
||||
</div>
|
||||
<button id="devsetup-back-btn" class="btn-secondary" style="margin-top:12px">Back to Terminal</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -327,13 +338,26 @@
|
||||
</div>
|
||||
<div class="settings-section">
|
||||
<h3>About</h3>
|
||||
<p class="about-text">Z.AI Chat v2.3.0</p>
|
||||
<p class="about-text">Z.AI Chat v3.1.0</p>
|
||||
<p class="about-text">Built with Z.AI SDK & GLM-5.1</p>
|
||||
<p class="about-text">Compatible with Android 15/16</p>
|
||||
</div>
|
||||
<div class="settings-section">
|
||||
<h3>Changelog</h3>
|
||||
<ul class="changelog-list">
|
||||
<li>
|
||||
<span class="changelog-version">v3.1.0</span>
|
||||
<span class="changelog-date">2026-05-20</span>
|
||||
<ul>
|
||||
<li><strong>AutoGLM Device Control</strong> — AccessibilityService for tap, swipe, type, long press, screenshot, UI tree, click by text/ID</li>
|
||||
<li><strong>Navigation Controls</strong> — press Back, Home, Recents, Notifications, Quick Settings, Power Dialog</li>
|
||||
<li><strong>App Control</strong> — launch apps, get current app, read full UI hierarchy</li>
|
||||
<li><strong>Hermes Agent</strong> — install hermes-agent in Python venv, execute Hermes commands from chat</li>
|
||||
<li><strong>Device Tools in AI</strong> — [DEVICE_*] and [HERMES_*] tags parsed in coding + agentic modes</li>
|
||||
<li><strong>Accessibility Setup</strong> — one-tap enable in Dev Setup screen with status indicator</li>
|
||||
<li><strong>v2 Signing</strong> — APK signed with v2 scheme (required for targetSdk 36)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<span class="changelog-version">v2.3.0</span>
|
||||
<span class="changelog-date">2026-05-20</span>
|
||||
|
||||
Reference in New Issue
Block a user