Releases: Feihei/llaia
Releases · Feihei/llaia
Release list
v0.2.1
Full Changelog: v0.2.0...v0.2.1
v0.2.0
v0.2.0 (2026-08-13)
Milestone: First minor release after v0.1.0. The headline change is the breaking workspace directory migration, plus accumulated capability expansions from P1.5–P4+ and several stability fixes.
- Agent home moved from
~/.llaia/root to~/.llaia/workspace/: SOUL.md / USER.md / MEMORY.md / sessions.db / uploads / subagent/ now all live underworkspace/. - On first launch, old data is migrated automatically and a
.migrated_v0.2marker is written;workspace_rootcan now be switched via/move(the agent home stays fixed — see AGENTS.md for the distinction).
Delivered in this release (accumulated since v0.1.0)
- P1.5: QQ channel + streaming output across all channels + stability patches
- P2: main Agent delegates to sub-agents (
delegatetool) + Web channel (WebUI) - P3: capability boundaries /
llaia init/ cron schedules / MCP client / Skill system - P3+: Anthropic provider, Telegram / DingTalk / WeChat channels, interaction quick-wins
- P4: timezone awareness, dreaming, smarter context compaction, permission tiers (read-only / default / yolo), shutdown, Gemini provider, Feishu channel, and other baseline enhancements
- Stability:
rustlscrypto provider pinned toring(fixes the dual-provider panic, see commit1010bb7) - i18n: user-facing output, init templates, and built-in example skills unified to English (USER template keeps
language: Chinesepreference)
See docs/CHANGELOG.md for the detailed per-phase delivery list.
v0.1.0
fix(docker): add xz-utils for node tarball extract in full image