Logo
Explore Help
Sign In
admin/Z.AI-Chat-for-Android
1
0
Fork 0
You've already forked Z.AI-Chat-for-Android
Code Issues Pull Requests Actions Packages Projects Releases 8 Wiki Activity

8 Releases 8 Tags

RSS Feed
  • v3.3.1 270372eac0
    Compare

    v3.3.1 — HTML Preview Fix Stable

    admin released this 2026-05-21 14:30:04 +00:00 | 0 commits to master since this release

    v3.3.1 (2026-05-21)

    Bug Fix

    • HTML code blocks no longer break chat flow — raw HTML from AI responses was being rendered directly inside the chat DOM, breaking layout and interactivity
    • HTML code blocks now display as syntax-highlighted source code with a Preview button
    • Added sandboxed iframe preview panel
    • Added Open in Browser button for full-screen preview
    Downloads
    • Z.AI-Chat-v3.3.1-release.apk
      19 MiB
      2026-05-21 14:30:26 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.3.0 5125725ea7
    Compare

    v3.3.0 — File Manager, SSH/Remote Access, Approval Gate Stable

    admin released this 2026-05-21 13:43:01 +00:00 | 2 commits to master since this release

    v3.3.0 (2026-05-21)

    File Manager

    • Browse device files (App Files, Downloads, Camera, Storage root)
    • Open/preview any file with system viewer
    • Install APKs directly from the file manager

    SSH / Remote Access

    • AI can SSH into external machines via [SSH_EXEC user@host command]
    • SCP upload/download via [SSH_UPLOAD] / [SSH_DOWNLOAD]
    • Remote execution via [REMOTE_EXEC host command]
    • URL fetching via [CURL_EXEC url]

    Approval Gate

    • All sensitive actions (SSH, SCP, curl, adb, pip, npm, etc.) require explicit user approval
    • In-app Approve/Deny dialog before each action
    • AI explains what it wants to do, you decide

    Other

    • New native FileManagerPlugin
    • Updated agentic system prompt with full external access documentation
    • Cleaned up stale artifacts from releases/
    Downloads
    • Z.AI-Chat-v3.3.0-release.apk
      19 MiB
      2026-05-21 14:23:33 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.2.1 d98508dafa
    Compare

    Z.AI Chat v3.2.1 Stable

    admin released this 2026-05-21 10:48:14 +00:00 | 3 commits to master since this release

    v3.2.1

    • Hermes install uses internal venv helper and returns stronger diagnostics
    • Internal virtual env setup remains app-contained
    • No external Termux app dependency for module installs
    • Better fallback output for pip/venv failures
    Downloads
    • Z.AI-Chat-v3.2.1-debug.apk
      22 MiB
      2026-05-21 10:51:14 +00:00
    • Z.AI-Chat-v3.2.1-release.apk
      19 MiB
      2026-05-21 10:49:34 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.2.0 66354c182b
    Compare

    Z.AI Chat v3.2.0 Stable

    admin released this 2026-05-21 10:10:30 +00:00 | 4 commits to master since this release

    v3.2.0

    • Full QA critical/high fixes
    • In-app virtual environment setup and module install
    • Safer threading and resource handling
    • Accessibility label improvements
    • Internal sandbox-first coding/agentic tool flow
    Downloads
    • Z.AI-Chat-v3.2.0-debug.apk
      22 MiB
      2026-05-21 10:17:23 +00:00
    • Z.AI-Chat-v3.2.0-release.apk
      19 MiB
      2026-05-21 10:14:06 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.1.2 2e5d2f819a
    Compare

    v3.1.2 - fix send message error Stable

    admin released this 2026-05-20 11:31:32 +00:00 | 5 commits to master since this release

    Fix missing codeBlockFileRegex variable causing all message sends to fail

    Downloads
    • Z.AI-Chat-v3.1.2-debug.apk
      22 MiB
      2026-05-20 11:46:07 +00:00
    • Z.AI-Chat-v3.1.2-release.apk
      19 MiB
      2026-05-20 11:41:38 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.1.1 895df83333
    Compare

    Z.AI Chat v3.1.1 Stable

    admin released this 2026-05-20 10:56:18 +00:00 | 6 commits to master since this release

    v3.1.1 - Bug Fixes

    • Download mirrors — bootstrap ZIP fallback to mirror.termux.dev when GitHub is slow
    • d8.jar — extract from APK assets first, then download as fallback
    • Hermes — auto-installs Python + build deps via pkg before pip install
    • AutoGLM — added canTakeScreenshot + label to accessibility config (Samsung fix)
    • AutoGLM — removed incorrect foregroundServiceType=mediaPlayback (Android 16 fix)
    • AutoGLM — cleaned up openSettings, removed Samsung-internal extras
    Downloads
    • Z.AI-Chat-v3.1.1-debug.apk
      22 MiB
      2026-05-20 11:02:47 +00:00
    • Z.AI-Chat-v3.1.1-release.apk
      19 MiB
      2026-05-20 10:59:13 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.1.0 50983eb011
    Compare

    Z.AI Chat v3.1.0 Stable

    admin released this 2026-05-20 09:24:14 +00:00 | 7 commits to master since this release

    v3.1.0 - AutoGLM Device Control + Hermes Agent

    • AutoGLM — AccessibilityService for tap, swipe, type, screenshot, UI tree, click by text/ID
    • Navigation — Back, Home, Recents, Notifications, Quick Settings
    • Hermes Agent — Python venv install, execute Hermes commands from chat
    • AI Tags — [DEVICE_] and [HERMES_] in coding + agentic modes
    • v2 Signing — APK signed with v2 scheme (targetSdk 36)
    Downloads
    • Z.AI-Chat-v3.1.0-debug.apk
      22 MiB
      2026-05-20 09:26:55 +00:00
    • Z.AI-Chat-v3.1.0-release.apk
      19 MiB
      2026-05-20 09:25:17 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.3.0 f86a5added
    Compare

    Z.AI Chat v2.3.0 (APK broken!) Stable

    admin released this 2026-05-20 08:31:09 +00:00 | 8 commits to master since this release

    v2.3.0 - Java Virtual Environment

    • Java Virtual Environment — ecj.jar + apksigner.jar bundled in APK, d8.jar downloaded at runtime
    • app_process Wrappers — Java tools run via /system/bin/app_process (bypasses SELinux execve restrictions)
    • Runtime aapt2 Install — downloads aapt2 + dependencies from Termux repo on demand
    • Smart Tool Detection — checks both Termux native and Java virtual tools
    • BUILD_SCRIPT Updated — uses app_process wrapper scripts, #!/system/bin/sh
    • LD_LIBRARY_PATH — tools/lib added for aapt2 shared library resolution
    Downloads
    • Z.AI-Chat-v2.3.0-debug.apk
      22 MiB
      2026-05-20 08:36:19 +00:00
    • Z.AI-Chat-v2.3.0-release.apk
      19 MiB
      2026-05-20 08:34:48 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
Powered by Gitea Version: 1.25.3 Page: 27ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API