v2.2.0: Rewritten build pipeline (18 bugs fixed), auto-install tools, IDE-like agentic loop, 5min timeout
This commit is contained in:
@@ -327,13 +327,25 @@
|
||||
</div>
|
||||
<div class="settings-section">
|
||||
<h3>About</h3>
|
||||
<p class="about-text">Z.AI Chat v2.1.0</p>
|
||||
<p class="about-text">Z.AI Chat v2.2.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">v2.2.0</span>
|
||||
<span class="changelog-date">2026-05-19</span>
|
||||
<ul>
|
||||
<li><strong>Build Pipeline Rewrite</strong> — proven 7-step pipeline: resources, link, compile R.java + sources, DEX, package, sign</li>
|
||||
<li><strong>Auto-Install Build Tools</strong> — aapt2/ecj/d8/apksigner auto-installed via pkg on first build</li>
|
||||
<li><strong>APK Signing</strong> — generates debug keystore (keytool or openssl), signs with apksigner</li>
|
||||
<li><strong>5-Minute Build Timeout</strong> — 10x longer for on-device compilation; kills stuck processes</li>
|
||||
<li><strong>Fixed 18 Build Bugs</strong> — R.java now compiled, d8 uses @file not broken glob, proper error propagation</li>
|
||||
<li><strong>Agentic IDE Loop</strong> — full tool→execute→verify→iterate cycle inspired by opencode/AIDE</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<span class="changelog-version">v2.1.0</span>
|
||||
<span class="changelog-date">2026-05-19</span>
|
||||
|
||||
Reference in New Issue
Block a user