Skip to content

Conversation

@xqvvu
Copy link
Contributor

@xqvvu xqvvu commented Aug 22, 2025

No description provided.

@gru-agent
Copy link
Contributor

gru-agent bot commented Aug 22, 2025

TestGru Assignment

Summary

Link CommitId Status Reason
Detail 0368ce4 🚫 Skipped No files need to be tested {"packages/global/core/chat/favouriteApp/type.d.ts":"File path does not match include patterns.","packages/global/core/chat/setting/type.d.ts":"File path does not match include patterns.","packages/service/core/chat/favouriteApp/schema.ts":"File path does not match include patterns.","packages/service/core/chat/setting/schema.ts":"File path does not match include patterns.","packages/web/i18n/en/chat.json":"File path does not match include patterns.","packages/web/i18n/zh-CN/chat.json":"File path does not match include patterns.","packages/web/i18n/zh-Hant/chat.json":"File path does not match include patterns.","projects/app/src/pageComponents/chat/ChatFavouriteApp/index.tsx":"File path does not match include patterns.","projects/app/src/pageComponents/chat/ChatSetting/FavouriteAppSetting/AddFavouriteAppModal.tsx":"File path does not match include patterns.","projects/app/src/pageComponents/chat/ChatSetting/FavouriteAppSetting/TagManageModal.tsx":"File path d…

History Assignment

Tip

You can @gru-agent and leave your feedback. TestGru will make adjustments based on your input

@cla-assistant
Copy link

cla-assistant bot commented Aug 22, 2025

CLA assistant check
All committers have signed the CLA.

@cla-assistant
Copy link

cla-assistant bot commented Aug 22, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions
Copy link

github-actions bot commented Aug 22, 2025

Preview mcp_server Image:

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-pr:fatsgpt_mcp_server_32f6807bd82ab8f10c001c91dbb2629e75356441

@github-actions
Copy link

github-actions bot commented Aug 22, 2025

Preview sandbox Image:

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-pr:fatsgpt_sandbox_32f6807bd82ab8f10c001c91dbb2629e75356441

@github-actions
Copy link

github-actions bot commented Aug 22, 2025

Preview fastgpt Image:

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-pr:fatsgpt_32f6807bd82ab8f10c001c91dbb2629e75356441

{isSaveTagForAppSubPanelOpen ? (
<SaveTagForAppSubPanel
tag={currentSaveTagForApp as ChatTagType}
tag={currentSaveTagForApp as ChatFavouriteTagType}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

能不 as 么

...item,
order: idx
}));
deleteApp(row._id);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return deleteApp(row._id)
异步会有动画

@c121914yu c121914yu merged commit 1238f3c into labring:v4.12.2-dev Aug 22, 2025
4 of 5 checks passed
c121914yu pushed a commit that referenced this pull request Aug 23, 2025
* fix: add empty placeholder; fix app quick status; fix tag and layout

* chore: add tab query for the setting tabs

* chore: use `useConfirm` hook instead of `MyModal`
c121914yu pushed a commit that referenced this pull request Aug 25, 2025
* fix: add empty placeholder; fix app quick status; fix tag and layout

* chore: add tab query for the setting tabs

* chore: use `useConfirm` hook instead of `MyModal`
c121914yu added a commit that referenced this pull request Aug 25, 2025
* feat: favorite apps & quick apps with their own configuration (#5515)

* chore: extract chat history and drawer; fix model selector

* feat: display favourite apps and make it configurable

* feat: favorite apps & quick apps with their own configuration

* fix: fix tab title and add loading state for searching

* fix: cascade delete favorite app and quick app while deleting relative app

* chore: make improvements

* fix: favourite apps ui

* fix: add permission for quick apps

* chore: fix permission & clear redundant code

* perf: chat home page code

* chatbox ui

* fix: 4.12.2-dev (#5520)

* fix: add empty placeholder; fix app quick status; fix tag and layout

* chore: add tab query for the setting tabs

* chore: use `useConfirm` hook instead of `MyModal`

* remove log

* fix: fix modal padding (#5521)

* perf: manage app

* feat: enhance model provider handling and update icon references (#5493)

* perf: model provider

* sdk package

* refactor: create llm response (#5499)

* feat: add LLM response processing functions, including the creation of stream-based and complete responses

* feat: add volta configuration for node and pnpm versions

* refactor: update LLM response handling and event structure in tool choice logic

* feat: update LLM response structure and integrate with tool choice logic

* refactor: clean up imports and remove unused streamResponse function in chat and toolChoice modules

* refactor: rename answer variable to answerBuffer for clarity in LLM response handling

* feat: enhance LLM response handling with tool options and integrate tools into chat and tool choice logic

* refactor: remove volta configuration from package.json

* refactor: reorganize LLM response types and ensure default values for token counts

* refactor: streamline LLM response handling by consolidating response structure and removing redundant checks

* refactor: enhance LLM response handling by consolidating tool options and streamlining event callbacks

* fix: build error

* refactor: update tool type definitions for consistency in tool handling

* feat: llm request function

* fix: ts

* fix: ts

* fix: ahook ts

* fix: variable name

* update lock

* ts version

* doc

* remove log

* fix: translation type

* perf: workflow status check

* fix: ts

* fix: prompt tool call

* fix: fix missing plugin interact window & make tag draggable (#5527)

* fix: incorrect select quick apps state; filter apps type (#5528)

* fix: usesafe translation

* perf: add quickapp modal

---------

Co-authored-by: 伍闲犬 <[email protected]>
Co-authored-by: Ctrlz <[email protected]>
Co-authored-by: francis <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants