Skip to content

unoplat-code-confluence: v0.36.1

Choose a tag to compare

@JayGhiya JayGhiya released this 11 May 06:46
afed9e2

0.36.1 (2026-05-11)

Bug Fixes

  • backend: stream SQLAlchemy result rows and use set[str] for library names (58dd684)
  • ci: refresh package uv lockfiles before python lock checks run (33b49e8)
  • engine: restrict dev-workflow execute to help probes and use direct pydantic envelopes in temporal runners (a1d8e39)
  • engine: stream framework features from postgres to reduce peak memory (00ec264)
  • engine: thread pre-parsed source context through detection pipeline to eliminate redundant parses (01c01f5)
  • engine: use pydantic-ai model API to render tool results in event stream (5d97cec)
  • parser: extract _iter_logical_lines to simplify pip requirements parsing (4a7b32b)
  • parser: stream file discovery as iterator to reduce peak memory (dc72b3a)
  • renderer: always overwrite md artifacts; remove stale-check read (f1e2550)
  • runtime: stabilize workflow timeouts and source decoding (6dc41d3)
  • temporal: add env-var-overridable debug_timeout to all activity configs (973785c)
  • temporal: add missing debug_timeouts module imported by worker manager (9c5bb96)
  • tests: align dev-workflow execute prompt assertion with restricted help-probe wording (55a82dc)
  • tests: migrate framework feature repo tests to streaming API (dd8e283)
  • tests: update tests to use new source context API (b209174)