Skip to content

Tags: hiranp/hief

Tags

v0.2.8

Toggle v0.2.8's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore: bump version to 0.2.8 and update changelog

v0.2.7

Toggle v0.2.7's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
docs: update changelog for v0.2.7

v0.2.6

Toggle v0.2.6's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat: add skills management functionality

- Introduced a new module for managing skills, allowing users to create, list, and show skill files.
- Implemented skills initialization to scaffold the necessary directory structure and README.
- Added functionality to load skills from disk and register them as dynamic MCP tools.
- Enhanced the HIEF server to support executing skills and retrieving their content.
- Updated the server's command handling to include new skills commands.
- Added validation for skill names to prevent security issues.
- Introduced tests for skills management to ensure functionality and correctness.

v0.2.5

Toggle v0.2.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat: Implement GitHub Actions workflow for automated multi-platform …

…releases and update the active development context file.