Skip to content

Commit 24a01be

Browse files
chore: Bump version to 1.4.0+6, update changelog
Phase 2: Agent Intelligence complete - XML prompts, memory system, auto-routing, dossier persistence
1 parent 51b9eb7 commit 24a01be

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

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

5+
## [1.4.0] - 2025-12-26
6+
7+
### Added
8+
- **XML-Structured Prompts:** System prompt and tool descriptions now use XML for better LLM parsing.
9+
- **Agent Memory System:** `save_memory` and `search_memories` tools for persistent AI observations.
10+
- **Auto-Routing:** Automatic model selection based on input type (images→E2B, tools→FunctionGemma, chat→Gemma 3 1B).
11+
- **Dossier Persistence:** `update_dossier` now saves to Hive storage.
12+
- **Psychograph Persistence:** `update_psychograph` now saves to Hive storage.
13+
- **Model Deletion:** Added `deleteModel()` method for removing cached models.
14+
15+
### Changed
16+
- **InputType enum:** Added for categorizing request types (text, image, audio, toolRequest).
17+
18+
---
19+
520
## [1.3.0] - 2025-12-26
621

722
### Added

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: wing_man
22
description: "Wingman - Local AI Dating Assistant"
33
publish_to: 'none'
44

5-
version: 1.3.0+5
5+
version: 1.4.0+6
66

77
environment:
88
sdk: ^3.9.2

0 commit comments

Comments
 (0)