@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.4.1] - 2026-02-06
11+
12+ ### Added
13+ - Discord gateway (` agnx-gateway-discord ` )
14+ - Supports both built-in (feature flag) and subprocess modes
15+ - Serenity 0.12 for Discord API (websocket gateway + HTTP)
16+ - Button components for approval flow (inline keyboard)
17+ - Message chunking at 2000 char limit
18+ - Reply support via message references
19+ - Capabilities: edit, delete, typing, reply, inline keyboard
20+ - Typing indicator during message processing (all gateways)
21+
22+ ### Fixed
23+ - Memory tools (` remember ` , ` reflect ` ) now handle non-standard LLM argument formats gracefully
24+ - Schedule tool descriptions reworded to steer models toward ` at ` for one-shot reminders
25+ - Debug logging added to tool executor for diagnosing argument format issues
26+
1027## [ 0.4.0] - 2026-02-06
1128
1229### Added
@@ -135,7 +152,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
135152- Project documentation (architecture, API reference, deployment guide)
136153- Agnx Agent Format (AAF) specification
137154
138- [ Unreleased ] : https://github.com/AgnxAI/agnx/compare/v0.4.0...HEAD
155+ [ Unreleased ] : https://github.com/AgnxAI/agnx/compare/v0.4.1...HEAD
156+ [ 0.4.1 ] : https://github.com/AgnxAI/agnx/compare/v0.4.0...v0.4.1
139157[ 0.4.0 ] : https://github.com/AgnxAI/agnx/compare/v0.3.0...v0.4.0
140158[ 0.3.0 ] : https://github.com/AgnxAI/agnx/compare/v0.2.0...v0.3.0
141159[ 0.2.0 ] : https://github.com/AgnxAI/agnx/compare/v0.1.0...v0.2.0
0 commit comments