Skip to content

v0.1.0

Choose a tag to compare

@voocel voocel released this 08 Apr 06:15
· 67 commits to main since this release

Features

  • Add a plugin-first runtime.
  • Implement plan mode with state management and approvals.
  • Add path-based skill activation.
  • Introduce task lifecycle hooks, including rollback.
  • Unify background tasks using TaskRuntime.
  • Add PostStopValidation hook for tasks.
  • Redesign UI color palette and internationalize UI strings.

Bug Fixes

  • Fix total token calculation.

Performance

  • Improve runtime task reminders.
  • Unify error display and provider configuration.
  • Update bootstrap process and tighten configuration loading.
  • Enhance task management behavior.
  • Simplify TUI markdown rendering and refine UI colors.
  • Update the context command.
  • Optimize skill execution and persist usage ranking.
  • Streamline approvals by building on the agentcore permission engine.
  • Utilize a dedicated todo tool.

Refactor

  • Adopt a new context engine with tool policy and file recovery.
  • Use a context manager for compression.
  • Unify 'todo' into the 'task' concept.
  • Refine skill architecture.
  • Harness runtime and add an inject primitive.