GG-AI Modifier v2.0.0 #3
yl985211
announced in
Announcements
Replies: 1 comment
-
|
这个版本优化非常好 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
GG-AI Modifier 更新日志
English document at the bottom
v2.0.0 (2026-05-09)
🆕 新增功能
核心引擎升级
/proc/[pid]/maps时自动按优先级排序,优先搜索[heap]、[anon:*]等高价值内存段,跳过只读段,提升搜索效率ByteBuffer.order(ByteOrder.LITTLE_ENDIAN)显式声明字节序,支持 1 字节精细扫描步进Lua 脚本引擎
gg.choice()、gg.prompt()、gg.toast()、gg.alert()等交互式 APIgg.choice()会弹出真正的选择对话框,阻塞等待用户选择后继续执行(与 GG 修改器体验一致)AI 对话升级
flutter_markdown包渲染 AI 回复对话记录管理
/storage/emulated/0/Documents/AI-gg/(Android 10+ 使用 MediaStore API)LLM 配置增强
设置页面
悬浮窗优化
🐛 修复
📦 版本信息
v1.0.0 (2026-05-07)
初始版本
GG-AI Modifier Changelog
v2.0.0 (2026-05-09)
🆕 New Features
Core Engine Upgrade
/proc/[pid]/maps. High-value segments like[heap]and[anon:*]are searched first, while read-only segments are skipped, improving search efficiency.ByteBuffer.order(ByteOrder.LITTLE_ENDIAN)to explicitly declare byte order, supporting fine-grained scanning with a 1-byte step.Lua Script Engine
gg.choice(),gg.prompt(),gg.toast(), andgg.alert().gg.choice()inside Lua scripts displays a real selection dialog that blocks and waits for user choice before continuing (matching the experience of GG Modifier).AI Conversation Upgrade
flutter_markdownpackage to render AI replies.Chat Record Management
/storage/emulated/0/Documents/AI-gg/(Uses MediaStore API on Android 10+).LLM Configuration Enhancements
Settings Page
Floating Window Optimization
🐛 Fixes
📦 Version Info
v1.0.0 (2026-05-07)
Initial Release
This discussion was created from the release GG-AI Modifier v2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions