Skip to content

v5.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jul 04:20
a9e26ef

🤖 New Model Support (5 items)

  1. Claude Sonnet 5 and Claude Opus 4.8 support (#1623) @take-pi
  2. Claude Opus 4.8 added (#1586) @maekawataiki
  3. Claude Opus 4.7 model support (#1556) @kenicazu
  4. Claude Opus 4.6 / Claude Sonnet 4.6 models added (#1462) @Sugi275
  5. Update model IDs to latest (#1426) @inoue22

🚀 Major Features (8 items)

  1. AgentCore Runtime VPC configuration and network options (#1360) @nakayukl-demo
  2. AgentCore list screen added (#1552) @qlitre
  3. Research usecase (#1414) @Hikotty
  4. Knowledge Base Web Crawler data source support & citation improvements (#1464) @ktaito
  5. RAG Knowledge Base system prompt customization (#1422) @ktaito
  6. Meeting minutes custom prompt CRUD feature (#1453) @yuuyeah
  7. Application inference profile support for cross region profile (#1408) @maekawataiki
  8. Model switch in extension (#1588) @maekawataiki

✨ Small UI Improvements (7 items)

  1. Sidebar use case icons & meeting minutes history persistence (#1627) @nsxshotaws
  2. ECharts renderer for chart code blocks in Markdown (#1573) @yimsk
  3. SVG code block preview in Markdown component (#1429) @takke1986
  4. Download button for generated meeting minutes (#1485) @DTM-7-RX
  5. Screen sleep prevention during meeting minutes recording (#1514) @yuuyeah
  6. Add transcribe to hiddenUseCases options (#1518) @fnobuyu
  7. Fix configurable agent foundation model (#1527) @qlitre

🐛 Bug Fixes (10 items)

  1. Fix error on non custom domain (ALB domain) in closed network (#1585) @maekawataiki
  2. Fix Code Interpreter not working (#1579) @take-pi
  3. Fix Research Agent token count displaying 0/0/0 (#1481) @takke1986
  4. Enhance chat error handling for attached file send (UI freeze / conversation continuation) (#1468) @lastshogun13
  5. Prevent empty negativeText from being sent to Bedrock image API (#1479) @imunori
  6. Fix No WORKSPACE_DIR error caused by clean_ws_directory() (#1484) @rayofhopejp
  7. Fix S3 XML display on root path reload in closed network mode (#1480) @yuuyeah
  8. Fix release drafter detecting dependabot (#1590) @maekawataiki
  9. Ignore dependabot in release drafter (#1537) @maekawataiki
  10. Fix snapshot test (#1440) @maekawataiki

🔒 Security (4 items)

  1. Mitigate script injection in GenUAutoDeploy workflow (#1619) @wadabee
  2. Remove 'unsafe-eval' from CSP script-src directive (#1618) @wadabee
  3. Resolve security CVEs and update dependencies (#1587) @maekawataiki
  4. Address Dependabot security alerts (#1534) @okamoto-aws

🔧 Internal Improvements & Refactoring (6 items)

  1. Lambda monolith migration refactor (#1497) @maekawataiki
  2. Replace AIP with IAM principal tag (#1530) @maekawataiki
  3. Cognito VPC Endpoints (PrivateLink) replacing cognito-proxy & S3 interface endpoint (#1433) @yuuyeah
  4. Internal auto deploy feature (#1461) @Sugi275
  5. Auto Deploy label support for forked repositories (#1460) @Sugi275
  6. Add E2E API test (#1431) @maekawataiki

📦 Dependency Updates (3 items)

  1. Update SDK Version (#1496) @maekawataiki
  2. Migrate to @cdklabs/deploy-time-build (#1472) @tmokmss
  3. Update npm packages (#1449) @wadabee

📝 Documentation & Others (2 items)

  1. Closed network mode documentation update & architecture diagram (#1466) @yuuyeah
  2. Coding rules (#1390) @wadabee