v1.3.1: Auto-execute AI actions, Keep Screen On, status toasts
This commit is contained in:
@@ -236,6 +236,25 @@
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="settings-section">
|
||||
<h3>Terminal & Agent</h3>
|
||||
<div class="input-group toggle-group">
|
||||
<label>Auto-Deploy Files</label>
|
||||
<label class="toggle">
|
||||
<input type="checkbox" id="settings-autodeploy" checked>
|
||||
<span class="toggle-slider"></span>
|
||||
</label>
|
||||
</div>
|
||||
<span class="input-hint">AI-generated code auto-deploys to device in Coding/Agentic modes</span>
|
||||
<div class="input-group toggle-group" style="margin-top:12px">
|
||||
<label>Keep Screen On</label>
|
||||
<label class="toggle">
|
||||
<input type="checkbox" id="settings-keepawake">
|
||||
<span class="toggle-slider"></span>
|
||||
</label>
|
||||
</div>
|
||||
<span class="input-hint">Prevents screen sleep while agent is working</span>
|
||||
</div>
|
||||
<div class="settings-section">
|
||||
<h3>Appearance</h3>
|
||||
<div class="input-group toggle-group">
|
||||
@@ -253,13 +272,24 @@
|
||||
</div>
|
||||
<div class="settings-section">
|
||||
<h3>About</h3>
|
||||
<p class="about-text">Z.AI Chat v1.3.0</p>
|
||||
<p class="about-text">Z.AI Chat v1.3.1</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">v1.3.1</span>
|
||||
<span class="changelog-date">2026-05-19</span>
|
||||
<ul>
|
||||
<li>Fixed: AI actions now AUTO-EXECUTE — files deploy, APKs build & install automatically</li>
|
||||
<li>Added Keep Screen On toggle — prevents sleep while agent works</li>
|
||||
<li>Added Auto-Deploy toggle — controls whether AI actions auto-execute</li>
|
||||
<li>Status toasts show deploy/build/install progress</li>
|
||||
<li>New settings section: Terminal & Agent (Auto-Deploy, Keep Screen On)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<span class="changelog-version">v1.3.0</span>
|
||||
<span class="changelog-date">2026-05-19</span>
|
||||
|
||||
Reference in New Issue
Block a user