Skip to content

Tags: omnitool-ai/omnitool

Tags

v1.0.4

Toggle v1.0.4's commit message
OmniTool 1.0.4 Update

1. **Base URL Adjustment**: Added hack to automatically fix the base url of Replicate.

2. **Dependency Management**: Updated various dependencies.

v1.0.3

Toggle v1.0.3's commit message
OmniTool 1.0.3 Update

UI and User Interaction Improvements:
- Migrated UI prompt to use smalltalk.prompt for better compatibility, such as with electron.
- Added new Simplify toggle to each recipe block representation to hide unconnected inputs when those inputs are using their default values.

Error Handling and Status Updates:
- Added error code to status message.
- Fixed badge workflow showing the wrong status.

Code and Extension Fixes:
- Commented out omni-core-assistant core extension as it did not have a valid associated url.
- Fixed issue with visual-question-answering where input image was not properly read.

v1.0.2

Toggle v1.0.2's commit message
OmniTool 1.0.2 Update

Bug Fixes:
- Handled exceptions gracefully in name to rgb block.
- Fixed issue where imported recipes could not be saved.
- Fixed issue where the preview of an image block caused an error when importing a recipe from file.
- Fixed issue where images were not embedded during a recipe export and unknown blocks were not recreated during recipe import.

Deprecation:
- Deprecated pocketbase and skipped pocketdb checks.

Upgrade:
- Upgraded yarn to version 4.1.

Additional Feature:
- Added a status badge.

v1.0.1

Toggle v1.0.1's commit message
OmniTool 1.0.1 Update

Dependency Updates:
- Update project dependencies with latest versions

User Interface Enhancements:
- Opened chat menu when launching local APIs
- UX clean up and small visual improvements

Feature Additions:
- Added support for filtering user recipes in recipe manager

Documentation Updates:
- Upkeep readme

v1.0.0

Toggle v1.0.0's commit message
OmniTool 1.0.0 Update

1. API updates
   - Generate jwt token script now takes multiple recipe ids
   - generateJwtToken script workflowId payload is optional

2. Stability Fixes and Documentation
   - Moved to stable release v1.0!
   - Fixed null assertion on recipe export
   - Updated README.md
   - Add GitHub Actions for automatic release

v0.6.3

Toggle v0.6.3's commit message
OmniTool 0.6.2 Update

**NEW API Support**
- Added support for API invocation of recipes
- Added support for API retrival of recipe results
- sample implementation in examples/api.mjs with more documentation to follow!
- New "Recipe Output Block" now sets the results of the recipe

**Installation & Bug fixes**
- Optimize startup times and stability for yarn start
- Resolved block registry fetch errors on certain machines
- Fixed "Load Recipe" search filtering