You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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