Skip to content

Commit bee64f2

Browse files
author
Bob Strahan
committed
Update version to 0.4.4-wip2 and add changelog entries for prompt caching and chat UX improvements
1 parent 38ea75e commit bee64f2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,21 @@ SPDX-License-Identifier: MIT-0
1515
- **IDP CLI --no-rollback Flag for Stack Deployment Troubleshooting**
1616
- Added `--no-rollback` flag to `idp-cli deploy` command to disable automatic rollback on CloudFormation stack creation failure
1717
- When enabled, failed stacks remain in `CREATE_FAILED` state instead of rolling back, allowing inspection of failed resources for troubleshooting
18+
1819
- **Add support for prompt caching for Claude Haiku 4.5**
20+
1921
- **Add support for prompt caching for for EU region models**
2022

2123
### Fixed
2224

2325
- **Analytics Agent Schema Provider - Fixed Nested Attribute Column Display**
2426
- Fixed `schema_provider.py` to correctly display leaf-level nested columns instead of showing group-level attributes
2527

28+
- **IDP Agent Companion Chat UX improvements**
29+
- Improved speed of rendering chat response by buffering the agent tool responses.
30+
- Displaying agent tool queries and results in a modal with formatted results.
31+
32+
2633
### Templates
2734
- us-west-2: `https://s3.us-west-2.amazonaws.com/aws-ml-blog-us-west-2/artifacts/genai-idp/idp-main_0.4.4.yaml`
2835
- us-east-1: `https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main_0.4.4.yaml`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.4-wip1
1+
0.4.4-wip2

0 commit comments

Comments
 (0)