Release v0.20.1

This commit is contained in:
Mario Zechner
2025-12-13 00:57:12 +01:00
parent e707ac4cd0
commit 59cf6c717b
12 changed files with 43 additions and 43 deletions

View File

@@ -1,10 +1,10 @@
# Changelog
## [Unreleased]
## [0.20.1] - 2025-12-13
### Added
- **Skills auto-discovery**: Mom now automatically discovers skills from `workspace/skills/` and `channel/skills/` directories. Skills are directories containing a `SKILL.md` file with a `description` in YAML frontmatter. Available skills are listed in the system prompt with their descriptions. Mom reads the `SKILL.md` file before using a skill.
- **Skills auto-discovery**: Mom now automatically discovers skills from `workspace/skills/` and `channel/skills/` directories. Skills are directories containing a `SKILL.md` file with `name` and `description` in YAML frontmatter. Available skills are listed in the system prompt with their descriptions. Mom reads the `SKILL.md` file before using a skill.
## [0.19.2] - 2025-12-12