Skip to content

Releases: aretw0/trellis

v0.7.16

06 Mar 18:00

Choose a tag to compare

Changelog

Features

  • 9628dce feat(runtime): flatten tool_result context for typed access
  • df27eb3 feat(runtime): template engine hardening (v0.7.16)

Others

  • f35ef28 docs(architecture): add proposal for tool result persistence
  • c57108a docs(reference): translate interpolation manual to English (i18n alignment)
  • 5c5ea5f docs(reference): update tool result and interpolation guides
  • 75f88e8 test(runtime): expand interpolator tests and consolidate context defaults
  • 1126988 test(ui): update E2E fixtures and assertions for v0.7.16

v0.7.15

05 Mar 02:25

Choose a tag to compare

Changelog

Others

  • ae21dac docs(roadmap): formalize hybrid node abstraction and pragmatic DSL discovery
  • 2a1d152 refactor(tests): atualizar comentários e ajustes nas asserções de tempo para comportamento de processos
  • 9144662 v0.7.15: Chained Context Enforcement + Windows-Aware Resilience Tests

v0.7.14

03 Mar 02:53

Choose a tag to compare

Changelog

Features

  • 51245a6 feat(http): expose status/pending_tool_call in state schema and accept ToolResult in navigate
  • 5ad1091 feat(planning): adicionar seção de prontidão do ecossistema para alinhamento com o lifecycle v1.8+
  • 04f6b0e feat(template): adicionar melhorias na interpolação e renderização de markdown no frontend
  • 1e7d14e feat(ui): embed chat UI in HTTP server and harden SSE concurrency
  • 3e81350 feat: add architecture proposal for flow-agnostic testing via state space exploration.

Others

  • 3d57583 chore(chore): bump to version 0.7.14
  • 8fb13fc chore(dx): add VS Code launch configuration for headed UI test debugging
  • aeed1e1 test(ui): add E2E headless test suite with exhaustive flow fixture

v0.7.13

03 Mar 02:52

Choose a tag to compare

Changelog

Bug Fixes

  • f471cd9 fix(cli): unify lifecycle context and resolve watch mode interrupt bugs

Others

  • 480bfa9 docs(architecture): add durable execution delegation proposal
  • 4b82371 docs(architecture): propose single-file execution script support
  • 4645a59 docs(architecture): update proposals and accept dsl-compiler
  • 7d48fc0 docs(planning): expand roadmap for automation, gateway, and compilers
  • 0c59b69 refactor(adapters): adopt lifecycle.StopAndWait and delegate loam events

v0.7.12

22 Feb 17:03

Choose a tag to compare

Changelog

Features

  • 8295171 feat(cli): implement smart entrypoint detection
  • 1ef1470 feat(core): expose WithEntryNode option
  • fa593e3 feat(loam): detect duplicate IDs in ListNodes
  • affe26b feat(validator): add structural validation step

Bug Fixes

  • 0bd9e6a fix(process): resolve WSL race condition in worker teardown

Others

  • d3f6c16 docs(planning): add v0.7.14 ecosystem patch to roadmap
  • 7c3d924 refactor(cli): extract entrypoint logic and prioritize 'index'
  • 8d1e4f5 test(loam): add regression test for ID collision

v0.7.11

22 Feb 15:21

Choose a tag to compare

Changelog

Features

  • bdd8905 feat(v0.7.11): implement context deletion and efficiency optimization

v0.7.10

22 Feb 15:11

Choose a tag to compare

Changelog

Features

  • 4dbe9e8 feat(v0.7.10): finalize signal patch and schema unification

Others

  • 3f7aa56 Create CNAME
  • 4a8f153 chore(planning): adjust completed label
  • 9e2868f docs(planning): update v0.7.10 scope and move chat-ui to v0.7.13

v0.7.9

19 Feb 07:04

Choose a tag to compare

Changelog

Features

  • ea0c9be feat(examples): add reactivity-demo with vanilla JS and SSE
  • 2ebc863 feat(http): implement SSE events and state delta protocol

Bug Fixes

  • 9a4bd34 fix(cli): propagate --debug flag to global logger and http adapter

v0.7.8

17 Feb 09:20

Choose a tag to compare

Changelog

Features

  • 64cc2df feat(dsl): add tool, saga and terminal support to Go DSL
  • cbe95a8 feat: add detailed project roadmap and planning document.

Others

  • 54e96b8 docs(dsl): update Go DSL guide and package comments

v0.7.7

17 Feb 09:01

Choose a tag to compare

Changelog

Features

  • ba0f664 feat(dsl): implement go-based fluent builder for trellis graphs

Bug Fixes

  • 77ca708 fix(runner): stabilize TextHandler and add WithStdin option

Others

  • 3b7c72d refactor(engine): use repoPath as label and enrich logger