feat: improve skill import and runtime delivery

This commit is contained in:
lofyer
2026-08-07 21:01:17 +08:00
parent 954b42ef55
commit 417a9fccb6
63 changed files with 6136 additions and 527 deletions
+1 -4
View File
@@ -346,10 +346,7 @@ if (hasSingleInstanceLock) {
): Promise<AgentRuntime> => {
const [skillInstructions, mcpServers, browserCapability] =
await Promise.all([
capabilityService.getSkillInstructions(
target,
target === 'continue' ? 12_000 : 48_000
),
capabilityService.getSkillInstructions(target),
target === 'model'
? capabilityService.getResolvedMcpServers('model')
: Promise.resolve([]),