Aether
正式版
4
查看
0
讨论
8
收藏
项目地址:https://github.com/Zhou-Shilin/Aether
photo_library 应用截图
new_releases 更新日志
🚀 Aether v2.0.0 Changelog
✨ New Features
Pi Agent Kernel: Migrated agent turns to the Pi bridge, with persistent session reuse, host-tool execution, session pruning, concurrency control, steering, and abort support.
Provider Catalog & Authentication: Added the Pi provider catalog, OAuth and API-key setup, provider-specific login prompts, ambient authentication, custom headers, and configurable OpenAI/Anthropic base URLs.
Reasoning Effort Controls: Model thinking capabilities now drive available reasoning levels, with persisted selections and localized controls.
Pi Extensions: Added source-compatible Pi Extensions, package discovery, enablement controls, native Aether UI/app mods, documentation, and runnable examples.
Protocol Compatibility: Added MCP stdio support for both newline-delimited JSON and Content-Length framing.
🛠 Improvements & Optimizations
Provider UX: Rebuilt provider setup and onboarding with provider icons, OAuth flows, model metadata, and custom endpoint configuration.
Runtime Packaging: Bundles the Pi bridge and provider icon assets into Android builds; Release APKs are arm64-v8a only.
Documentation: Aligned project documentation and moved quick-start guidance to the hosted docs.
🐛 Bug Fixes
Custom Provider Models: Custom OpenAI-compatible endpoints now accept model IDs outside the built-in catalog.
OAuth & Reasoning Reliability: Synchronized OAuth credential state, preserved reasoning backups, and refined effective reasoning-level selection.
Remote Skills: GitHub archive and tree skill URLs now download correctly.
Release Validation: Fixed release lint errors, completed zh-CN translations, and removed the incompatible USE_EXACT_ALARM permission declaration.
🔀 Merged Pull Requests
Remote skill URL install: fix: download GitHub archive skill URLs directly by @Chumor in #25
Pi reasoning effort: feat(reasoning): use Pi model thinking capabilities by @Chumor in #26
Pi bridge migration: refactor(pi): introduce Pi bridge integration and migrate agent runner by @Zhou-Shilin in #28
Custom provider base URL: feat(provider): add custom base url configuration by @Chumor in #30
🧾 Included Commits
fe1f287 chore: finalize 2.0.0 release
8ae8719 Add extension enablement controls
53f5f6f fix(provider): allow custom endpoint model ids
ee422a7 feat(provider): add base url to OpenAI and Anthropic credentials
08d7dd9 feat(pi): add source-compatible Pi extension packages
0b63864 fix(reasoning): refine effort selection and preserve backups
ad065bf feat(reasoning): use Pi model thinking capabilities
65ad324 docs: align docs with the latest codebase
4f80c27 test: preserve GitHub tree URL handling
794c450 fix(pi): synchronize OAuth credential state
2e75081 test(pi-bridge): guard JSON.parse on stdout so non-JSON fails harness cleanly
ac683e8 provider: refactor provider configuration UI, support ambient auth by default and custom headers
3a32903 core: refactor Pi bridge process management and runner host tools execution
c1f66e6 bridge: implement session lifecycle, pruning, and concurrency in pi-bridge
b5f8b25 build/runtime: refactor asset sync tasks and clean up Alpine runtime
f3ea28b feat(ui): rebuild provider setup with OAuth, icons, and 2.0.0
ad9f123 feat(pi): migrate agent turns to Pi runner and expand host tools
924143e feat(providers): add Pi provider catalog and migrate settings
4e24f50 fix(mcp): support newline-delimited and Content-Length stdio framing
fcbad15 feat(pi-bridge): expand harness with auth, sessions, and tests
ca80abd feat: route Pi harness tools through host executor
ead9c78 feat: add Pi bridge foundation
34fe7c9 fix: download GitHub archive skill URLs directly
description 应用介绍
Aether 扶摇是一款面向 Android 的高颜值、本地化通用 AI Agent 应用,致力于在手机上提供现代、轻量、可扩展的 AI 助手体验。它以极简优雅的界面、丝滑的交互动画和完善的工具调用能力,帮助用户摆脱臃肿虚拟机配置与复杂终端操作,在 Android 设备上更自然地使用本地优先的 AI Agent。
应用支持 Anthropic Agent Skills 与 Model Context Protocol(MCP),可连接 Google Search、GitHub、本地文件等数据源;同时可轻量集成 Termux 执行 Bash 指令,并通过可插拔 GUI Agent 处理复杂视觉交互。Aether 扶摇适合希望在 Android 上使用强大、自由且体验精致的 AI Agent 的用户。
核心亮点:
- 高颜值 UI 与丝滑交互,参考 ChatGPT、Gemini、Codex 等成熟应用体验
- 支持 Skills 与 MCP,具备强大的扩展和工具调用能力
- 集成 Termux,可直接执行 Bash 命令,更轻量高效
- 支持按需启动 GUI Agent,处理复杂图形界面操作
- 基于 Kotlin、Jetpack Compose、Coroutines 等现代 Android 技术构建