Skip to content

Latest commit

 

History

History
168 lines (86 loc) · 10.2 KB

File metadata and controls

168 lines (86 loc) · 10.2 KB

Changelog

0.1.15 (2026-04-24)

Features

  • add ping/pong heartbeat protocol support (#68) (20e760b)

0.1.14 (2026-04-23)

Features

  • align maxTurns logic with Claude Code (#66) (d640d88)

Bug Fixes

  • UTF-8 panic in tool describe + autocompact skip logging (#63) (c00222d)

0.1.13 (2026-04-21)

Features

Bug Fixes

  • orchestration: guide LLM to ToolSearch when deferred tool fails (#60) (a62c8c2)

0.1.12 (2026-04-20)

Features

  • add output compaction for tool results (#54) (63130c7)

Documentation

  • sync documentation with v0.1.8–v0.1.12 code changes (#56) (436b09b)

0.1.11 (2026-04-17)

Features

  • cli: add team mode support with dynamic MCP server injection (#50) (a16c9ee)

0.1.10 (2026-04-16)

Bug Fixes

  • openai: handle empty function name in SSE deltas + add response dump (#43) (d7ba0fa)

0.1.9 (2026-04-15)

Features

  • input token optimization — deferred tools, description truncation, prompt caching (#41) (b20ce58)

0.1.8 (2026-04-14)

Features

  • agent evolution - memory, compaction, plan mode, tool enhancement & file cache (#32) (0b2a486)
  • runtime config and capability discovery (#36) (9539b54)

Bug Fixes

  • isolate sub-agent stdout to prevent JSON stream corruption (#34) (6a7584a)

Code Refactoring

  • centralize platform-specific paths via app_config_dir() (ad87748)

Documentation

  • refactor AGENTS.md to focus on rules and conventions (0f81cbc)
  • update file paths to reflect multi-crate workspace structure (51b6cc7)

0.1.7 (2026-04-09)

Bug Fixes

  • ci: handle scoped release commit message in release-please workflow (#22) (7222806)

0.1.6 (2026-04-09)

Bug Fixes

  • ci: fix release_created typo and update Cargo.lock (#18) (3964963)

0.1.5 (2026-04-09)

Bug Fixes

  • ci: fix release workflow to correctly build and upload GitHub Release assets (#12) (997ec18)

0.1.4 (2026-04-09)

Bug Fixes

  • ci: fix action versions and install cargo-audit (#10) (8512765)

0.1.3 (2026-04-09)

Features

  • accept optional session ID in SessionManager::create and AgentEngine::init_session (b5e50e8)
  • add --config-path flag and warn on config parse failure (2f67ed8)
  • add --session-id flag and --resume support in json-stream mode (6ecfa09)
  • add --version flag support for AionUi integration (0d32f1f)
  • add ProviderCompat configuration layer (Phase 0.1) (cc4a315)
  • add session_id field to Ready protocol event (f1025b5)
  • Bedrock schema sanitization via compat config (Phase 1.4) (7802f19)
  • compat-driven message alternation, merging, and auto tool ID (Phase 1.1, 1.8) (9bd5b3c)
  • compat: add configurable api_path for chat completions endpoint (ad8b6e9)
  • enhanced Bedrock error messages with actionable hints (Phase 2.1) (a80d0ff)
  • initial commit of aionrs (f8f3249)
  • integrate ProviderCompat into config system (Phase 0.2) (c0a4753)
  • OpenAI compat features - max_tokens field, message merging, orphan cleanup, dedup, strip patterns (Phase 1.2, 1.3, 1.5, 1.6, 1.7) (c61896d)
  • OpenAI reasoning model support (Phase 3.1) (106108a)
  • pass ProviderCompat to all providers (Phase 0.3) (d9c6e1b)
  • session ID and resume support for JSON stream mode (d36df5e)
  • skills system - named prompt snippets with tool orchestration (#5) (4a5183f)
  • support custom provider aliases in configuration (#2) (9fde728)
  • wire up skills system in main.rs and fix symlink traversal (f93303c)

Bug Fixes

  • ci: fix invalid workflow files (matrix.if + YAML syntax) (#6) (4fd6de4)
  • release: bootstrap release-please for Cargo workspace (#8) (18dd3e3)

Code Refactoring

  • remove Claude branding, use AGENTS.md and AIONRS_* variables (97dc25c)
  • split into Cargo workspace with fine-grained crates + CI/E2E (#3) (a4537d9)

Documentation

  • add AGENTS.md with architecture principles and CLAUDE.md reference (5dfeb89)
  • document --session-id flag and session_id in Ready event (510c141)
  • replace hardcoded ~/.config/aionrs paths with --config-path (d94d518)
  • update README with ProviderCompat layer and reasoning model support (c831e21)

Changelog

All notable changes to this project will be documented in this file.

See Conventional Commits for commit guidelines.