Skip to content

Commit

Permalink
chore(tools): update CHANGELOG for version 0.4.1, document new tools …
Browse files Browse the repository at this point in the history
…and improvements
  • Loading branch information
darielnoel committed Dec 19, 2024
1 parent 7c976a6 commit a52073d
Showing 1 changed file with 46 additions and 11 deletions.
57 changes: 46 additions & 11 deletions packages/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,53 @@
# Changelog

## [0.1.0]
All notable changes to the `@kaibanjs/tools` package will be documented in this file.

Initial experimental release of the tools package.
## [0.4.1] - 2024-12-19

### Features
### Documentation
- Added missing README files for:
- Exa Search Tool
- Firecrawl Tool
- Updated main package README with improved tool listing
- Standardized documentation format across all tools

- Basic tool package implementation
- Firecrawl tool integration
- Tavily tool integration
- Storybook playground for tools
- Basic testing suite per tool
- CI workflows for releasing and testing
## [0.4.0] - 2024-12-19

### Notes
### Added
- Zapier Webhook Tool for workflow automation integration
- Make Webhook Tool for Make (formerly Integromat) integration

- This is an experimental release
## [0.3.0] - 2024-12-14

### Added
- Simple RAG Tool for basic RAG implementations
- Website Search Tool for semantic website content search
- PDF Search Tool for document analysis
- Text File Search Tool for plain text processing

### Enhanced
- Added support for custom vector stores
- Improved documentation for all tools
- Added comprehensive examples in tool READMEs

## [0.2.0] - 2024-11-17

### Added
- Serper Tool for Google Search API integration
- WolframAlpha Tool for computational queries
- Exa Search Tool for neural search capabilities
- GitHub Issues Tool for repository management

### Improved
- Enhanced error handling across all tools
- Better type definitions and input validation
- Updated documentation with more examples

## [0.1.0] - Initial Release

### Added
- Initial package setup
- Basic tool implementation structure
- Core utility functions
- Testing framework setup
- Documentation foundation

0 comments on commit a52073d

Please sign in to comment.