Releases: cel-expr/skills
Releases · cel-expr/skills
Release list
Release v0.4.0
Release v0.3.0
What's Changed
- Fix a typo on SKILL.md by @copybara-service[bot] in #5
- Update GEMINI.md and create CLAUDE.md in #7
- Update cel.dev/cel-go deps in #13
- Add SLSA + Sigstore release builds for cel-expr-mcp in #15
Full Changelog: v0.2.0...v0.3.0
Release v0.2.0
Features
- Performed evaluations to determine that only
cel-debuggingandcel-authoringare useful - Updated the CEL MCP server to support protobuf inputs serialized from JSON
- New flags to support
-envand-file_descriptorsspecification to the stdio MCP server
When specifying flags to the stdio MCP server, the shape of the tool changes so that the environment
argument is no longer needed if it's specified, simplifying both the tool API and the context required for
generation.
Fixes
- Fixed relative references to CEL skills within .md files.
- GitHub actions added for release automation
v0.1.0
Authoring, test, and debug skills with stdio MCP tools for CEL