View Source Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.

v0.2.0 - 2023-12-15

Added

Changed

  • The configuration was moved into special config documents in the vault. These include in particular also the system prompts and default task prompts, which means they can now be easily adopted without having to touch any Elixir code.
  • Magma.Artefact types are structs now, in order to support use cases where multiple artefact instances of the same type for one concept should be supported

Fixed

  • encoding issues with the "Copy to clipboard" button when the prompt contained special characters

Compare v0.1.1...v0.2.0

v0.1.1 - 2023-11-03

Fixed

Compare v0.1.0...v0.1.1

v0.1.0 - 2023-11-03

Initial release