Skip to content

Commit 9f8a685

Browse files
committed
Update changelog
Signed-off-by: Yam Marcovitz <[email protected]>
1 parent 0f8cbb6 commit 9f8a685

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

CHANGELOG.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,35 @@
33
All notable changes to Parlant will be documented here.
44

55
## [Unreleased]
6+
TBD
7+
8+
## [1.6.0] - 2025-01-19
9+
10+
### Added
611
- Add shot creation helper functions under Shot
712
- Add ContextEvaluation in MessageEventGenerator
813
- Add a log command under client CLI for streaming logs
914
- Add engine lifecycle hooks
15+
16+
### Changed
1017
- Split vendor dependencies to extra packages to avoid reduce installation time
1118
- Modified ToolCaller shot schema
1219
- Disable coherence and connection checking by default in the CLI for now
13-
- Fix mistake in coherence checker few shots
14-
- Fix markdown tables in sandbox UI
20+
21+
### Fixed
22+
- Improved GuidelineProposer's ability to handle compound actions
23+
- Improved GuidelineProposer's ability to distinguish between a fulfilled and unfulfilled action
24+
- Improved GuidelineProposer's ability to detect a previously applied guideline's application to new information
25+
- Reduced likelihood of agent offering hallucinated services
1526
- Fix ToolCaller false-negative argument validation from int to float
1627
- Fix ToolCaller accuracy
17-
- Fix wrong import of RateLimitError
18-
- Reduced likelihood of agent offering hallucinated services
1928
- Fix ToolCaller making up argument values when it doesn't have them
20-
- Improved GuidelineProposer's ability to handle compound actions
21-
- Improved GuidelineProposer's ability to distinguish between a fulfilled and unfulfilled action
22-
- Fix PluginServer validation for optional tool arguments when they're passed None
2329
- Fix some cases where the ToolCaller also calls a less-fitting tool
30+
- Fix mistake in coherence checker few shots
31+
- Fix markdown tables in sandbox UI
32+
- Fix wrong import of RateLimitError
33+
- Fix PluginServer validation for optional tool arguments when they're passed None
2434
- Fix utterances sometimes not producing a message
25-
- Improved GuidelineProposer's ability to detect a previously applied guideline's application to new information
2635

2736

2837
## [1.5.1] - 2025-01-05

0 commit comments

Comments
 (0)