@@ -8,6 +8,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99### ♻️ Refactoring
1010
11+ - * (repo)* Add built-in tools in Go ([ #264 ] ( https://github.com/compozy/compozy/issues/264 ) )
12+
13+ ### 🎉 Features
14+
15+ - * (repo)* Introduce new executions routes ([ #266 ] ( https://github.com/compozy/compozy/issues/266 ) )
16+ - * (repo)* Improve agentic process ([ #270 ] ( https://github.com/compozy/compozy/issues/270 ) )
17+ - * (repo)* Add embeddings support ([ #277 ] ( https://github.com/compozy/compozy/issues/277 ) )
18+
19+ ### 🐛 Bug Fixes
20+
21+ - * (repo)* Tool budget calculation
22+ - * (repo)* Response handler for attachments ([ #267 ] ( https://github.com/compozy/compozy/issues/267 ) )
23+
24+ ### 🔧 CI/CD
25+
26+ - * (repo)* Fix bun config
27+ - * (repo)* Fix dry-run release
28+
29+ ## 0.0.16 - 2025-09-26
30+
31+ ### ♻️ Refactoring
32+
1133- * (repo)* Improve schemagen package
1234- * (repo)* Improve LLM orchestrator ([ #262 ] ( https://github.com/compozy/compozy/issues/262 ) )
1335- * (repo)* Add FSM to LLM orchestrator ([ #263 ] ( https://github.com/compozy/compozy/issues/263 ) )
@@ -22,10 +44,339 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2244### 📚 Documentation
2345
2446- * (repo)* Update schema
47+ - * (repo)* Fix README
48+
49+ ### 🔧 CI/CD
50+
51+ - * (release)* Release v0.0.16 ([ #258 ] ( https://github.com/compozy/compozy/issues/258 ) )
2552
2653### 🧪 Testing
2754
2855- * (resources)* Add integration tests for resources
2956
57+ ## 0.0.15 - 2025-09-17
58+
59+ ### 🐛 Bug Fixes
60+
61+ - * (repo)* Dispatcher uniqueness ([ #256 ] ( https://github.com/compozy/compozy/issues/256 ) )
62+
63+ ### 🔧 CI/CD
64+
65+ - * (release)* Release v0.0.15 ([ #257 ] ( https://github.com/compozy/compozy/issues/257 ) )
66+
67+ ## 0.0.14 - 2025-09-16
68+
69+ ### 🐛 Bug Fixes
70+
71+ - * (agent)* Propagate CWD to agent tools
72+
73+ ### 🔧 CI/CD
74+
75+ - * (release)* Release v0.0.14 ([ #255 ] ( https://github.com/compozy/compozy/issues/255 ) )
76+
77+ ## 0.0.13 - 2025-09-16
78+
79+ ### ♻️ Refactoring
80+
81+ - * (repo)* Improve logger and config usage ([ #247 ] ( https://github.com/compozy/compozy/issues/247 ) )
82+ - * (repo)* Improve tests ([ #251 ] ( https://github.com/compozy/compozy/issues/251 ) )
83+ - * (repo)* General improvements ([ #253 ] ( https://github.com/compozy/compozy/issues/253 ) )
84+
85+ ### 🎉 Features
86+
87+ - * (repo)* Add hierarchical global tool access ([ #237 ] ( https://github.com/compozy/compozy/issues/237 ) )
88+ - * (repo)* Integrate webhooks ([ #241 ] ( https://github.com/compozy/compozy/issues/241 ) )
89+ - * (repo)* Add attachments support ([ #248 ] ( https://github.com/compozy/compozy/issues/248 ) )
90+
91+ ### 🐛 Bug Fixes
92+
93+ - * (repo)* Agentic MCP tool calling ([ #240 ] ( https://github.com/compozy/compozy/issues/240 ) )
94+ - * (repo)* Gracefully shutdown MCPs ([ #243 ] ( https://github.com/compozy/compozy/issues/243 ) )
95+ - * (webhooks)* Fix workflow trigger ([ #250 ] ( https://github.com/compozy/compozy/issues/250 ) )
96+
97+ ### 📚 Documentation
98+
99+ - * (repo)* Add Open with AI button
100+ - * (repo)* Add docs for webhooks and attachments
101+ - * (repo)* Fix CHANGELOG.md
102+
103+ ### 🔧 CI/CD
104+
105+ - * (release)* Release v0.0.13 ([ #239 ] ( https://github.com/compozy/compozy/issues/239 ) )
106+
107+ ## 0.0.12 - 2025-09-01
108+
109+ ### ♻️ Refactoring
110+
111+ - * (llm)* Improve llm package ([ #235 ] ( https://github.com/compozy/compozy/issues/235 ) )
112+
113+ ### 🎉 Features
114+
115+ - * (task)* Add prompt property for basic task ([ #236 ] ( https://github.com/compozy/compozy/issues/236 ) )
116+
117+ ### 🐛 Bug Fixes
118+
119+ - * (repo)* Auth bootstrap command ([ #234 ] ( https://github.com/compozy/compozy/issues/234 ) )
120+
121+ ### 📚 Documentation
122+
123+ - * (repo)* Improve responsive
124+ - * (repo)* Add alpha badge
125+ - * (repo)* Add product hunt badge
126+ - * (repo)* Remove homebrew install for now
127+ - * (repo)* General adjustments
128+
129+ ### 📦 Build System
130+
131+ - * (repo)* Update to go1.25.0
132+
133+ ### 🔧 CI/CD
134+
135+ - * (release)* Release v0.0.12 ([ #231 ] ( https://github.com/compozy/compozy/issues/231 ) )
136+
137+ ## 0.0.11 - 2025-08-12
138+
139+ ### 🐛 Bug Fixes
140+
141+ - * (repo)* Context normalization on collection tasks ([ #226 ] ( https://github.com/compozy/compozy/issues/226 ) )
142+ - * (repo)* Fetch tags for release
143+
144+ ### 📦 Build System
145+
146+ - * (repo)* Adjust tooling
147+ - * (repo)* Lint warnings
148+
149+ ### 🔧 CI/CD
150+
151+ - * (release)* Release v0.0.11 ([ #230 ] ( https://github.com/compozy/compozy/issues/230 ) )
152+
153+ ## 0.0.10 - 2025-08-07
154+
155+ ### ♻️ Refactoring
156+
157+ - * (cli)* Improve init command
158+ - * (docs)* Disable theme switcher
159+ - * (llm)* General improvements ([ #48 ] ( https://github.com/compozy/compozy/issues/48 ) )
160+ - * (parser)* Add cwd as struct on common
161+ - * (parser)* Change from package_ref to use
162+ - * (parser)* Improve errors
163+ - * (parser)* Add config interface
164+ - * (parser)* Add validator interface
165+ - * (parser)* Improve validator
166+ - * (parser)* Change from package_ref to pkgref
167+ - * (parser)* Add schema validator in a package
168+ - * (parser)* Remove ByRef finders on WorkflowConfig
169+ - * (parser)* Add schema in a separate package
170+ - * (parser)* Use a library to load env
171+ - * (parser)* Remove parser.go file
172+ - * (parser)* Adjust errors
173+ - * (repo)* General improvements
174+ - * (repo)* Apply go-blueprint architecture
175+ - * (repo)* Change testutils to utils
176+ - * (repo)* Types improvements
177+ - * (repo)* General improvements
178+ - * (repo)* General adjustments
179+ - * (repo)* Build improvements
180+ - * (repo)* Change architecture
181+ - * (repo)* Small improvements
182+ - * (repo)* Adjust architecture
183+ - * (repo)* Improve protobuf integration
184+ - * (repo)* Change to DDD
185+ - * (repo)* Change from trigger to opts on workflow.Config
186+ - * (repo)* Adapt to use new pkgref
187+ - * (repo)* Change from orchestrator to worker
188+ - * (repo)* Complete change task state and parallel execution ([ #16 ] ( https://github.com/compozy/compozy/issues/16 ) )
189+ - * (repo)* Use Redis for store configs ([ #24 ] ( https://github.com/compozy/compozy/issues/24 ) )
190+ - * (repo)* General improvements
191+ - * (repo)* Config global adjustments
192+ - * (repo)* Improve test suite
193+ - * (worker)* Remove PAUSE/RESUME for now
194+ - * (worker)* Create worker.Manager
195+ - * (worker)* Avoid pass task.Config through activities ([ #31 ] ( https://github.com/compozy/compozy/issues/31 ) )
196+ - * (worker)* Split task executors ([ #77 ] ( https://github.com/compozy/compozy/issues/77 ) )
197+
198+ ### ⚡ Performance Improvements
199+
200+ - * (repo)* Improve startup performance ([ #74 ] ( https://github.com/compozy/compozy/issues/74 ) )
201+
202+ ### 🎉 Features
203+
204+ - * (cli)* Add watch flag on dev
205+ - * (core)* Add basic core structure
206+ - * (nats)* Add first NATS server integration
207+ - * (parser)* Add models and provider
208+ - * (parser)* Add EnvMap methods
209+ - * (parser)* Add LoadId method on Config
210+ - * (parser)* Add WithParamsValidator
211+ - * (pb)* Add ToSubject() method for events
212+ - * (ref)* Add inline merge directive
213+ - * (repo)* Add schema generation
214+ - * (repo)* Run server using workflows on dev cmd
215+ - * (repo)* Implement better log using CharmLog
216+ - * (repo)* Add support for LogMessage on NATS
217+ - * (repo)* Adding file references
218+ - * (repo)* Add initial file ref loaders
219+ - * (repo)* Adad tplengine package
220+ - * (repo)* Add Deno runtime integration ([ #1 ] ( https://github.com/compozy/compozy/issues/1 ) )
221+ - * (repo)* Add protobuf integration
222+ - * (repo)* Add initial orchestrator logic ([ #3 ] ( https://github.com/compozy/compozy/issues/3 ) )
223+ - * (repo)* Add UpdateFromEvent on states
224+ - * (repo)* Handle workflow execute
225+ - * (repo)* Init task.Executor
226+ - * (repo)* Return full state on executions route
227+ - * (repo)* Add version on API and events
228+ - * (repo)* Use SQLite for store
229+ - * (repo)* Add workflow and task routes
230+ - * (repo)* Add agent definitions routes
231+ - * (repo)* Add tools routes
232+ - * (repo)* Integrate Swagger
233+ - * (repo)* Add new pkg/ref ([ #7 ] ( https://github.com/compozy/compozy/issues/7 ) )
234+ - * (repo)* Add initial temporal integration ([ #8 ] ( https://github.com/compozy/compozy/issues/8 ) )
235+ - * (repo)* Normalize task state
236+ - * (repo)* Add basic agent execution ([ #9 ] ( https://github.com/compozy/compozy/issues/9 ) )
237+ - * (repo)* Implement tool call within agent ([ #10 ] ( https://github.com/compozy/compozy/issues/10 ) )
238+ - * (repo)* Implement tool call within task
239+ - * (repo)* Implement parallel execution for tasks ([ #12 ] ( https://github.com/compozy/compozy/issues/12 ) )
240+ - * (repo)* Implement router task
241+ - * (repo)* Implement collection tasks ([ #17 ] ( https://github.com/compozy/compozy/issues/17 ) )
242+ - * (repo)* Adding MCP integration ([ #25 ] ( https://github.com/compozy/compozy/issues/25 ) )
243+ - * (repo)* Support sequential mode for collection tasks ([ #36 ] ( https://github.com/compozy/compozy/issues/36 ) )
244+ - * (repo)* Implement auto load for resources ([ #37 ] ( https://github.com/compozy/compozy/issues/37 ) )
245+ - * (repo)* Implement aggregate task type ([ #38 ] ( https://github.com/compozy/compozy/issues/38 ) )
246+ - * (repo)* Add composite task type ([ #47 ] ( https://github.com/compozy/compozy/issues/47 ) )
247+ - * (repo)* Add signals for workflows ([ #51 ] ( https://github.com/compozy/compozy/issues/51 ) )
248+ - * (repo)* Add nested collection tasks ([ #55 ] ( https://github.com/compozy/compozy/issues/55 ) )
249+ - * (repo)* Add basic monitoring system ([ #58 ] ( https://github.com/compozy/compozy/issues/58 ) )
250+ - * (repo)* Add outputs for workflow ([ #76 ] ( https://github.com/compozy/compozy/issues/76 ) )
251+ - * (repo)* Add scheduled workflows ([ #98 ] ( https://github.com/compozy/compozy/issues/98 ) )
252+ - * (repo)* Add task type wait ([ #100 ] ( https://github.com/compozy/compozy/issues/100 ) )
253+ - * (repo)* Add memory ([ #104 ] ( https://github.com/compozy/compozy/issues/104 ) )
254+ - * (repo)* Add rest api for memory ([ #108 ] ( https://github.com/compozy/compozy/issues/108 ) )
255+ - * (repo)* Add BunJS as runtime ([ #114 ] ( https://github.com/compozy/compozy/issues/114 ) )
256+ - * (repo)* Add task engine refac ([ #116 ] ( https://github.com/compozy/compozy/issues/116 ) )
257+ - * (repo)* Add pkg/config ([ #124 ] ( https://github.com/compozy/compozy/issues/124 ) )
258+ - * (repo)* Add authsystem ([ #133 ] ( https://github.com/compozy/compozy/issues/133 ) )
259+ - * (repo)* Add missing CLI commands ([ #137 ] ( https://github.com/compozy/compozy/issues/137 ) )
260+ - * (repo)* Add default tools ([ #138 ] ( https://github.com/compozy/compozy/issues/138 ) )
261+ - * (repo)* Move cache and redis config to pkg/config ([ #139 ] ( https://github.com/compozy/compozy/issues/139 ) )
262+ - * (repo)* Refactor CLI template generation
263+ - * (server)* Add first version of the server
264+ - * (server)* Add new route handlers
265+ - * (task)* Add outputs to task
266+ - First package files
267+ ### 🐛 Bug Fixes
268+
269+ - * (cli)* Add missing check on init command
270+ - * (docs)* Hero text animation
271+ - * (docs)* Class merge SSR
272+ - * (docs)* Metadata og url
273+ - * (engine)* Env file location
274+ - * (memory)* Memory API request ([ #121 ] ( https://github.com/compozy/compozy/issues/121 ) )
275+ - * (repo)* General improvements and fixes
276+ - * (repo)* Adjust validations inside parser
277+ - * (repo)* Make dev command work
278+ - * (repo)* Adjust state type assertion
279+ - * (repo)* Validate workflow params on Trigger
280+ - * (repo)* Collection task ([ #18 ] ( https://github.com/compozy/compozy/issues/18 ) )
281+ - * (repo)* Nested types of tasks
282+ - * (repo)* Concurrency issues with logger ([ #61 ] ( https://github.com/compozy/compozy/issues/61 ) )
283+ - * (repo)* Collection state creation ([ #63 ] ( https://github.com/compozy/compozy/issues/63 ) )
284+ - * (repo)* Closing dispatchers ([ #81 ] ( https://github.com/compozy/compozy/issues/81 ) )
285+ - * (repo)* Memory task integration ([ #123 ] ( https://github.com/compozy/compozy/issues/123 ) )
286+ - * (repo)* Auth integration
287+ - * (repo)* MCP command release
288+ - * (repo)* General fixes
289+ - * (repo)* Add automatic migration
290+ - * (repo)* Broken links
291+ - * (runtime)* Deno improvements and fixes ([ #79 ] ( https://github.com/compozy/compozy/issues/79 ) )
292+
293+ ### 📚 Documentation
294+
295+ - * (repo)* Engine specs ([ #2 ] ( https://github.com/compozy/compozy/issues/2 ) )
296+ - * (repo)* Cleaning docs
297+ - * (repo)* Update weather agent
298+ - * (repo)* Improve agentic process
299+ - * (repo)* Add memory PRD
300+ - * (repo)* Add initial multitenant PRD
301+ - * (repo)* Rename schedule PRD
302+ - * (repo)* Improve agentic process
303+ - * (repo)* Add basic documentation and doc webapp ([ #130 ] ( https://github.com/compozy/compozy/issues/130 ) )
304+ - * (repo)* General doc improvements
305+ - * (repo)* Add OpenAPI docs
306+ - * (repo)* Improve current docs
307+ - * (repo)* Enhance tools docs
308+ - * (repo)* Enhance memory docs
309+ - * (repo)* Finish/enhance MCP documentation ([ #135 ] ( https://github.com/compozy/compozy/issues/135 ) )
310+ - * (repo)* Remove old prds
311+ - * (repo)* Improve documentation
312+ - * (repo)* Add schemas on git
313+ - * (repo)* Add vercel analytics
314+ - * (repo)* Add readme and contributing
315+ - * (repo)* Finish main landing page
316+ - * (repo)* Fix navigation link
317+ - * (repo)* Adjust text on lp
318+ - * (repo)* Add logo on README
319+ - * (repo)* Adjust install page
320+ - * (repo)* Update readme
321+
322+ ### 📦 Build System
323+
324+ - * (repo)* Fix golint errors
325+ - * (repo)* Add initial makefile
326+ - * (repo)* Lint errors
327+ - * (repo)* Add weather example folder
328+ - * (repo)* Fix lint errors
329+ - * (repo)* Adjust lint warnigs
330+ - * (repo)* Fix lint warnings
331+ - * (repo)* Add precommit
332+ - * (repo)* Add AI rules
333+ - * (repo)* Add monitoring PRD
334+ - * (repo)* Remove .vscode from gitignore
335+ - * (repo)* Add Github Actions integrations ([ #136 ] ( https://github.com/compozy/compozy/issues/136 ) )
336+ - * (repo)* Cleanup
337+ - * (repo)* Format fix
338+ - * (repo)* Improve release process
339+ - * (repo)* Update deps
340+
341+ ### 🔧 CI/CD
342+
343+ - * (release)* Releasing new version v0.0.4 ([ #162 ] ( https://github.com/compozy/compozy/issues/162 ) )
344+ - * (release)* Release v0.0.10 ([ #214 ] ( https://github.com/compozy/compozy/issues/214 ) )
345+ - * (repo)* Fix actions
346+ - * (repo)* Fix services setup
347+ - * (repo)* Fix release
348+ - * (repo)* Adjust versions
349+ - * (repo)* Fix release process
350+ - * (repo)* Fix ci
351+ - * (repo)* Fix goreleaser
352+ - * (repo)* Fix validate title step
353+ - * (repo)* Fix quality action
354+ - * (repo)* Add pkg release
355+
356+ ### 🧪 Testing
357+
358+ - * (parser)* Add tests for agents
359+ - * (parser)* Add tests for package ref
360+ - * (parser)* Add tests for tools
361+ - * (parser)* Add tests for tasks
362+ - * (parser)* Add tests for workflow
363+ - * (repo)* Refactor test style
364+ - * (repo)* Add integration tests for states
365+ - * (repo)* Fix nats tests
366+ - * (repo)* Add store integration tests
367+ - * (repo)* Adjust repository tests
368+ - * (repo)* Test routes
369+ - * (repo)* Test improvements
370+ - * (repo)* Add basic tasks integration tests ([ #57 ] ( https://github.com/compozy/compozy/issues/57 ) )
371+ - * (repo)* Fix integrations tests ([ #59 ] ( https://github.com/compozy/compozy/issues/59 ) )
372+ - * (repo)* Fix testcontainer timeouts
373+ - * (server)* Add basic tests for server
374+
375+ [ 0.0.16 ] : https://github.com/compozy/compozy/compare/v0.0.15...v0.0.16
376+ [ 0.0.15 ] : https://github.com/compozy/compozy/compare/v0.0.14...v0.0.15
377+ [ 0.0.14 ] : https://github.com/compozy/compozy/compare/v0.0.13...v0.0.14
378+ [ 0.0.13 ] : https://github.com/compozy/compozy/compare/v0.0.12...v0.0.13
379+ [ 0.0.12 ] : https://github.com/compozy/compozy/compare/v0.0.11...v0.0.12
380+ [ 0.0.11 ] : https://github.com/compozy/compozy/compare/v0.0.10...v0.0.11
30381---
31- * Made with ❤️ by the Compozy team • Generated by [ git-cliff] ( https://git-cliff.org ) *
382+ * Made with ❤️ by the Compozy team • Generated by [ git-cliff] ( https://git-cliff.org ) *
0 commit comments