-
Notifications
You must be signed in to change notification settings - Fork 258
Dev #849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
alashchev17
wants to merge
148
commits into
main
Choose a base branch
from
dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Dev #849
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ependency, and simplify data structures
- Update `current_model` usages to incorporate Option type for better error handling. - Modify `ft_toolset` field to utilize Option type, reflecting potential absence of toolset data. - Enhance safety by using `.ok_or` method to provide meaningful error messages when current_model is not set. - Simplify certain sections by eliminating unnecessary variable initialization and comments. - Optimize the connection initialization by directly passing required parameters.
thread id fix
* ci: add verbose logging when installing deps * ci: fix peer deps issues * test: add optional dependancy for linux builds * ci: remove verbose npm ci * wip: tool confirmation, render the confirmation, TODO: add reject and accept handlers. * feat: use flexus for tool confirmation. * refactor: remove old tool confirmation slice * refactor: remove old tool-confirmation endpoint * refactor: deleta stream * refactor: thread update messages * refactor: receiving thread messages * refactor: experts and model middleware * refactor: thread message types. * fix: unused imports * fix: unresolve conflict while merging * wip: tool confirmation from ide. * chore: fix ts-lint errors when building. * fix: types * fix: max infered type length * chore: remove console.logs * fix: update thread when valid. * fix: thread updates should exactly match the `ft_id` * feat: migrate links, code-lens, previews from lsp to flexus handlers * chore: remove unused import * remove `useSendChatRequest` hook * wip: removing `state.thread` * remove compression stop * wip: remove uncommited changes wanrnning and followup switch * remove thinking button * remove suggest new chat * remove `state.chat.thread.id` * wip: migrate usage counter and remove more `state.chat.thread` selectors. * fix: allow overriding default url by using private server. * chore: remove all `state.chat.thread` selectors. * remove thread selector import * wip: removing `state.thread.chat` actions * wip: removing old chat thread actions * wip: remove chatResponse action. * wip: remove `newIntegrationChat` action, todo: handle navigation back from integration chat and select correct agent. * wip: navigate back to configuration page. * wip: remove `chatAskQuestionThunk` * chore: remove `state.thread.actions` * chore: remove `state.chat.thread` reducer * chore: remove old thread utils and knowledge api * chore: fix fixtures * fix: return button showing up when not needed * fix: unused variable in middleware * fix: types in utils directory. * fix: types in services directory * fix: types in hooks directory. * fix: types in features directory * fix: types in components directory. * chore: small fixes after updating flexus and enabling chats to advance * fix: display context files * chore: update content file type * fix: move experts and models hooks to out side of the component * ui: use app.refact for schemas. * chore: remove abort controller context. * fix: graphql url to app.refact.ai by default
* wip: migrate getUser to getBasicStuff query * refactor: migrate `group_create` to urql/core * refactor: unify urql usage * fix: use group.id when creating a thread. * fix: linter issues.
* wip: migrate getUser to getBasicStuff query * refactor: migrate `group_create` to urql/core * refactor: unify urql usage * fix: use group.id when creating a thread. * fix: linter issues. * wip: add socket counter and refactor sending messages * refactor: migration sendMessages to quiries and mutations api * move thread creation thunks to quires and mutations api. * refactor: migrate model and experts thunks to api * refactor: migrate cloud tools request to graphql api * fix(ui): remove thread * chore: remove unused thunk * refactor: pause thread thunk * refactor: migrate tool confirmation thunk to mutations api * refactor: move subscriptions to a different file from other graphql calls. * fix: stability checks warnings.
* fix: hide tip of the day when restoring.a chat. * fix(ui): multimodal key conflict * fix(ui): re-enable scrolling to the last user message. * ui: move connection status info * chore: remove unused import
* feat: re-enable viewing the raw thread. * fix: remove streaming animation and stop button when reloading a chat. * chore: fix types.
* chore: update story book plugins * storybook: add stub for broken textdoc_update. * fix: `diff.ftm_content` isn't a diff any more :/ * chore: add some msw fixtures * refactor: remove some circular dependancies. * fix: storybook `cannot use [slice] before initialisation`. * chore: fixing story book * chore(storybook): add graphql mock to user survey.
* wip: update type for messages * wip: remove old types for chat. * fix: integration chat. * fix: allow generated types to be exported. * refactor: remove old `features/Chat/Thread` * fix: remove thread export * wip: re-enable comand previews. * chore re-enable sending app_searchable_id. * fix types and disable login. * fix: stylus dependancy * chore: update grapphql documents.
* wip: update type for messages * wip: remove old types for chat. * fix: integration chat. * fix: allow generated types to be exported. * refactor: remove old `features/Chat/Thread` * fix: remove thread export * wip: re-enable comand previews. * chore re-enable sending app_searchable_id. * fix types and disable login. * fix: stylus dependancy * chore: update grapphql documents. * wip: enabling images * chore: update caps type
* fix: thread date. * fix: add tool_set to thread creation payload * ui: remove tools and `ftm_app_specific` * wip: unneeded scroll bar. * ui: fix types * ui: smoother scrolling when opening a message * fix(ui): update types.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.