[feat] [sdk] bump @cozeloop/ai to 0.0.6#14
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is
@@ Coverage Diff @@
## main #14 +/- ##
==========================================
- Coverage 88.60% 87.00% -1.60%
==========================================
Files 57 57
Lines 3000 3001 +1
Branches 632 638 +6
==========================================
- Hits 2658 2611 -47
- Misses 338 389 +51
+ Partials 4 1 -3
... and 2 files with indirect coverage changes 🚀 New features to boost your workflow:
|
NoahKex
approved these changes
Aug 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description: Add Jinja2 Template Support and Enhance Cozeloop-AI Functionality
This PR introduces several key updates to the
cozeloop-aiproject, notably adding support for Jinja2 templates, improving test coverage, and incrementing the package version to0.0.6. The changes are as follows:Key Features and Updates
Jinja2 Template Support
cozeloop-aiprompt hub to support Jinja2 as a new template type. This extends the flexibility of the templating system for various use cases.Commit:
15986a7Example Update: Jinja2 Integration
with-jinjato demonstrate how to use Jinja2 templates withcozeloop-ai.Commit:
285ff30CommonJS to ESM Fix for Nunjucks
esm) environment, ensuring compatibility and smooth functionality.Commit:
21f3c9aTest Suite Enhancements
prompt/utilsandtracer/adapt, improving test coverage and reliability of the codebase.Commit:
425f699Workflow Permissions
Commit:
af36e8dVersion Bump
cozeloop-aipackage version to0.0.6to reflect the new features and improvements.Commit:
ba0efbdWhy This PR?
This set of changes is aimed at making the
cozeloop-ailibrary more versatile and reliable. By introducing support for Jinja2 templates, fixing compatibility issues, and adding relevant examples and tests, this update will significantly enhance the usability and robustness of the project.Testing & Validation
prompt/utilsandtracer/adapt.Please review the changes and provide feedback.