Skip to content

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 28 Dec 23:25

1.5.0 (2025-12-28)

Bug Fixes

  • agent: stop polling after max failures and fix status matching (7a0fbfe)
  • ci: skip pre-push hook in CI environment (352b013)
  • cli: prevent terminal garbling with status footer coordination (2716ce5)
  • config: add timeout: 0 default to agent configuration (6ff66c0)
  • deps: regenerate package-lock.json for jscpd dependencies (c46d84c)
  • infra: improve container cleanup and npm install robustness (6c04b46)
  • orchestrator: prevent 0-message clusters on SIGINT during init (33ed8f9)
  • template-resolver: apply param defaults before resolving placeholders (eafdd62)
  • templates: add timeout parameter to all base templates (f853ed3)

Features