Skip to content

perf: chat ai#5467

Draft
fit2bot wants to merge 2 commits into
devfrom
pr@dev@chat-ai
Draft

perf: chat ai#5467
fit2bot wants to merge 2 commits into
devfrom
pr@dev@chat-ai

Conversation

@fit2bot

@fit2bot fit2bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

perf: chat ai

@fit2bot
fit2bot requested a review from a team July 14, 2026 15:39
const APPROVAL_STORAGE_KEY = 'jumpserver_chat_ai_pending_approvals'

function temporaryId(prefix) {
return `${prefix}-${Date.now()}-${Math.random().toString(16).slice(2)}`
@feng626
feng626 marked this pull request as draft July 14, 2026 15:41
@feng626
feng626 force-pushed the pr@dev@chat-ai branch 2 times, most recently from 4aa37f7 to c4ba673 Compare July 16, 2026 02:17
}
attachments.value.push(
...candidates.map((file) => ({
id: `${Date.now()}-${Math.random().toString(16).slice(2)}`,
url: URL.createObjectURL(file)
})),
...documents.map((file) => ({
id: `${Date.now()}-${Math.random().toString(16).slice(2)}`,
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
C Reliability Rating on New Code (required ≥ A)
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

💡 Need a hand with PR review? Try Gitar by Sonar!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants