Skip to content

Latest commit

 

History

History
420 lines (323 loc) · 15.3 KB

File metadata and controls

420 lines (323 loc) · 15.3 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.0.19 - 2025-10-20

♻️ Refactoring

  • (repo) Broad list of improvements (#289)
  • (repo) Improve functions length (#291)

🎉 Features

  • (repo) Enable template for wait timeouts

📚 Documentation

  • (repo) Improve docs

🔧 CI/CD

  • (repo) Fix release

0.0.18 - 2025-10-17

♻️ Refactoring

  • (repo) Standardize executions routes

🎉 Features

  • (repo) Add usage data for executions (#286)

🔧 CI/CD

  • (release) Release v0.0.18 (#287)

0.0.17 - 2025-10-15

♻️ Refactoring

  • (repo) Add built-in tools in Go (#264)

🎉 Features

  • (repo) Introduce new executions routes (#266)
  • (repo) Improve agentic process (#270)
  • (repo) Add embeddings support (#277)

🐛 Bug Fixes

  • (repo) Tool budget calculation
  • (repo) Response handler for attachments (#267)

🔧 CI/CD

  • (release) Release v0.0.17 (#284)
  • (repo) Fix bun config
  • (repo) Fix dry-run release

0.0.16 - 2025-09-26

♻️ Refactoring

  • (repo) Improve schemagen package
  • (repo) Improve LLM orchestrator (#262)
  • (repo) Add FSM to LLM orchestrator (#263)

🎉 Features

  • (repo) Remove pkg/ref (#259)
    • BREAKING: Remove pkg/ref (#259)
  • (repo) Improve rest endpoints (#260)
  • (repo) Add import/export per resource (#261)

📚 Documentation

  • (repo) Update schema
  • (repo) Fix README

🔧 CI/CD

  • (release) Release v0.0.16 (#258)

🧪 Testing

  • (resources) Add integration tests for resources

0.0.15 - 2025-09-17

🐛 Bug Fixes

  • (repo) Dispatcher uniqueness (#256)

🔧 CI/CD

  • (release) Release v0.0.15 (#257)

0.0.14 - 2025-09-16

🐛 Bug Fixes

  • (agent) Propagate CWD to agent tools

🔧 CI/CD

  • (release) Release v0.0.14 (#255)

0.0.13 - 2025-09-16

♻️ Refactoring

  • (repo) Improve logger and config usage (#247)
  • (repo) Improve tests (#251)
  • (repo) General improvements (#253)

🎉 Features

  • (repo) Add hierarchical global tool access (#237)
  • (repo) Integrate webhooks (#241)
  • (repo) Add attachments support (#248)

🐛 Bug Fixes

  • (repo) Agentic MCP tool calling (#240)
  • (repo) Gracefully shutdown MCPs (#243)
  • (webhooks) Fix workflow trigger (#250)

📚 Documentation

  • (repo) Add Open with AI button
  • (repo) Add docs for webhooks and attachments
  • (repo) Fix CHANGELOG.md

🔧 CI/CD

  • (release) Release v0.0.13 (#239)

0.0.12 - 2025-09-01

♻️ Refactoring

  • (llm) Improve llm package (#235)

🎉 Features

  • (task) Add prompt property for basic task (#236)

🐛 Bug Fixes

  • (repo) Auth bootstrap command (#234)

📚 Documentation

  • (repo) Improve responsive
  • (repo) Add alpha badge
  • (repo) Add product hunt badge
  • (repo) Remove homebrew install for now
  • (repo) General adjustments

📦 Build System

  • (repo) Update to go1.25.0

🔧 CI/CD

  • (release) Release v0.0.12 (#231)

0.0.11 - 2025-08-12

🐛 Bug Fixes

  • (repo) Context normalization on collection tasks (#226)
  • (repo) Fetch tags for release

📦 Build System

  • (repo) Adjust tooling
  • (repo) Lint warnings

🔧 CI/CD

  • (release) Release v0.0.11 (#230)

0.0.10 - 2025-08-07

♻️ Refactoring

  • (cli) Improve init command
  • (docs) Disable theme switcher
  • (llm) General improvements (#48)
  • (parser) Add cwd as struct on common
  • (parser) Change from package_ref to use
  • (parser) Improve errors
  • (parser) Add config interface
  • (parser) Add validator interface
  • (parser) Improve validator
  • (parser) Change from package_ref to pkgref
  • (parser) Add schema validator in a package
  • (parser) Remove ByRef finders on WorkflowConfig
  • (parser) Add schema in a separate package
  • (parser) Use a library to load env
  • (parser) Remove parser.go file
  • (parser) Adjust errors
  • (repo) General improvements
  • (repo) Apply go-blueprint architecture
  • (repo) Change testutils to utils
  • (repo) Types improvements
  • (repo) General improvements
  • (repo) General adjustments
  • (repo) Build improvements
  • (repo) Change architecture
  • (repo) Small improvements
  • (repo) Adjust architecture
  • (repo) Improve protobuf integration
  • (repo) Change to DDD
  • (repo) Change from trigger to opts on workflow.Config
  • (repo) Adapt to use new pkgref
  • (repo) Change from orchestrator to worker
  • (repo) Complete change task state and parallel execution (#16)
  • (repo) Use Redis for store configs (#24)
  • (repo) General improvements
  • (repo) Config global adjustments
  • (repo) Improve test suite
  • (worker) Remove PAUSE/RESUME for now
  • (worker) Create worker.Manager
  • (worker) Avoid pass task.Config through activities (#31)
  • (worker) Split task executors (#77)

⚡ Performance Improvements

  • (repo) Improve startup performance (#74)

🎉 Features

  • (cli) Add watch flag on dev
  • (core) Add basic core structure
  • (nats) Add first NATS server integration
  • (parser) Add models and provider
  • (parser) Add EnvMap methods
  • (parser) Add LoadId method on Config
  • (parser) Add WithParamsValidator
  • (pb) Add ToSubject() method for events
  • (ref) Add inline merge directive
  • (repo) Add schema generation
  • (repo) Run server using workflows on dev cmd
  • (repo) Implement better log using CharmLog
  • (repo) Add support for LogMessage on NATS
  • (repo) Adding file references
  • (repo) Add initial file ref loaders
  • (repo) Adad tplengine package
  • (repo) Add Deno runtime integration (#1)
  • (repo) Add protobuf integration
  • (repo) Add initial orchestrator logic (#3)
  • (repo) Add UpdateFromEvent on states
  • (repo) Handle workflow execute
  • (repo) Init task.Executor
  • (repo) Return full state on executions route
  • (repo) Add version on API and events
  • (repo) Use SQLite for store
  • (repo) Add workflow and task routes
  • (repo) Add agent definitions routes
  • (repo) Add tools routes
  • (repo) Integrate Swagger
  • (repo) Add new pkg/ref (#7)
  • (repo) Add initial temporal integration (#8)
  • (repo) Normalize task state
  • (repo) Add basic agent execution (#9)
  • (repo) Implement tool call within agent (#10)
  • (repo) Implement tool call within task
  • (repo) Implement parallel execution for tasks (#12)
  • (repo) Implement router task
  • (repo) Implement collection tasks (#17)
  • (repo) Adding MCP integration (#25)
  • (repo) Support sequential mode for collection tasks (#36)
  • (repo) Implement auto load for resources (#37)
  • (repo) Implement aggregate task type (#38)
  • (repo) Add composite task type (#47)
  • (repo) Add signals for workflows (#51)
  • (repo) Add nested collection tasks (#55)
  • (repo) Add basic monitoring system (#58)
  • (repo) Add outputs for workflow (#76)
  • (repo) Add scheduled workflows (#98)
  • (repo) Add task type wait (#100)
  • (repo) Add memory (#104)
  • (repo) Add rest api for memory (#108)
  • (repo) Add BunJS as runtime (#114)
  • (repo) Add task engine refac (#116)
  • (repo) Add pkg/config (#124)
  • (repo) Add authsystem (#133)
  • (repo) Add missing CLI commands (#137)
  • (repo) Add default tools (#138)
  • (repo) Move cache and redis config to pkg/config (#139)
  • (repo) Refactor CLI template generation
  • (server) Add first version of the server
  • (server) Add new route handlers
  • (task) Add outputs to task
  • First package files

🐛 Bug Fixes

  • (cli) Add missing check on init command
  • (docs) Hero text animation
  • (docs) Class merge SSR
  • (docs) Metadata og url
  • (engine) Env file location
  • (memory) Memory API request (#121)
  • (repo) General improvements and fixes
  • (repo) Adjust validations inside parser
  • (repo) Make dev command work
  • (repo) Adjust state type assertion
  • (repo) Validate workflow params on Trigger
  • (repo) Collection task (#18)
  • (repo) Nested types of tasks
  • (repo) Concurrency issues with logger (#61)
  • (repo) Collection state creation (#63)
  • (repo) Closing dispatchers (#81)
  • (repo) Memory task integration (#123)
  • (repo) Auth integration
  • (repo) MCP command release
  • (repo) General fixes
  • (repo) Add automatic migration
  • (repo) Broken links
  • (runtime) Deno improvements and fixes (#79)

📚 Documentation

  • (repo) Engine specs (#2)
  • (repo) Cleaning docs
  • (repo) Update weather agent
  • (repo) Improve agentic process
  • (repo) Add memory PRD
  • (repo) Add initial multitenant PRD
  • (repo) Rename schedule PRD
  • (repo) Improve agentic process
  • (repo) Add basic documentation and doc webapp (#130)
  • (repo) General doc improvements
  • (repo) Add OpenAPI docs
  • (repo) Improve current docs
  • (repo) Enhance tools docs
  • (repo) Enhance memory docs
  • (repo) Finish/enhance MCP documentation (#135)
  • (repo) Remove old prds
  • (repo) Improve documentation
  • (repo) Add schemas on git
  • (repo) Add vercel analytics
  • (repo) Add readme and contributing
  • (repo) Finish main landing page
  • (repo) Fix navigation link
  • (repo) Adjust text on lp
  • (repo) Add logo on README
  • (repo) Adjust install page
  • (repo) Update readme

📦 Build System

  • (repo) Fix golint errors
  • (repo) Add initial makefile
  • (repo) Lint errors
  • (repo) Add weather example folder
  • (repo) Fix lint errors
  • (repo) Adjust lint warnigs
  • (repo) Fix lint warnings
  • (repo) Add precommit
  • (repo) Add AI rules
  • (repo) Add monitoring PRD
  • (repo) Remove .vscode from gitignore
  • (repo) Add Github Actions integrations (#136)
  • (repo) Cleanup
  • (repo) Format fix
  • (repo) Improve release process
  • (repo) Update deps

🔧 CI/CD

  • (release) Releasing new version v0.0.4 (#162)
  • (release) Release v0.0.10 (#214)
  • (repo) Fix actions
  • (repo) Fix services setup
  • (repo) Fix release
  • (repo) Adjust versions
  • (repo) Fix release process
  • (repo) Fix ci
  • (repo) Fix goreleaser
  • (repo) Fix validate title step
  • (repo) Fix quality action
  • (repo) Add pkg release

🧪 Testing

  • (parser) Add tests for agents
  • (parser) Add tests for package ref
  • (parser) Add tests for tools
  • (parser) Add tests for tasks
  • (parser) Add tests for workflow
  • (repo) Refactor test style
  • (repo) Add integration tests for states
  • (repo) Fix nats tests
  • (repo) Add store integration tests
  • (repo) Adjust repository tests
  • (repo) Test routes
  • (repo) Test improvements
  • (repo) Add basic tasks integration tests (#57)
  • (repo) Fix integrations tests (#59)
  • (repo) Fix testcontainer timeouts
  • (server) Add basic tests for server

--- Made with ❤️ by the Compozy team • Generated by git-cliff