About this Release
Complete Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
Complete Changes
0.1.0 - 2026-01-20
Merged
- Move RUSTDOCFLAGS from config.toml to verify scripts
#22 - Add serdesAI framework to README and remove task delegation
#21 - Log serdesai stream output as XML entries
#20 - Changed: switch examples to OpenRouter for free testing
#19 - Enhance PreambleBuilder with system_prompt, add_context, and allowed_paths support
#17 - Fixed: Preamble tool section test newline discrepancy
#16 - Changed: Move Edit-specific error conversion to common module
#15 - CI: Add llm-coding-tools-serdesai to semver checks
#14 - Changed: Migrate examples to agent builder pattern
#13 - Add serdesai crate to CI doc and clippy checks
#11 - Remove Task tool from all crates
#12 - Fixed: CI workflow issues (invalid inputs, slow doc check)
#10 - Fixed: Windows bash tests, async timeout, and pipe buffer deadlock
#9 - Updated:(deps): Bump html-to-markdown-rs from 2.20.0 to 2.22.5 in /src
#6 - Added: tool_names module with constants for all tool names
#7 - feat: Add llm-coding-tools-serdesai crate
#5 - Docs: treat clippy warnings as errors for both crates
#4 - Docs: chain verification commands for single-line copy-paste
#3 - Refactor: use Arc<[PathBuf]> for AllowedPathResolver
#2 - Initial implementation of LLM coding tools
#1
Commits
- Rework: Split into 'Core' and 'Rig' crates with Absolute/Relative resolvers.
f3d5a8b - Added: serdesAI tool crate and core conversion support
a988885 - Added: Initial core tools, infrastructure, and error handling
cf4bed1
====