Commit graph

8 commits

Author SHA1 Message Date
Lucas Oliveira
474823d5e1 Added onboarding rollback on frontend, when onboarding ingestion fails 2025-12-05 15:49:33 -03:00
Lucas Oliveira
e2ba1d2a33 fixed validations running even if provider not filled up 2025-12-05 13:15:46 -03:00
Edwin Jose
b0a29415bd Add support for environment API key in onboarding
Enhanced IBM onboarding to allow using an API key from environment configuration, with UI controls for toggling and validation feedback. Also added support for pre-filling endpoint and project ID for IBM and Ollama providers based on existing settings.
2025-12-03 00:39:12 -05:00
phact
0fc0be855c onboarding filter creation + sticky filters 2025-12-02 02:31:59 -05:00
Mike Fortman
bc4354ea20 Detect and default to provider with env set 2025-11-24 16:46:16 -06:00
Cole Goldsmith
8c5efb73a7 Merge branch 'main' into feat/chat-filter-context 2025-11-19 17:27:23 -06:00
Lucas Oliveira
dce97c97e4
fix: make nudges and new conversations appear after onboarding, fix behavior on conversations (#418)
* fixed docker to old way

* added refetch when nudges are not fetched

* show skip overview just when finishing embedding

* just show children when show layout

* increased total onboarding steps

* made assistant message be saved on local storage to save progress on onboarding

* clean all items from local storage on finish onboarding

* only show navigation when onboarding is complete

* fixed navigation style to not placeholder for new conversation, not show loading state, and to show correct files

* fixed chat losing past message when navigating out of the chat

* fixed conversation be selected even though its a new conversation

* set the messages as just the user message when messages.length is 1

* fixed conversation be selected when exiting onboarding
2025-11-19 14:23:34 -03:00
Cole Goldsmith
d47038e097
Reorganize folders within frontend (#407)
* reorganize folder structure

* move folders from merge

* fix import issue

* run format

* update configs
2025-11-17 08:23:23 -06:00
Renamed from frontend/src/app/onboarding/components/onboarding-card.tsx (Browse further)