Skip to content

Commit 487d40b

Browse files
authored
Update README for version 1.3.0 features (#67)
Updated version number and added new features in the README. # Pull Request ## Description <!-- Provide a clear and concise description of your changes --> ## Type of Change <!-- Mark the relevant option with an "x" --> - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update - [ ] Code refactoring - [ ] Performance improvement - [ ] Test addition or modification - [ ] Build/CI change ## Related Issues <!-- Link related issues here using #issue_number --> Fixes # Relates to # ## Changes Made <!-- List the key changes in this PR --> - - - ## Testing <!-- Describe the tests you ran and how to reproduce them --> - [ ] All existing tests pass - [ ] Added new tests for changes - [ ] Manual testing performed ### Test Coverage <!-- Add test coverage information if applicable --> ``` ``` ## Screenshots/Examples <!-- If applicable, add screenshots or example output --> ## Checklist - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published ## Breaking Changes <!-- If this is a breaking change, describe the impact and migration path --> ## Additional Notes <!-- Add any additional notes for reviewers --> Signed-off-by: Wes Etheredge <jwesleye@users.noreply.github.com>
1 parent 63e3e1f commit 487d40b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
An open foundational toolkit providing essential components for building AI agents with minimal dependencies for local (non-HTTP/API) actions.
44

5-
## 🆕 What's New in v1.2.1
5+
## 🆕 What's New in v1.3.0
66

77
🎯 **NEW: Loadouts** - 6 pre-configured tool bundles for specific use cases (coder, docs writer, data analyst, web publisher, visual designer, office suite)
88

0 commit comments

Comments
 (0)