Skip to content

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
wants to merge 148 commits into
base: main
Choose a base branch
from
Draft

Dev #849

wants to merge 148 commits into from

Conversation

alashchev17
Copy link
Member

No description provided.

MarcMcIntosh and others added 30 commits May 28, 2025 19:08
- 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.
alashchev17 and others added 30 commits June 26, 2025 18:45
* 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants