Skip to content

Luca v0.0.31

Choose a tag to compare

@soederpop soederpop released this 24 Mar 09:12
· 163 commits to main since this release

What's Changed

  • ff23ed7 make luca serve endpoints hot reloadable, assistant can call reload() to load their hooks / tools from disk
  • ff8c932 removed window manager, added a browser-use feature which wraps the browser-use cli. made it expose tools to the assistant class. big improvements to luca describe output, including the ability to describe something as a typescript interface. improvements to luca chat command you can --use features on the assistant, big overhaul of the type annotations to make describe output more complete
  • d0653ac add --use flag to chat command so features can be injected into the assistant at launch time
  • 3c5ddc8 fixed a bug in the helper that prevented certain tool descriptions from not making their way through
  • 90da372 add --skip-eval flag to prompt command, rename --preserve-frontmatter to --include-frontmatter
  • 03680f8 add a tutorial for using the browser esm module
  • b9c40cc helper discovery goes through the fs feature, file-manager, and will now properly resolve symlinks. helpers in symlinked directories or syminked files were not being discovered

Platforms

  • Linux x64
  • Linux ARM64
  • macOS x64 (Intel)
  • macOS ARM64 (Apple Silicon)
  • Windows x64