Skip to content

Releases: Feihei/llaia

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 14 Aug 05:46

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 05:48

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.

⚠️ Breaking change — workspace directory migration

  • Agent home moved from ~/.llaia/ root to ~/.llaia/workspace/: SOUL.md / USER.md / MEMORY.md / sessions.db / uploads / subagent/ now all live under workspace/.
  • On first launch, old data is migrated automatically and a .migrated_v0.2 marker is written; workspace_root can 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 (delegate tool) + 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: rustls crypto provider pinned to ring (fixes the dual-provider panic, see commit 1010bb7)
  • i18n: user-facing output, init templates, and built-in example skills unified to English (USER template keeps language: Chinese preference)

See docs/CHANGELOG.md for the detailed per-phase delivery list.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 03:20
fix(docker): add xz-utils for node tarball extract in full image