Skip to content

Releases: awslabs/threat-designer

v0.1.2

09 Mar 19:22
8704eb4
Compare
Choose a tag to compare
  • Improved state management
  • Added dark mode

v0.1.1

08 Mar 10:00
33dc0e2
Compare
Choose a tag to compare
  • Fixed bug in backend/threat_designer/utils.py.
  • Grouped reasoning trail in a single component.

v0.1.0

06 Mar 21:30
8620ce8
Compare
Choose a tag to compare
  • Upgraded to langchain-aws==0.2.15.
  • Optimized structured output generation for reasoning models.
  • Error handling on structured output error.
  • Granular control over reasoning boost:
    - None: reasoning disabled.
    - Low: 4000 token budget.
    - Medium: 8000 token budget.
    - High: 16000 token budget.
  • Reasoning trail: Track and visualize the thinking process of the LLM during invocation.