Omnitool Ai Omnitool Versions Save

Official Omnitool repository

v1.0.4

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

  2. Dependency Management: Updated various dependencies.

v1.0.3

2 months ago

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

2 months ago

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

3 months ago

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

4 months ago
  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