|
3 | 3 | All notable changes to Parlant will be documented here.
|
4 | 4 |
|
5 | 5 | ## [Unreleased]
|
| 6 | +TBD |
| 7 | + |
| 8 | +## [1.6.0] - 2025-01-19 |
| 9 | + |
| 10 | +### Added |
6 | 11 | - Add shot creation helper functions under Shot
|
7 | 12 | - Add ContextEvaluation in MessageEventGenerator
|
8 | 13 | - Add a log command under client CLI for streaming logs
|
9 | 14 | - Add engine lifecycle hooks
|
| 15 | + |
| 16 | +### Changed |
10 | 17 | - Split vendor dependencies to extra packages to avoid reduce installation time
|
11 | 18 | - Modified ToolCaller shot schema
|
12 | 19 | - 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 |
15 | 26 | - Fix ToolCaller false-negative argument validation from int to float
|
16 | 27 | - Fix ToolCaller accuracy
|
17 |
| -- Fix wrong import of RateLimitError |
18 |
| -- Reduced likelihood of agent offering hallucinated services |
19 | 28 | - 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 |
23 | 29 | - 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 |
24 | 34 | - Fix utterances sometimes not producing a message
|
25 |
| -- Improved GuidelineProposer's ability to detect a previously applied guideline's application to new information |
26 | 35 |
|
27 | 36 |
|
28 | 37 | ## [1.5.1] - 2025-01-05
|
|
0 commit comments