Skip to content

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 09:20

Changelog

New Features

  • 1061261 feat(ai): add LLM connection test button and surface real errors on chat failure
  • 35f7535 feat(ai): cover more task fields in chat create form
  • f7cdbcf feat(ai): let the assistant propose new tasks via an editable confirm form
  • 49a1901 feat(ai-chat): allow selecting chat text and jump to the created task via link
  • 502092f feat(notify): attach AI failure diagnosis to notifications (opt-in per task)
  • 57f38a7 feat: set GOMEMLIMIT from cgroup on startup for web and node

Bug Fixes

  • 55dd729 fix(ai): only reveal chat LLM error detail to admins
  • a58806f fix(ai): send http_method and dependency_status when creating task from chat
  • 9db4a80 fix(helm): bump chart to 0.1.1 and skip already-released versions in CI
  • 1399dce fix(llm): validate base_url scheme/host to constrain SSRF (go/request-forgery)
  • b1c2384 fix(release): pin goreleaser previous tag to prior v* release, ignoring chart tags

Others

  • 4a737e7 docs(helm): note that a memory limit enables GOMEMLIMIT auto-tuning