Merge branch 'master' into fix/agent-preset-ui-flow

This commit is contained in:
imccyu
2026-08-11 10:54:13 +08:00
committed by GitHub
1947 changed files with 24165 additions and 14839 deletions
@@ -27,7 +27,7 @@ export type {
/**
* Required services (cordis fiber inject). The target slot is declared by
* ui-sidebar's apply, whose activation order relative to this one is NOT
* constrained (dshClient.inject edges are informational); registration
* constrained (dsh.client.inject edges are informational); registration
* depends on the slot through `slots.inject()`.
*/
export const inject = ['slots']
+1 -1
View File
@@ -4,7 +4,7 @@
*/
/* jscpd:ignore-start */
import type { Context } from 'cordis'
import type { Context } from '@deepseek-ai/cordis'
import type { InvariantInstaller } from '@deepseek-ai/dsh-invariants'
const PACKAGE_NAME = '@deepseek-ai/dsh-client-ui-settings'