Skip to content

Releases: thothforge/thothctl

v0.14.3: fix(inventory): weighted technical debt scoring for modules vs providers

09 May 00:44

Choose a tag to compare

Modules now carry 70% weight and providers 30% in debt score calculation.
This prevents a single outdated provider from inflating the score
disproportionately in projects where modules are current.

Also aligns CDK risk thresholds with the main formula (70/50/30).

v0.14.2: fix: resolve template_url mismatch between init and upgrade commands

01 May 23:09

Choose a tag to compare

- upgrade_service now falls back to repo_url when template_url is missing
- init command now saves template_url in origin_metadata for new projects
- Added template_url to Azure DevOps and GitHub clone_repo metadata
- Added unit tests for the fix

v0.14.1

28 Apr 21:40

Choose a tag to compare

v0.14.1 - feat(cdkv2): CDK multi-language scaffold support with bugfixes

v0.13.6: feat: add release date and staleness detection to inventory

24 Apr 18:33

Choose a tag to compare

Fetch published_at from Terraform Registry API for modules and providers.
Classify staleness into risk levels (critical >2y, high >1y, medium >6m, low).
Display release date with color-coded icon in console and HTML reports.
Add Stale Dependencies summary card to HTML report.

v0.13.5

23 Apr 22:44

Choose a tag to compare

chore: bump version to 0.13.5

v0.13.4

22 Apr 22:31

Choose a tag to compare

v0.13.4 - feat: --context flag for steering docs in init project

v0.13.3

22 Apr 21:27

Choose a tag to compare

v0.13.3 - feat: AgentCore Runtime support for AI agent

v0.13.2

22 Apr 14:32

Choose a tag to compare

v0.13.2 - feat: parallel checkov scan with memory optimization

v0.13.1

22 Apr 02:38

Choose a tag to compare

v0.13.1 - fix: skip provider check on uninitialized modules

v0.13.0

27 Mar 02:37

Choose a tag to compare

v0.13.0 - Drift Detection, OPA/Conftest, Tool Updates