Data
About
Z.AI Chat v1.2.4
Built with Z.AI SDK & GLM-5.1
Compatible with Android 15/16
Changelog
-
v1.2.4
2026-05-19
- Save button on every code block — downloads code as a real file to your phone
- Copy & Save buttons on every AI response — one-tap copy or save as .txt
- File paths in AI responses are now highlighted and tappable (tap to copy)
- Smart filename detection — auto-names saved files from code content
- 30+ language-to-extension mappings for proper file saving
-
v1.2.3
2026-05-19
- Fixed: Connect button not working — missing function declaration caused JS parse error
- All UI event handlers now correctly initialized on app start
-
v1.2.2
2026-05-19
- Fixed: network error on app backgrounding — now auto-retries with reconnect
- Streaming resumes from last saved token after reconnection
- Exponential backoff retry (3 attempts) for network interruptions
- Retry button shown for failed requests due to connectivity
- Offline/online detection with status banner
- Visibility change handler saves state on app background
- Partial response preserved and restorable on reconnect
-
v1.2.1
2026-05-19
- Fixed: messages lost when switching conversations during streaming
- Streaming responses now auto-save every 20 tokens to prevent data loss
- Partial responses preserved when switching sessions mid-generation
- Added in-app terminal panel for Coding and Agentic modes
- Terminal parses code blocks, file ops, and tool calls from AI responses
- Terminal toggle button with collapsible panel
- Terminal state persists across sessions
- Conversation list now shows message count
- Improved conversation switch safety with flush-before-switch
-
v1.2.0
2026-05-19
- Added light mode / dark mode toggle
- Theme persists across sessions
- Theme toggle button in chat header
- Theme setting in Settings screen
- Added changelog section to Settings
- Optimized light theme color palette
-
v1.1.0
2026-05-19
- Z.AI Coding Plan endpoint support
- Fixed API base URL to use coding plan endpoint
- Updated model list (GLM-5.1, GLM-5 Turbo, GLM-4.7, GLM-4.5 Air)
-
v1.0.0
2026-05-19
- Initial release
- Chat, Coding, Brainstorm, Agentic modes
- Streaming SSE responses
- Markdown rendering with syntax highlighting
- Conversation management with sidebar
- Settings with model, temperature, tokens controls
- Web search integration
- Export conversations to JSON
- Android 15/16 support (targetSdk 36)