v0.2.0
What's Changed
- Docs: Workflows and models by @cjellick in https://github.com/otto8-ai/otto8/pull/565
- Docs: OAuth Guide by @cjellick in https://github.com/otto8-ai/otto8/pull/569
- chore: update logo in admin UI by @ibuildthecloud in https://github.com/otto8-ai/otto8/pull/573
- doc: add multi-language guide for authoring and packaging tools by @njhale in https://github.com/otto8-ai/otto8/pull/561
- fix: admin - prevent breakage when selecting Ollama as a provider in model form by @ryanhopperlowe in https://github.com/otto8-ai/otto8/pull/578
- feat: add llama3.2 for ollama provider in admin UI by @thedadams in https://github.com/otto8-ai/otto8/pull/586
- fix: admin ui - fix error when navigating to threads page by @ryanhopperlowe in https://github.com/otto8-ai/otto8/pull/588
- feat: admin ui - confirm when deleting agents by @ryanhopperlowe in https://github.com/otto8-ai/otto8/pull/589
- feat: admin ui - display information on agent when refName conflict by @ryanhopperlowe in https://github.com/otto8-ai/otto8/pull/593
- fix: image in docker run snippet on splash page by @njhale in https://github.com/otto8-ai/otto8/pull/605
- fix: use custom oauth configurations for knowledge syncing by @thedadams in https://github.com/otto8-ai/otto8/pull/597
- fix: allow retries of oauth logins by @thedadams in https://github.com/otto8-ai/otto8/pull/599
- fix: check for NotFoundInWorkspaceError to avoid transient errors by @thedadams in https://github.com/otto8-ai/otto8/pull/600
- chore: rename the webhook password fields to be token by @thedadams in https://github.com/otto8-ai/otto8/pull/608
- feat: admin ui - agent refname - open agent in new tab on by @ryanhopperlowe in https://github.com/otto8-ai/otto8/pull/604
- chore: update typesafe routing for admin ui by @ryanhopperlowe in https://github.com/otto8-ai/otto8/pull/610
- Admin/feat/updated-thread-breadcrumbs by @ryanhopperlowe in https://github.com/otto8-ai/otto8/pull/615
- fix: add padding to oauth app forms by @thedadams in https://github.com/otto8-ai/otto8/pull/617
- feat: add ollama model provider configuration docs by @thedadams in https://github.com/otto8-ai/otto8/pull/616
- chore: change webhook password field to token by @thedadams in https://github.com/otto8-ai/otto8/pull/620
- feat: update max runs to 50 in admin ui by @ryanhopperlowe in https://github.com/otto8-ai/otto8/pull/618
- fix: use run namespace to get models in llm proxy by @thedadams in https://github.com/otto8-ai/otto8/pull/622
- chore: add padding to custom oauth app form by @thedadams in https://github.com/otto8-ai/otto8/pull/631
- chore: add bluesky bundle logo by @njhale in https://github.com/otto8-ai/otto8/pull/629
- fix: incorrect agent status display in admin ui by @ryanhopperlowe in https://github.com/otto8-ai/otto8/pull/632
- chore: indicate when saving agent fails in admin ui by @ryanhopperlowe in https://github.com/otto8-ai/otto8/pull/633
- chore: small updates to model provider docs by @thedadams in https://github.com/otto8-ai/otto8/pull/640
- docs: remove toc from first tool guide and add unique ids to markdown headers by @njhale in https://github.com/otto8-ai/otto8/pull/580
- change: do not stat file for fileSize during ingestion flow as that happens in knowledge already by @iwilltry42 in https://github.com/otto8-ai/otto8/pull/653
- feat: add agent and workflow dropdowns to workflow steps by @ryanhopperlowe in https://github.com/otto8-ai/otto8/pull/645
- chore: add Voyage AI models to UI by @thedadams in https://github.com/otto8-ai/otto8/pull/652
- Feat/admin/webhooks by @ryanhopperlowe in https://github.com/otto8-ai/otto8/pull/628
- Feat: Add file tree, add include and exclude prefix for auto ingestion by @StrongMonkey in https://github.com/otto8-ai/otto8/pull/639
- feat: add credential based authentication to chat by @ryanhopperlowe in https://github.com/otto8-ai/otto8/pull/665
- Admin Theme Redesign by @ryanhopperlowe in https://github.com/otto8-ai/otto8/pull/666
- feat: add default model aliases by @thedadams in https://github.com/otto8-ai/otto8/pull/663
- Ui/feat/workflow-chat by @ryanhopperlowe in https://github.com/otto8-ai/otto8/pull/557
- change: use cleanup handler for runstate instead of finalizer on a run by @iwilltry42 in https://github.com/otto8-ai/otto8/pull/661
- fix: theme updates for workflows by @ryanhopperlowe in https://github.com/otto8-ai/otto8/pull/672
- enhance: turn up the heat in the agent/workflow name generation by @ryanhopperlowe in https://github.com/otto8-ai/otto8/pull/679
- fix: don't assume uncached.Get works in the invoker by @thedadams in https://github.com/otto8-ai/otto8/pull/682
- docs: add GitHub agent tutorial by @g-linville in https://github.com/otto8-ai/otto8/pull/683
- Fix: use base 2 to calculate filesize by @StrongMonkey in https://github.com/otto8-ai/otto8/pull/681
- fix: webhooks getting not found error when triggering workflows by @ryanhopperlowe in https://github.com/otto8-ai/otto8/pull/671
- enhance: convert webhook form to be generic by @ryanhopperlowe in https://github.com/otto8-ai/otto8/pull/678
- chore: Add webhook - workflow PagerDuty guide by @cloudnautique in https://github.com/otto8-ai/otto8/pull/680
- chore: add some guidance to the purpose of the colors in the tailwind.css file by @ryanhopperlowe in https://github.com/otto8-ai/otto8/pull/685
- docs: add knowledge agent tutorial by @g-linville in https://github.com/otto8-ai/otto8/pull/686
- Fix: use bracket wisely by @StrongMonkey in https://github.com/otto8-ai/otto8/pull/689
- feat: add default model alias crud to admin ui by @ryanhopperlowe in https://github.com/otto8-ai/otto8/pull/676
- fix: wait for the alias to be processed in the API layer by @thedadams in https://github.com/otto8-ai/otto8/pull/690
- Docs: Rearrange docs by @cjellick in https://github.com/otto8-ai/otto8/pull/694
- chore: add configuration info for Voyage model provider by @thedadams in https://github.com/otto8-ai/otto8/pull/695
- fix: Publish URL showing based on aliasAssigned and entityID check by @ivyjeong13 in https://github.com/otto8-ai/otto8/pull/693
New Contributors
- @ivyjeong13 made their first contribution in https://github.com/otto8-ai/otto8/pull/693
Full Changelog: otto8-ai/otto8@v0.1.0...v0.2.0