blade-code 0.6.1 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/blade.js +2 -2
- package/dist/{chunk-9krqc9hn.js → chunk-1cm8qqth.js} +1 -1
- package/dist/{chunk-az0gxvcj.js → chunk-2ahbedmp.js} +1 -1
- package/dist/{chunk-8zsr8vfz.js → chunk-3j3v297d.js} +1 -1
- package/dist/chunk-4e20kfa4.js +1 -0
- package/dist/{chunk-43et0hmr.js → chunk-6gycrrb9.js} +1 -1
- package/dist/{chunk-xp4a56jz.js → chunk-6vwc66b4.js} +1 -1
- package/dist/{chunk-gj13a4b0.js → chunk-7010r8zb.js} +1 -1
- package/dist/{chunk-pex1hq3x.js → chunk-7v6xxyd3.js} +41 -41
- package/dist/{chunk-7zffps74.js → chunk-9ce1fadm.js} +1 -1
- package/dist/{chunk-hg60qxhf.js → chunk-9pg8nttx.js} +373 -372
- package/dist/{chunk-rbj6kay8.js → chunk-9zbmef4r.js} +4 -4
- package/dist/{chunk-9bzyfdpb.js → chunk-cydswa20.js} +1 -1
- package/dist/{chunk-aeccd2wk.js → chunk-dyaxme6k.js} +1 -1
- package/dist/{chunk-xbwztgcz.js → chunk-fkttsa1n.js} +1 -1
- package/dist/{chunk-2ncjrcgb.js → chunk-k4sbqc14.js} +1 -1
- package/dist/{chunk-65jg6hh5.js → chunk-mpafvahb.js} +1 -1
- package/dist/{chunk-zxfgsb8m.js → chunk-ythh98wk.js} +1 -1
- package/package.json +1 -1
- package/dist/chunk-6j51sw65.js +0 -1
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import{ob as
|
|
1
|
+
import{ob as D0}from"./chunk-t44946na.js";import{sb as LQ}from"./chunk-t7hd45rg.js";import{yb as x}from"./chunk-39h8jdm3.js";import{Ab as DQ,Ib as R}from"./chunk-j1ehsp0x.js";import{Kb as eQ}from"./chunk-s53zeref.js";function B0(Q){return Q.role==="system"&&Array.isArray(Q.content)}class j0{systemMessages;_history;_pending=[];context;constructor(Q,Z){this.context=Q;let $=Q.messages.find(B0);if($)this.systemMessages=[$];else if(Z)this.systemMessages=[{role:"system",content:[{type:"text",text:Z,providerOptions:{anthropic:{cacheControl:{type:"ephemeral"}}}}]}];else this.systemMessages=[];this._history=Q.messages.filter((J)=>!B0(J))}get historyLength(){return this._history.length}get history(){return this._history}get pending(){return this._pending}toLLMMessages(){return[...this.systemMessages,...this._history,...this._pending]}getMessagesForLLM(){return this.toLLMMessages()}getHistory(){return this._history}appendPending(Q){this._pending.push(Q)}appendUser(Q){this._pending.push(Q)}appendAssistant(Q){this._pending.push(Q)}appendToolResult(Q){this._pending.push(Q)}appendControl(Q,Z){if(Q==="system")throw Error("Cannot append system control message via appendControl. Use constructor for root system prompt.");this._pending.push(Z)}appendToHistory(Q){this._history.push(Q)}commitPending(){if(this._pending.length>0)this._history.push(...this._pending),this._pending=[]}replaceHistory(Q){this._history=Q.filter((Z)=>!B0(Z))}writeback(){this.commitPending(),this.context.messages=this._history}get hasSystemPrompt(){return this.systemMessages.length>0}}async function tQ(Q,Z){let $;while(!($=await Q.next()).done)if(Z)await Z($.value);return $.value}function ZQ(Q){if(Q.isSubagent)return"continue";if(!Q.budget||Q.budget<=0)return"continue";if(Q.consecutiveContinuations>=3&&Q.lastOutputDelta<500)return"stop";if(Q.usage/Q.budget>=0.9)return"stop";return"continue"}function $Q(Q){return{budget:Q.budget,usage:0,consecutiveContinuations:0,lastOutputDelta:0,isSubagent:Q.isSubagent??!1}}function JQ(Q,Z,$){return{...Q,usage:Q.usage+Z,lastOutputDelta:Z,consecutiveContinuations:$?Q.consecutiveContinuations+1:0}}var Q0=R("Agent"),QZ=3;function x0(Q,Z,$){if(Q!=="length")return{action:"none"};if(Z>=QZ)return{action:"truncated"};if(ZQ($)==="stop")return Q0.info("[Loop] Token budget: diminishing returns detected, skipping recovery"),{action:"budget_stop"};return{action:"recover"}}var ZZ=[/:\s*$/,/:\s*$/,/\.\.\.\s*$/,/让我(先|来|开始|查看|检查|修复)/,/Let me (first|start|check|look|fix)/i,/I('ll| will) (now |)(create|write|edit|update|modify|fix|add|implement)/i,/我(现在就|来|要)(创建|写入|编辑|修改|修复|添加|实现)/,/\d+\.\s+(First|Next|Then|Finally)/i],$Z=/```[\s\S]{50,}```/,zQ="请执行你提到的操作,不要只是描述。使用 Edit/Write/Bash 工具来实际修改文件。",JZ=2;function T0(Q,Z,$=!0){if(!Q||Z>=JZ)return{action:"none"};if(!$&&$Z.test(Q))return{action:"retry",prompt:zQ};let J=Q.slice(-200),z=J.match(/```/g);if(z&&z.length%2!==0)return{action:"none"};if(ZZ.some((W)=>W.test(J)))return{action:"retry",prompt:zQ};return{action:"none"}}var zZ=[/\b(?:run|execute|rerun|re-run)\b[\s\S]{0,60}\b(?:tests?|test suite|lint|type-?check|build)\b/i,/\b(?:npm|pnpm|yarn|bun)\s+(?:run\s+)?(?:test|lint|build|type-?check)\b/i,/(?:运行|执行|跑|重新运行).{0,30}(?:测试|单测|集成测试|检查|构建)/],GZ=/(?:^|\s)(?:npm|pnpm|yarn|bun)\s+(?:run\s+)?(?:test|lint|build|type-?check)\b|(?:^|\s)(?:node|bun)\s+--test\b|(?:^|\s)(?:vitest|jest|pytest|go\s+test|cargo\s+test)\b/i,WZ="The user explicitly required verification, but it has not run successfully. Do not finish or explain. Your next action must be a Bash tool call that runs the requested test, lint, type-check, or build command. Inspect the command result and fix any failure before finishing.",VZ="Required verification did not run successfully before the retry limit.",YZ=3;function WQ(Q){return GZ.test(Q)}function VQ(Q,Z,$){if(!Q||!zZ.some((J)=>J.test(Q)))return{action:"none"};if(Z.has("Bash"))return{action:"none"};if($>=YZ)return{action:"fail",message:VZ};return{action:"retry",prompt:WZ}}var KZ=[/\b(?:use|create|enter|start|work\s+(?:in|inside))\b.{0,60}\bworktree\b/i,/(?:使用|创建|进入).{0,30}(?:worktree|工作树)/i],qZ=[/\b(?:exit|leave)\b.{0,40}\bworktree\b/i,/\bworktree\b.{0,60}\b(?:action\s+)?(?:keep|remove)\b/i,/(?:退出|离开).{0,30}(?:worktree|工作树)/i];function C0(Q){return typeof Q==="string"&&KZ.some((Z)=>Z.test(Q))}var XZ="The user explicitly required git worktree isolation, but EnterWorktree has not completed successfully. Do not continue in the original workspace. Your next action must be an EnterWorktree tool call. Wait for its result before using file or Bash tools.",HZ="The user explicitly required leaving the managed worktree, but ExitWorktree has not completed successfully. Do not finish or explain. Your next action must be an ExitWorktree tool call using the action requested by the user.",BZ="Required worktree lifecycle did not complete before the retry limit.",jZ=3;function YQ(Q,Z,$){if(!Q||!C0(Q))return{action:"none"};let J=qZ.some((G)=>G.test(Q)),z=!Z.has("EnterWorktree")?"EnterWorktree":J&&!Z.has("ExitWorktree")?"ExitWorktree":void 0;if(!z)return{action:"none"};if($>=jZ)return{action:"fail",message:BZ};return{action:"retry",tool:z,prompt:z==="EnterWorktree"?XZ:HZ}}var GQ=30000;async function p0(Q){try{let $=D0.getInstance().executeStopHooks({projectDir:x(),sessionId:Q.sessionId,permissionMode:Q.permissionMode,reason:Q.reason,abortSignal:Q.abortSignal}),J,z=new Promise((G)=>{J=setTimeout(()=>G("timeout"),GQ)});try{let G=await Promise.race([$,z]);if(G==="timeout")return Q0.warn(`[Loop] Stop hook 超时 (${GQ}ms),按 shouldStop: true 处理`),{action:"stop"};let W=G;if(!W.shouldStop)return{action:"continue",reason:W.continueReason};return{action:"stop"}}finally{clearTimeout(J)}}catch(Z){return Q0.warn("[Loop] Stop hook execution failed:",Z),{action:"stop"}}}var DZ=0.9;async function KQ(Q){try{let{SpecManager:Z}=await import("./chunk-563zye36.js"),$=Z.getInstance();if(!$.isActive())return{action:"none"};let J=$.getCurrentSpec();if(!J||J.phase!=="implementation")return{action:"none"};if(Q.maxTurns>0&&Q.turnsCount>=Q.maxTurns*DZ)return Q0.info(`[RalphLoop] 轮次接近上限 (${Q.turnsCount}/${Q.maxTurns}),停止自动继续`),{action:"none"};let z=J.tasks??[],G=z.filter((j)=>j.status==="completed"||j.status==="skipped").length,W=z.length;if(G>=W)return{action:"none"};let V=z.find((j)=>j.status==="pending"||j.status==="in_progress"),Y=`[Ralph Loop] Spec "${J.name}" 仍有未完成任务。
|
|
2
2
|
`+`进度: ${G}/${W} 任务已完成。
|
|
3
|
-
`+(
|
|
4
|
-
`:"")+"请继续执行下一个未完成的任务,不要停止。";return
|
|
3
|
+
`+(V?`下一个任务: ${V.title}${V.description?` — ${V.description}`:""}
|
|
4
|
+
`:"")+"请继续执行下一个未完成的任务,不要停止。";return Q0.info(`[RalphLoop] Spec "${J.name}" 进度 ${G}/${W},自动继续`),{action:"continue",reason:Y}}catch{return{action:"none"}}}var $0=R("Agent");function J0(Q){return Q.executionEngine?.getContextManager()}async function g(Q,Z,$,J=null){try{let z=J0(Q),G=typeof $==="string"?$.trim()!=="":$.some((W)=>W.type==="text"?W.text.trim()!=="":!0);if(z&&Z.sessionId&&G)return await z.saveMessage(Z.sessionId,"user",$,J,void 0,Z.subagentInfo)}catch(z){$0.warn("[Loop] 保存用户消息失败:",z)}return null}async function h(Q,Z,$,J){try{let z=J0(Q);if(z&&Z.sessionId&&$.trim())return await z.saveMessage(Z.sessionId,"assistant",$,J,void 0,Z.subagentInfo)}catch(z){$0.warn("[Loop] 保存助手消息失败:",z)}return null}async function d0(Q,Z,$,J,z){try{let G=J0(Q);if(G&&Z.sessionId)return await G.saveToolUse(Z.sessionId,$,J,z,Z.subagentInfo)}catch(G){$0.warn("[Loop] 保存工具调用失败:",G)}return null}async function m0(Q,Z,$,J,z,G,W,V){try{let Y=J0(Q);if(Y&&Z.sessionId)return await Y.saveToolResult(Z.sessionId,$,J,z,G,W,Z.subagentInfo,V)}catch(Y){$0.warn("[Loop] 保存工具结果失败:",Y)}return null}async function F0(Q,Z,$,J){try{let z=J0(Q);if(z&&Z.sessionId)return await z.saveCompaction(Z.sessionId,$,J,null)}catch(z){$0.warn("[Loop] 保存压缩数据失败:",z)}return null}function qQ(Q,Z){if(!["TaskCreate","TaskUpdate","TaskList"].includes(Q.function.name)||!Z.success||!Z.llmContent&&!Z.metadata)return null;let $=typeof Z.llmContent==="object"?Z.llmContent:{};return{kind:"task_update",tasks:Z.metadata?.tasks||$.tasks||[]}}function XQ(Q,Z,$){if(Q.function.name!=="Skill"||!Z.success||!Z.metadata)return;let J=Z.metadata;if(J.skillName)$.onSkillActivated?.({skillName:J.skillName,allowedTools:J.allowedTools,basePath:J.basePath||""})}function HQ(Q){let Z=Q.metadata;if(!Z)return;return Z.modelId?.toString().trim()||Z.model?.toString().trim()||void 0||void 0}function FZ(Q,Z,$){if(!["EnterWorktree","ExitWorktree"].includes(Q.function.name)||!Z.success)return;let J=Z.metadata,z=J?.workspaceRoot;if(!["enter","exit"].includes(String(J?.workspaceTransition))||typeof z!=="string"||z.trim()==="")return;return $.workspaceRoot=z,z}function bZ(Q,Z){if(Q.function.name!=="Task")return null;let $=Z.metadata;if(!$?.subagentSessionId)return null;let J=$.subagentSessionId,z=$.subagentType||"Task",G=$.subagentStatus;if(G==="completed"||G==="failed"||G==="cancelled")return{kind:"subagent_completed",sessionId:J,success:G==="completed",summary:$.subagentSummary};if(G==="running"){let W="";try{W=JSON.parse(Q.function.arguments).prompt||""}catch{}return{kind:"subagent_spawned",sessionId:J,type:z,prompt:W}}return null}async function g0(Q,Z,$,J){let z=qQ(Q,Z),G=bZ(Q,Z);XQ(Q,Z,$);let W=HQ(Z);if(W)await $.onModelSwitch?.(W);if(J)FZ(Q,Z,J);return G||z}import{nanoid as sZ}from"nanoid";import{nanoid as r}from"nanoid";import{promises as UZ}from"node:fs";import*as E from"node:fs/promises";import*as l from"node:path";var BQ={enabled:!0,maxIndexLines:200};var wZ="memory",jQ="MEMORY.md";class c0{memoryDir;config;initialized=!1;constructor(Q,Z,$){if($)this.memoryDir=$;else{let J=DQ(Q);this.memoryDir=l.join(J,wZ)}this.config={...BQ,...Z}}async initialize(){if(this.initialized)return;await E.mkdir(this.memoryDir,{recursive:!0}),this.initialized=!0}async loadIndex(){if(!this.config.enabled)return null;await this.initialize();let Q=l.join(this.memoryDir,jQ);try{let Z=await E.readFile(Q,"utf-8");if(!Z.trim())return null;let $=Z.split(`
|
|
5
5
|
`),z=$.slice(0,this.config.maxIndexLines).join(`
|
|
6
6
|
`).trim();if($.length>this.config.maxIndexLines)return z+`
|
|
7
7
|
|
|
8
|
-
<!-- ${$.length-this.config.maxIndexLines} more lines in MEMORY.md, use MemoryRead to access -->`;return z||null}catch(Z){if(Z instanceof Error&&"code"in Z&&Z.code==="ENOENT")return null;throw Z}}async readTopic(Q){await this.initialize();let Z=this.resolveTopicPath(Q);try{return await
|
|
8
|
+
<!-- ${$.length-this.config.maxIndexLines} more lines in MEMORY.md, use MemoryRead to access -->`;return z||null}catch(Z){if(Z instanceof Error&&"code"in Z&&Z.code==="ENOENT")return null;throw Z}}async readTopic(Q){await this.initialize();let Z=this.resolveTopicPath(Q);try{return await E.readFile(Z,"utf-8")||null}catch($){if($ instanceof Error&&"code"in $&&$.code==="ENOENT")return null;throw $}}async writeTopic(Q,Z,$="append"){await this.initialize();let J=this.resolveTopicPath(Q);if($==="append"){let z="";try{z=await E.readFile(J,"utf-8")}catch{}let G=z&&!z.endsWith(`
|
|
9
9
|
`)?`
|
|
10
|
-
`:"";await
|
|
10
|
+
`:"";await E.writeFile(J,z+G+Z,"utf-8")}else await E.writeFile(J,Z,"utf-8")}async updateIndex(Q,Z="overwrite"){await this.initialize();let $=l.join(this.memoryDir,jQ);if(Z==="append"){let J="";try{J=await E.readFile($,"utf-8")}catch{}let z=J&&!J.endsWith(`
|
|
11
11
|
`)?`
|
|
12
|
-
`:"";await
|
|
12
|
+
`:"";await E.writeFile($,J+z+Q,"utf-8")}else await E.writeFile($,Q,"utf-8")}async listTopics(){await this.initialize();try{let Q=await E.readdir(this.memoryDir,{withFileTypes:!0}),Z=[];for(let $ of Q){if(!$.isFile()||!$.name.endsWith(".md"))continue;let J=l.join(this.memoryDir,$.name),z=await E.stat(J);Z.push({name:$.name.replace(/\.md$/,""),size:z.size,lastModified:z.mtime})}return Z.sort(($,J)=>J.lastModified.getTime()-$.lastModified.getTime())}catch{return[]}}async deleteTopic(Q){let Z=this.resolveTopicPath(Q);try{return await E.unlink(Z),!0}catch{return!1}}async clearAll(){let Q=await this.listTopics(),Z=0;for(let $ of Q){let J=l.join(this.memoryDir,`${$.name}.md`);try{await E.unlink(J),Z++}catch{}}return Z}getMemoryDir(){return this.memoryDir}resolveTopicPath(Q){let Z=Q.replace(/[/\\:*?"<>|]/g,"-"),$=Z.endsWith(".md")?Z:`${Z}.md`,J=l.join(this.memoryDir,$);if(!J.startsWith(this.memoryDir))throw Error(`Invalid topic name: ${Q}`);return J}}var LZ=[{pattern:/(?:记住|remember|note|备注)[::](.+)/i,topic:"preferences"},{pattern:/(?:convention|约定|规范)[::](.+)/i,topic:"conventions"},{pattern:/(?:lesson|教训|踩坑)[::](.+)/i,topic:"lessons"}],OZ=/(?:fix|修复|解决|resolved)[::]\s*(.+?)(?:\n|$)/i,vZ=/(?:Error|FAIL|错误)[::]\s*(.+?)(?:\n|$)/i;function _Z(Q){let Z=new Map;for(let $ of Q){if(!$.content||typeof $.content!=="string")continue;let J=$.content;if($.role==="user")for(let{pattern:z,topic:G}of LZ){let W=J.match(z);if(W?.[1]){let V=Z.get(G)??[];V.push(W[1].trim()),Z.set(G,V)}}if($.role==="assistant"){let z=J.match(OZ);if(z?.[1]&&z[1].length>20&&z[1].length<200){let G=Z.get("debugging")??[];G.push(z[1].trim()),Z.set("debugging",G)}}if($.role==="tool"&&$.content?.includes("Error")){let z=J.match(vZ);if(z?.[1]&&z[1].length>10){let G=Z.get("debugging")??[];if(G.length<5)G.push(`Tool error pattern: ${z[1].trim().slice(0,150)}`),Z.set("debugging",G)}}}return Z}async function FQ(Q){let Z=_Z(Q);if(Z.size===0)return{extracted:0,topics:[]};try{let $=new c0(x());await $.initialize();let J=[],z=0;for(let[G,W]of Z){if(W.length===0)continue;let V=new Date().toISOString().split("T")[0],Y=W.map((j)=>`- [${V}] ${j}`).join(`
|
|
13
13
|
`);await $.writeTopic(G,Y+`
|
|
14
|
-
`,"append"),J.push(G),z+=W.length}return{extracted:z,topics:J}}catch{return{extracted:0,topics:[]}}}import{promises as
|
|
15
|
-
`);if(this.extractFilePathsFromContent(G).forEach((
|
|
16
|
-
`),G=z.length,W=J,
|
|
14
|
+
`,"append"),J.push(G),z+=W.length}return{extracted:z,topics:J}}catch{return{extracted:0,topics:[]}}}import{promises as b0}from"node:fs";var z0=R("Tool");class u{static instance=null;accessedFiles=new Map;constructor(){}static getInstance(){if(!u.instance)u.instance=new u;return u.instance}async recordFileRead(Q,Z){try{let $=await b0.stat(Q),J={filePath:Q,accessTime:Date.now(),mtime:$.mtimeMs,sessionId:Z,lastOperation:"read"};this.accessedFiles.set(Q,J),z0.debug(`记录文件读取: ${Q}`)}catch($){z0.warn(`记录文件读取失败: ${Q}`,$)}}async recordFileEdit(Q,Z,$="edit"){try{let J=await b0.stat(Q),z={filePath:Q,accessTime:Date.now(),mtime:J.mtimeMs,sessionId:Z,lastOperation:$};this.accessedFiles.set(Q,z),z0.debug(`记录文件${$==="edit"?"编辑":"写入"}: ${Q}`)}catch(J){z0.warn(`记录文件${$==="edit"?"编辑":"写入"}失败: ${Q}`,J)}}hasFileBeenRead(Q,Z){let $=this.accessedFiles.get(Q);if(!$)return!1;if(Z&&$.sessionId!==Z)return!1;return!0}async checkFileModification(Q){let Z=this.accessedFiles.get(Q);if(!Z)return{modified:!1,message:"文件未被跟踪"};try{let $=await b0.stat(Q);if(Math.abs($.mtimeMs-Z.mtime)>1)return{modified:!0,message:`文件在访问后被修改(访问时间: ${new Date(Z.accessTime).toISOString()}, 当前修改时间: ${$.mtime.toISOString()})`};return{modified:!1}}catch($){let J=$;if(J.code==="ENOENT")return{modified:!0,message:"文件已被删除"};return{modified:!1,message:`无法检查文件状态: ${J.message}`}}}async checkExternalModification(Q){let Z=this.accessedFiles.get(Q);if(!Z)return{isExternal:!1,message:"文件未被跟踪"};try{let $=await b0.stat(Q);if($.mtimeMs-Z.mtime>2000)return{isExternal:!0,message:`文件在 ${new Date(Z.accessTime).toISOString()} (${Z.lastOperation}) 之后被外部程序修改(当前修改时间: ${$.mtime.toISOString()})`};return{isExternal:!1}}catch($){let J=$;if(J.code==="ENOENT")return{isExternal:!0,message:"文件已被删除"};return z0.warn(`检查文件外部修改失败: ${Q}`,$),{isExternal:!1,message:`无法检查文件状态: ${J.message}`}}}getFileRecord(Q){return this.accessedFiles.get(Q)}clearFileRecord(Q){this.accessedFiles.delete(Q)}clearAll(){this.accessedFiles.clear()}clearSession(Q){for(let[Z,$]of this.accessedFiles.entries())if($.sessionId===Q)this.accessedFiles.delete(Z)}getTrackedFiles(){return Array.from(this.accessedFiles.keys())}getTrackedFileCount(){return this.accessedFiles.size}static resetInstance(){u.instance=null}}function a(Q){if(!(Q instanceof Error))return!1;if(Q.name==="AbortError")return!0;if(Q instanceof DOMException&&Q.name==="AbortError")return!0;if(Q.message.includes("aborted"))return!0;return!1}function bQ(...Q){let Z=Q.filter(Boolean);if(Z.length===0)return new AbortController().signal;if(Z.length===1)return Z[0];let $=AbortSignal;if(typeof $.any==="function")return $.any(Z);for(let G of Z)if(G.aborted)return G;let J=new AbortController,z=new Map;for(let G of Z){let W=()=>{J.abort(G.reason);for(let[V,Y]of z)V.removeEventListener("abort",Y)};z.set(G,W)}for(let[G,W]of z)G.addEventListener("abort",W,{once:!0});return J.signal}import{readFile as NZ}from"node:fs/promises";import{basename as IZ}from"node:path";class w0{static MAX_FILES=5;static MAX_LINES_PER_FILE=1000;static analyzeFiles(Q){let Z=new Map;return Q.forEach((J,z)=>{let G=typeof J.content==="string"?J.content:(J.content||[]).filter((V)=>V.type==="text").map((V)=>V.text).join(`
|
|
15
|
+
`);if(this.extractFilePathsFromContent(G).forEach((V)=>{this.updateFileReference(Z,V,z,!1)}),J.tool_calls&&Array.isArray(J.tool_calls))J.tool_calls.forEach((V)=>{let Y=this.extractFilePathsFromToolCall(V),j=V.type==="function"&&"function"in V?V.function?.name:"",w=["Write","Edit"].includes(j||"");Y.forEach((L)=>{this.updateFileReference(Z,L,z,w)})})}),Array.from(Z.values()).sort((J,z)=>{if(J.wasModified!==z.wasModified)return J.wasModified?-1:1;if(J.mentions!==z.mentions)return z.mentions-J.mentions;return z.lastMentioned-J.lastMentioned}).slice(0,this.MAX_FILES)}static async readFilesContent(Q){let Z=[];for(let $ of Q)try{let J=await NZ($,"utf-8"),z=J.split(`
|
|
16
|
+
`),G=z.length,W=J,V=!1,Y=G;if(G>this.MAX_LINES_PER_FILE)W=z.slice(0,this.MAX_LINES_PER_FILE).join(`
|
|
17
17
|
`),W+=`
|
|
18
18
|
|
|
19
|
-
... (truncated ${G-this.MAX_LINES_PER_FILE} lines)`,
|
|
19
|
+
... (truncated ${G-this.MAX_LINES_PER_FILE} lines)`,V=!0,Y=this.MAX_LINES_PER_FILE;Z.push({path:$,content:W,truncated:V,lines:G,includedLines:Y})}catch(J){console.warn(`[FileAnalyzer] 无法读取文件: ${$}`,J)}return Z}static extractFilePathsFromContent(Q){let Z=new Set,$=/```(?:\w+)?\s*\n?([\s\S]*?)```/g,J=Array.from(Q.matchAll($));for(let G of J){let W=G[1];this.extractPathsFromText(W).forEach((Y)=>Z.add(Y))}return this.extractPathsFromText(Q).forEach((G)=>Z.add(G)),Array.from(Z)}static extractPathsFromText(Q){let Z=[],$=[/(?:src|tests?|docs?|lib|config|scripts?|bin|utils?|components?|services?|hooks?)\/[\w\-/.]+\.[\w]+/g,/(?:package|tsconfig|vite\.config|webpack\.config|next\.config|babel\.config)\.[\w]+/g,/(?:\.\.?\/|\/)[a-zA-Z0-9\-_/.]+\.[\w]+/g];for(let J of $){let z=Array.from(Q.matchAll(J));for(let G of z){let W=G[0];if(W=W.replace(/[,。;:!?""''()【】《》]$/g,""),W=W.replace(/[,.;:!?"'()[\]<>]$/g,""),this.isValidFilePath(W))Z.push(W)}}return Z}static extractFilePathsFromToolCall(Q){let Z=[];if(Q.type!=="function"||!Q.function)return Z;try{let $=Q.function.name,J=JSON.parse(Q.function.arguments||"{}");if(["Read","Write","Edit","Glob","Grep","NotebookEdit","mcp__github__get_file_contents","mcp__github__create_or_update_file"].includes($)){let G=["file_path","path","notebook_path","filePath"];for(let W of G)if(J[W]&&typeof J[W]==="string")Z.push(J[W])}}catch{}return Z}static updateFileReference(Q,Z,$,J){let z=Q.get(Z);if(z)z.mentions++,z.lastMentioned=$,z.wasModified=z.wasModified||J;else Q.set(Z,{path:Z,mentions:1,lastMentioned:$,wasModified:J})}static isValidFilePath(Q){if(!Q.includes("/"))return!1;let Z=IZ(Q);if(!Z.includes("."))return!1;let $=["ts","tsx","js","jsx","json","md","py","java","go","rs","c","cpp","h","css","scss","html","xml","yaml","yml","toml","sh","bash","sql","graphql","vue","svelte"],J=Z.split(".").pop()?.toLowerCase();if(!J||!$.includes(J))return!1;return!0}}import{encodingForModel as wQ}from"js-tiktoken";class G0{static encodingCache=new Map;static countTokens(Q,Z){let $=this.getEncoding(Z),J=0;for(let z of Q){if(J+=4,z.role)J+=$.encode(z.role).length;if(z.content)if(typeof z.content==="string")J+=$.encode(z.content).length;else J+=$.encode(JSON.stringify(z.content)).length;if(z.tool_calls&&Array.isArray(z.tool_calls))J+=this.countToolCallTokens(z.tool_calls,$);if(z.name)J+=$.encode(z.name).length}return J}static getTokenLimit(Q){return Q}static shouldCompact(Q,Z,$,J=0.8){let z=this.countTokens(Q,Z),G=Math.floor($*J);return z>=G}static getEncoding(Q){if(!this.encodingCache.has(Q))try{let Z=wQ(Q);this.encodingCache.set(Q,Z)}catch{try{let Z=wQ("gpt-4");this.encodingCache.set(Q,Z)}catch{console.warn(`[TokenCounter] 无法为模型 ${Q} 获取 encoding,使用粗略估算`),this.encodingCache.set(Q,{encode:(Z)=>{return Array(Math.ceil(Z.length/4))}})}}return this.encodingCache.get(Q)}static countToolCallTokens(Q,Z){let $=0;for(let J of Q){if($+=4,J.type==="function"&&J.function?.name)$+=Z.encode(J.function.name).length;if(J.type==="function"&&J.function?.arguments)$+=Z.encode(J.function.arguments).length;if(J.id)$+=Z.encode(J.id).length}return $}static clearCache(){this.encodingCache.clear()}static estimateTokens(Q){let Z=(Q.match(/[\u4e00-\u9fa5]/g)||[]).length,$=Q.length-Z;return Math.ceil(Z/1.5+$/4)}}var L0=new Map,yZ=3;class s{static THRESHOLD_PERCENT=0.8;static RETAIN_PERCENT=0.2;static FALLBACK_RETAIN_PERCENT=0.3;static async compact(Q,Z){if(Z.signal?.aborted)throw new DOMException("Aborted","AbortError");let $=Z.actualPreTokens??G0.countTokens(Q,Z.modelName),J=Z.actualPreTokens?"actual (from LLM usage)":"estimated";console.log(`[CompactionService] preTokens source: ${J}`);try{let V=await D0.getInstance().executeCompactionHooks(Z.trigger,{projectDir:x(),sessionId:Z.sessionId||"unknown",permissionMode:Z.permissionMode||"default",messagesBefore:Q.length,tokensBefore:$});if(V.blockCompaction)return console.log(`[CompactionService] Compaction hook 阻止压缩: ${V.blockReason||"(无原因)"}`),{success:!1,summary:"",preTokens:$,postTokens:$,filesIncluded:[],compactedMessages:Q,boundaryMessage:{role:"system",content:""},summaryMessage:{role:"user",content:""},error:V.blockReason||"Compaction blocked by hook"};if(V.warning)console.warn(`[CompactionService] Compaction hook warning: ${V.warning}`)}catch(W){console.warn("[CompactionService] Compaction hook execution failed:",W)}let z=Z.sessionId??"_default",G=L0.get(z)??0;if(G>=yZ)return console.warn(`[CompactionService] Circuit breaker open (${G} consecutive failures for session ${z}), using fallback`),this.fallbackCompact(Q,Z,$,Error("Circuit breaker open"));try{console.log("[CompactionService] 开始压缩,消息数:",Q.length),console.log("[CompactionService] 压缩前 tokens:",$);let V=w0.analyzeFiles(Q).map((M)=>M.path);console.log("[CompactionService] 提取重点文件:",V);let Y=await w0.readFilesContent(V);console.log("[CompactionService] 成功读取文件:",Y.length);let j=await this.generateSummary(Q,Y,Z);console.log("[CompactionService] 生成总结,长度:",j.length);let w=Math.ceil(Q.length*this.RETAIN_PERCENT),L=Q.slice(-w),H=new Set;for(let M of L)if(M.role==="assistant"&&M.tool_calls)for(let n of M.tool_calls)H.add(n.id);let O=L.filter((M)=>{if(M.role==="tool"&&M.tool_call_id)return H.has(M.tool_call_id);return!0});console.log("[CompactionService] 保留消息数:",w),console.log("[CompactionService] 过滤后保留消息数:",O.length);let y=r(),B=this.createBoundaryMessage(y,Z.trigger,$),K=r(),k=this.createSummaryMessage(K,j),T=[k,...O],d=await this.buildFileRestorationMessage();if(d)T.push(d);let f=G0.countTokens(T,Z.modelName);console.log("[CompactionService] 压缩完成!"),console.log("[CompactionService] Token 变化:",$,"->",f,`(-${((1-f/$)*100).toFixed(1)}%)`),L0.delete(z);let e=Q.slice(0,Q.length-w);return FQ(e).catch((M)=>{return}),{success:!0,summary:j,preTokens:$,postTokens:f,filesIncluded:V,compactedMessages:T,boundaryMessage:B,summaryMessage:k}}catch(W){if(a(W))throw W;return L0.set(z,(L0.get(z)??0)+1),console.error("[CompactionService] 压缩失败,使用降级策略",W),this.fallbackCompact(Q,Z,$,W)}}static async generateSummary(Q,Z,$){let J=this.buildCompactionPrompt(Q,Z);if(console.log("[CompactionService] 使用压缩模型:",$.modelName),$.signal?.aborted)throw new DOMException("Aborted","AbortError");let W=(await(await LQ({apiKey:$.apiKey||process.env.BLADE_API_KEY||"",baseUrl:$.baseURL||process.env.BLADE_BASE_URL||"https://api.openai.com/v1",model:$.modelName,temperature:0.3,maxOutputTokens:8000,timeout:60000,provider:"openai-compatible"})).chat([{role:"user",content:J}],[],$.signal)).content||"",V=W.match(/<summary>([\s\S]*?)<\/summary>/);if(!V)return console.warn("[CompactionService] 总结格式不正确,使用完整响应"),W;return V[1].trim()}static buildCompactionPrompt(Q,Z){let $=Q.map((G,W)=>{let V=G.role||"unknown",Y=typeof G.content==="string"?G.content:JSON.stringify(G.content),j=5000,w=Y.length>5000?Y.substring(0,5000)+"...":Y;return`[${W+1}] ${V}: ${w}`}).join(`
|
|
20
20
|
|
|
21
21
|
`),J=Z.map((G)=>{return`### ${G.path}
|
|
22
22
|
\`\`\`
|
|
@@ -89,32 +89,32 @@ ${Z.length>0?`## Important Files
|
|
|
89
89
|
|
|
90
90
|
${J}`:""}
|
|
91
91
|
|
|
92
|
-
Please provide your summary following the structure specified above, with both <analysis> and <summary> sections.`}static createBoundaryMessage(Q,Z,$){return{id:
|
|
92
|
+
Please provide your summary following the structure specified above, with both <analysis> and <summary> sections.`}static createBoundaryMessage(Q,Z,$){return{id:r(),role:"system",content:"Conversation compacted",metadata:{type:"system",subtype:"compact_boundary",parentId:Q,compactMetadata:{trigger:Z,preTokens:$}}}}static createSummaryMessage(Q,Z){return{id:r(),role:"user",content:Z,metadata:{parentId:Q,isCompactSummary:!0}}}static getRecentlyAccessedFiles(Q){let Z=u.getInstance();return Z.getTrackedFiles().map((z)=>({filePath:z,record:Z.getFileRecord(z)})).filter((z)=>z.record!==void 0).sort((z,G)=>G.record.accessTime-z.record.accessTime).slice(0,Q).map((z)=>z.filePath)}static async buildFileRestorationMessage(){let Q=this.getRecentlyAccessedFiles(5);if(Q.length===0)return null;let Z=[];for(let J of Q)try{let G=(await UZ.readFile(J,"utf-8")).split(`
|
|
93
93
|
`),W=G.slice(0,200).join(`
|
|
94
|
-
`),
|
|
94
|
+
`),V=G.length>200?`
|
|
95
95
|
... (${G.length-200} more lines)`:"";Z.push(`<file path="${J}" lines="${G.length}">
|
|
96
|
-
${W}${
|
|
96
|
+
${W}${V}
|
|
97
97
|
</file>`)}catch{}if(Z.length===0)return null;let $=["<system-reminder>","Post-compaction file restoration. These files were recently accessed in the conversation:",...Z,"</system-reminder>"].join(`
|
|
98
|
-
`);return console.log("[CompactionService] Post-compact 恢复文件:",Q.length),{id:
|
|
98
|
+
`);return console.log("[CompactionService] Post-compact 恢复文件:",Q.length),{id:r(),role:"user",content:$,metadata:{isPostCompactRestoration:!0}}}static fallbackCompact(Q,Z,$,J){let z=Math.ceil(Q.length*this.FALLBACK_RETAIN_PERCENT),G=Q.slice(-z),W=new Set;for(let B of G)if(B.role==="assistant"&&B.tool_calls)for(let K of B.tool_calls)W.add(K.id);let V=G.filter((B)=>{if(B.role==="tool"&&B.tool_call_id)return W.has(B.tool_call_id);return!0}),Y=r(),j=this.createBoundaryMessage(Y,Z.trigger,$),w=J instanceof Error?J.message:String(J),L=r(),H=this.createSummaryMessage(L,`[Automatic compaction failed; using fallback]
|
|
99
99
|
|
|
100
100
|
An error occurred during compaction. Retained the latest ${z} messages (~30%).
|
|
101
101
|
|
|
102
|
-
Error: ${
|
|
102
|
+
Error: ${w}
|
|
103
103
|
|
|
104
|
-
The conversation can continue, but consider retrying compaction later with /compact.`),
|
|
105
|
-
`),preTokens:$,postTokens:
|
|
104
|
+
The conversation can continue, but consider retrying compaction later with /compact.`),O=[H,...V],y=G0.countTokens(O,Z.modelName);return{success:!1,summary:typeof H.content==="string"?H.content:H.content.filter((B)=>B.type==="text").map((B)=>B.text).join(`
|
|
105
|
+
`),preTokens:$,postTokens:y,filesIncluded:[],compactedMessages:O,boundaryMessage:j,summaryMessage:H,error:w}}}var EZ=new Set(["Read","Grep","Glob","Search","WebSearch","WebFetch","ToolSearch"]);function SZ(Q,Z){let z=(Q[Z.assistantIdx].tool_calls??[]).filter((W)=>W.type==="function").map((W)=>W.function.name).some((W)=>!EZ.has(W));if(Z.toolResultIdxs.some((W)=>{let V=Q[W]?.content;if(typeof V!=="string")return!1;return V.startsWith("Error:")||V.includes("failed")||V.includes("ENOENT")}))return 3;if(z)return 2;return 1}function W0(Q,Z){let $=Z?.keepRecentTurns??10,J=Z?.minMessagesForSnip??30;if(Q.length<J)return{messages:Q,snippedCount:0,estimatedTokensFreed:0};let z=[];for(let H=0;H<Q.length;H++){let O=Q[H];if(O.role==="assistant"&&O.tool_calls&&O.tool_calls.length>0){let y=new Set(O.tool_calls.map((K)=>K.id)),B=[];for(let K=H+1;K<Q.length;K++){let k=Q[K];if(k.role==="tool"&&k.tool_call_id&&y.has(k.tool_call_id))B.push(K);if(k.role==="assistant"||k.role==="user")break}z.push({assistantIdx:H,toolResultIdxs:B,priority:0})}}for(let H of z)H.priority=SZ(Q,H);let V=[...z.slice(0,Math.max(0,z.length-$))].sort((H,O)=>H.priority-O.priority);if(V.length===0)return{messages:Q,snippedCount:0,estimatedTokensFreed:0};let Y=new Set,j=0;for(let H of V){Y.add(H.assistantIdx);for(let O of H.toolResultIdxs)Y.add(O)}for(let H of Y){let O=Q[H],y=typeof O.content==="string"?O.content:JSON.stringify(O.content);if(j+=y.length,O.tool_calls)j+=JSON.stringify(O.tool_calls).length}let w=[],L=!1;for(let H=0;H<Q.length;H++){if(Y.has(H)){if(!L)w.push({role:"system",content:`[${V.length} earlier tool interaction${V.length===1?"":"s"} snipped for brevity]`}),L=!0;continue}w.push(Q[H])}return{messages:w,snippedCount:V.length,estimatedTokensFreed:Math.floor(j/4)}}var AZ=60000,PZ=3;function OQ(Q,Z){if(!Z)return null;if(Date.now()-Z<AZ)return null;let J=W0(Q,{keepRecentTurns:PZ,minMessagesForSnip:15});if(J.snippedCount===0)return null;return J}class u0{hasAttempted=!1;async tryReactiveCompact(Q,Z){if(this.hasAttempted)return{success:!1,messages:Q};this.hasAttempted=!0;let $=W0(Q,{keepRecentTurns:3,minMessagesForSnip:10}),J=$.messages;try{let z=await s.compact(J,{trigger:"auto",modelName:Z.modelName,maxContextTokens:Z.maxContextTokens,apiKey:Z.apiKey,baseURL:Z.baseURL,signal:Z.signal});if(z.success)return{success:!0,messages:z.compactedMessages};if($.snippedCount>0)return{success:!0,messages:J};return{success:!1,messages:Q}}catch(z){if(a(z))throw z;if($.snippedCount>0)return{success:!0,messages:J};return{success:!1,messages:Q}}}reset(){this.hasAttempted=!1}}import*as t from"fs";import*as i0 from"os";import*as V0 from"path";import{nanoid as NQ}from"nanoid";var MZ=1e5,fZ=2000,vQ=200000;class n0{currentChars=0;track(Q){this.currentChars+=Q}remaining(){return Math.max(0,vQ-this.currentChars)}isExhausted(){return this.currentChars>=vQ}reset(){this.currentChars=0}}function IQ(Q,Z,$){let J=$?.maxCharsPerResult??MZ,z=$?.previewChars??fZ,G=$?.messageBudget,W=typeof Q==="string"?Q:JSON.stringify(Q,null,2);if(W.length<=J)return hZ(Q,W,Z,z,G,$);let V=$?.outputDir??V0.join(i0.homedir(),".blade","tool-results"),Y=`${Z}-${NQ(8)}.txt`,j=V0.join(V,Y);try{t.mkdirSync(V,{recursive:!0}),t.writeFileSync(j,W,"utf-8")}catch{let H=W.slice(0,J)+`
|
|
106
106
|
|
|
107
|
-
... (truncated, ${W.length} total chars)`;if(G)G.track(H.length);return H}let
|
|
107
|
+
... (truncated, ${W.length} total chars)`;if(G)G.track(H.length);return H}let w=W.slice(0,z),L=`Result too large (${W.length} chars). Full output saved to: ${j}
|
|
108
108
|
|
|
109
109
|
Preview:
|
|
110
|
-
${
|
|
110
|
+
${w}
|
|
111
111
|
|
|
112
|
-
... (${W.length-z} more chars in file)`;if(G)G.track(
|
|
112
|
+
... (${W.length-z} more chars in file)`;if(G)G.track(L.length);return L}function hZ(Q,Z,$,J,z,G){if(!z)return Q;let W=z.remaining();if(W<=0){let V=Z.slice(0,J),Y=_Q(Z,V,$,G,"[Message budget exhausted. Full output saved to disk.]");return z.track(typeof Y==="string"?Y.length:J),Y}if(Z.length>W){let V=Math.max(J,W),Y=Z.slice(0,V),j=_Q(Z,Y,$,G,`... (truncated by message budget, ${Z.length} total chars)`);return z.track(typeof j==="string"?j.length:V),j}return z.track(Z.length),Q}function _Q(Q,Z,$,J,z){let G=J?.outputDir??V0.join(i0.homedir(),".blade","tool-results"),W=`${$}-${NQ(8)}.txt`,V=V0.join(G,W);try{return t.mkdirSync(G,{recursive:!0}),t.writeFileSync(V,Q,"utf-8"),`${Z}
|
|
113
113
|
|
|
114
114
|
${z}
|
|
115
|
-
Full output saved to: ${
|
|
115
|
+
Full output saved to: ${V}`}catch{return`${Z}
|
|
116
116
|
|
|
117
|
-
${z}`}}import*as U0 from"node:fs/promises";import{homedir as
|
|
117
|
+
${z}`}}import*as U0 from"node:fs/promises";import{homedir as RQ}from"node:os";import*as p from"node:path";var O0={name:"skill-creator",description:"Create new Skills interactively. Use when the user wants to create a new Skill, define a custom workflow, or add a specialized capability to Blade.",allowedTools:["Read","Write","Glob","Bash","AskUserQuestion"],version:"1.0.0",argumentHint:void 0,userInvocable:!0,disableModelInvocation:!1,model:void 0,whenToUse:"User wants to create a new skill, define a custom workflow, or add a specialized capability.",path:"builtin://skill-creator",basePath:"",source:"builtin"};function UQ(){return{metadata:O0,instructions:`# Skill Creator
|
|
118
118
|
|
|
119
119
|
帮助用户创建新的 Blade Skills。
|
|
120
120
|
|
|
@@ -297,7 +297,7 @@ user-invocable: true
|
|
|
297
297
|
<footer>
|
|
298
298
|
\`\`\`
|
|
299
299
|
\`\`\`
|
|
300
|
-
`}}var
|
|
300
|
+
`}}var v0={name:"update-config",description:"配置 Blade harness(settings/hooks/permissions)。"+"用户请求自动化行为时使用此 Skill。",allowedTools:["ConfigTool","Read","Bash","AskUserQuestion"],version:"1.0.0",userInvocable:!0,disableModelInvocation:!1,whenToUse:'用户说"从现在起..."、"每次..."、"当...时..."、'+"需要改配置、安装 hooks、修改权限",path:"builtin://update-config",basePath:"",source:"builtin"};function yQ(){return{metadata:v0,instructions:`# Update Config Skill
|
|
301
301
|
|
|
302
302
|
配置 Blade 运行环境。管理 settings、hooks、permissions、环境变量等。
|
|
303
303
|
|
|
@@ -570,11 +570,11 @@ ConfigTool({
|
|
|
570
570
|
2. **permissions 字段使用 replace 策略**:设置 permissions 会完全替换现有值。如果只想添加规则,先 GET 当前值,合并后再 SET
|
|
571
571
|
3. **env 字段使用 deep-merge 策略**:可以逐个添加环境变量
|
|
572
572
|
4. **scope 默认值**:不指定 scope 时,根据字段路由表决定(hooks/permissions/env 默认 local,temperature/theme 等默认 global)
|
|
573
|
-
`}}import{exec as
|
|
574
|
-
`)}get size(){return this.skills.size}async refresh(){return this.skills.clear(),this.pluginSkills.clear(),this.initialized=!1,this.initialize()}registerPluginSkill(Q){this.pluginSkills.set(Q.namespacedName,Q),this.skills.set(Q.namespacedName,Q.metadata)}findPluginSkill(Q){let Z=this.pluginSkills.get(Q);if(Z)return Z;let $=[];for(let J of this.pluginSkills.values())if(J.originalName===Q)$.push(J);if($.length===1)return $[0];return}getAllPluginSkills(){return Array.from(this.pluginSkills.values())}clearPluginSkills(){for(let Q of this.pluginSkills.values())this.skills.delete(Q.namespacedName);this.pluginSkills.clear()}getPluginSkillCount(){return this.pluginSkills.size}}function
|
|
573
|
+
`}}import{exec as kZ}from"node:child_process";import*as F from"node:fs/promises";import{homedir as RZ}from"node:os";import*as U from"node:path";import{promisify as xZ}from"node:util";var _0=xZ(kZ),I=R("General"),l0={url:"https://github.com/anthropics/skills.git",branch:"main",defaultSkills:["skill-creator"]};class EQ{skillsDir;constructor(Q){this.skillsDir=Q||U.join(RZ(),".blade","skills")}async isInstalled(Q){let Z=U.join(this.skillsDir,Q,"SKILL.md");try{return await F.access(Z),!0}catch{return!1}}async isGitAvailable(){try{return await _0("git --version"),!0}catch{return!1}}async installOfficialSkill(Q){let{url:Z,branch:$}=l0,J=U.join(this.skillsDir,Q),z=U.join(this.skillsDir,`.tmp-${Q}-${Date.now()}`);try{if(!await this.isGitAvailable())return I.warn("Git not available, skipping skill installation"),!1;I.info(`Installing official skill: ${Q}...`),await F.mkdir(this.skillsDir,{recursive:!0,mode:493}),await _0(`git clone --depth 1 --branch ${$} --single-branch ${Z} "${z}"`,{timeout:30000});let G=U.join(z,"skills",Q);try{await F.access(G)}catch{return I.warn(`Skill ${Q} not found in official repository`),await F.rm(z,{recursive:!0,force:!0}),!1}try{await F.rm(J,{recursive:!0,force:!0})}catch{}return await F.cp(G,J,{recursive:!0}),await F.rm(z,{recursive:!0,force:!0}),I.info(`Successfully installed: ${Q}`),!0}catch(G){try{await F.rm(z,{recursive:!0,force:!0})}catch{}return I.warn(`Failed to install ${Q}: ${G instanceof Error?G.message:"Unknown error"}`),!1}}async ensureDefaultSkillsInstalled(){await F.mkdir(this.skillsDir,{recursive:!0,mode:493});for(let Q of l0.defaultSkills)if(!await this.isInstalled(Q))await this.installOfficialSkill(Q)}async installFromRepo(Q,Z){let $=Z||this.extractRepoName(Q),J=U.join(this.skillsDir,$),z=U.join(this.skillsDir,`.tmp-repo-${$}-${Date.now()}`);try{if(!await this.isGitAvailable())return I.warn("Git not available, cannot install from repo"),!1;I.info(`Installing skill from repo: ${Q}...`),await F.mkdir(this.skillsDir,{recursive:!0,mode:493}),await _0(`git clone --depth 1 "${Q}" "${z}"`,{timeout:60000});let G=U.join(z,"SKILL.md");try{await F.access(G)}catch{return I.warn(`No SKILL.md found in repository ${Q}`),await F.rm(z,{recursive:!0,force:!0}),!1}await F.rm(J,{recursive:!0,force:!0}),await F.rename(z,J);try{await F.rm(U.join(J,".git"),{recursive:!0,force:!0})}catch{}return I.info(`Successfully installed skill from repo: ${$}`),!0}catch(G){try{await F.rm(z,{recursive:!0,force:!0})}catch{}return I.warn(`Failed to install from repo ${Q}: ${G instanceof Error?G.message:"Unknown error"}`),!1}}async installFromLocal(Q,Z,$=!0){let J=Z||U.basename(Q),z=U.join(this.skillsDir,J);try{let G=U.resolve(Q);try{await F.access(G)}catch{return I.warn(`Local path does not exist: ${G}`),!1}let W=U.join(G,"SKILL.md");try{await F.access(W)}catch{return I.warn(`No SKILL.md found in local path: ${G}`),!1}if(I.info(`Installing skill from local path: ${G}...`),await F.mkdir(this.skillsDir,{recursive:!0,mode:493}),await F.rm(z,{recursive:!0,force:!0}),$)await F.symlink(G,z,"dir"),I.info(`Created symlink for skill: ${J}`);else await F.cp(G,z,{recursive:!0}),I.info(`Copied skill to: ${J}`);return!0}catch(G){return I.warn(`Failed to install from local path ${Q}: ${G instanceof Error?G.message:"Unknown error"}`),!1}}extractRepoName(Q){return Q.match(/\/([^/]+?)(\.git)?$/)?.[1]||"unknown-skill"}async installAllOfficialSkills(){let{url:Q,branch:Z}=l0,$=U.join(this.skillsDir,`.tmp-all-${Date.now()}`),J=[],z=[];try{if(!await this.isGitAvailable())return I.warn("Git not available, skipping skill installation"),{installed:J,failed:z};await F.mkdir(this.skillsDir,{recursive:!0,mode:493}),I.info("Cloning official skills repository..."),await _0(`git clone --depth 1 --branch ${Z} --single-branch ${Q} "${$}"`,{timeout:60000});let G=U.join($,"skills"),W=await F.readdir(G,{withFileTypes:!0});for(let V of W){if(!V.isDirectory())continue;let Y=V.name,j=U.join(G,Y),w=U.join(this.skillsDir,Y);try{await F.access(U.join(j,"SKILL.md")),await F.rm(w,{recursive:!0,force:!0}),await F.cp(j,w,{recursive:!0}),I.info(`Installed: ${Y}`),J.push(Y)}catch(L){I.warn(`Failed to install ${Y}`),z.push(Y)}}await F.rm($,{recursive:!0,force:!0})}catch(G){try{await F.rm($,{recursive:!0,force:!0})}catch{}I.warn(`Failed to install skills: ${G instanceof Error?G.message:"Unknown error"}`)}return{installed:J,failed:z}}}var a0=null;function SQ(Q){if(!a0)a0=new EQ(Q);return a0}import*as Y0 from"node:fs/promises";import*as N0 from"node:path";import{parse as TZ}from"yaml";var CZ=/^---\r?\n([\s\S]*?)\r?\n---\r?\n?([\s\S]*)$/,pZ=/^[a-z0-9][a-z0-9-]{0,62}[a-z0-9]?$/,AQ=1024;function dZ(Q){if(!Q)return;if(typeof Q==="string")return Q.split(",").map((Z)=>Z.trim()).filter(Boolean);if(Array.isArray(Q))return Q.map((Z)=>String(Z).trim()).filter(Boolean);return}function PQ(Q){if(Q===void 0)return;if(typeof Q==="boolean")return Q;if(typeof Q==="string"){let Z=Q.toLowerCase().trim();if(Z==="true"||Z==="yes"||Z==="1")return!0;if(Z==="false"||Z==="no"||Z==="0")return!1}return}function mZ(Q,Z){if(!Q.name)return{valid:!1,error:"Missing required field: name"};if(!pZ.test(Q.name))return{valid:!1,error:`Invalid name "${Q.name}": must be lowercase letters, numbers, and hyphens only, 1-64 characters`};if(!Q.description)return{valid:!1,error:"Missing required field: description"};if(Q.description.length>AQ)return{valid:!1,error:`Description too long: ${Q.description.length} characters (max ${AQ})`};let $;if(Q.model)$=Q.model==="inherit"?"inherit":Q.model;return{valid:!0,metadata:{name:Q.name,description:Q.description.trim(),allowedTools:dZ(Q["allowed-tools"]),version:Q.version,argumentHint:Q["argument-hint"]?.trim(),userInvocable:PQ(Q["user-invocable"]),disableModelInvocation:PQ(Q["disable-model-invocation"]),model:$,whenToUse:Q.when_to_use?.trim()}}}function MQ(Q,Z,$){let J=Q.match(CZ);if(!J)return{success:!1,error:"Invalid SKILL.md format: missing YAML frontmatter (must start with ---)"};let[,z,G]=J,W;try{W=TZ(z)}catch(j){return{success:!1,error:`Failed to parse YAML frontmatter: ${j instanceof Error?j.message:String(j)}`}}let V=mZ(W,Z);if(!V.valid)return{success:!1,error:V.error};let Y=N0.dirname(Z);return{success:!0,content:{metadata:{...V.metadata,path:Z,basePath:Y,source:$},instructions:G.trim()}}}async function fQ(Q,Z){try{let $=await Y0.readFile(Q,"utf-8");return MQ($,Q,Z)}catch($){if($.code==="ENOENT")return{success:!1,error:`File not found: ${Q}`};return{success:!1,error:`Failed to read file: ${$ instanceof Error?$.message:String($)}`}}}async function hQ(Q){try{let Z=await Y0.readFile(Q.path,"utf-8"),$=MQ(Z,Q.path,Q.source);return $.success?$.content:null}catch{return null}}async function kQ(Q){try{return await Y0.access(N0.join(Q,"SKILL.md")),!0}catch{return!1}}var gZ={userSkillsDir:p.join(RQ(),".blade","skills"),projectSkillsDir:".blade/skills",claudeUserSkillsDir:p.join(RQ(),".claude","skills"),claudeProjectSkillsDir:".claude/skills"},I0=null;class r0{skills=new Map;pluginSkills=new Map;config;initialized=!1;constructor(Q){this.config={...gZ,cwd:x(),...Q}}static getInstance(Q){if(!I0)I0=new r0(Q);return I0}static resetInstance(){I0=null}async initialize(){if(this.initialized)return{skills:Array.from(this.skills.values()),errors:[]};let Q=[],Z=[];try{await SQ(this.config.userSkillsDir).ensureDefaultSkillsInstalled()}catch(Y){Q.push({path:"SkillInstaller",error:`Failed to install default skills: ${Y instanceof Error?Y.message:"Unknown error"}`})}this.loadBuiltinSkills();let $=await this.scanDirectory(this.config.claudeUserSkillsDir,"user");Z.push(...$.skills),Q.push(...$.errors);let J=await this.scanDirectory(this.config.userSkillsDir,"user");Z.push(...J.skills),Q.push(...J.errors);let z=p.isAbsolute(this.config.claudeProjectSkillsDir)?this.config.claudeProjectSkillsDir:p.join(this.config.cwd,this.config.claudeProjectSkillsDir),G=await this.scanDirectory(z,"project");Z.push(...G.skills),Q.push(...G.errors);let W=p.isAbsolute(this.config.projectSkillsDir)?this.config.projectSkillsDir:p.join(this.config.cwd,this.config.projectSkillsDir),V=await this.scanDirectory(W,"project");Z.push(...V.skills),Q.push(...V.errors);for(let Y of Z)this.skills.set(Y.name,Y);return this.initialized=!0,{skills:Array.from(this.skills.values()),errors:Q}}loadBuiltinSkills(){this.skills.set(O0.name,O0),this.skills.set(v0.name,v0)}async scanDirectory(Q,Z){let $=[],J=[];try{await U0.access(Q)}catch{return{skills:$,errors:J}}try{let z=await U0.readdir(Q,{withFileTypes:!0});for(let G of z){if(!G.isDirectory())continue;let W=p.join(Q,G.name),V=p.join(W,"SKILL.md");if(!await kQ(W))continue;let Y=await fQ(V,Z);if(Y.success&&Y.content)$.push(Y.content.metadata);else J.push({path:V,error:Y.error||"Unknown error"})}}catch(z){J.push({path:Q,error:`Failed to scan directory: ${z instanceof Error?z.message:String(z)}`})}return{skills:$,errors:J}}getAll(){return Array.from(this.skills.values())}get(Q){return this.skills.get(Q)}has(Q){return this.skills.has(Q)}async loadContent(Q){let Z=this.skills.get(Q);if(!Z)return null;if(Z.source==="builtin")return this.loadBuiltinContent(Q);return hQ(Z)}loadBuiltinContent(Q){switch(Q){case"skill-creator":return UQ();case"update-config":return yQ();default:return null}}getModelInvocableSkills(){return Array.from(this.skills.values()).filter((Q)=>!Q.disableModelInvocation)}getUserInvocableSkills(){return Array.from(this.skills.values()).filter((Q)=>Q.userInvocable===!0)}generateAvailableSkillsList(){let Q=this.getModelInvocableSkills();if(Q.length===0)return"";let Z=[];for(let $ of Q){let J=$.description.length>100?`${$.description.substring(0,97)}...`:$.description,z=$.argumentHint?`${$.name} ${$.argumentHint}`:$.name;Z.push(`- ${z}: ${J}`)}return Z.join(`
|
|
574
|
+
`)}get size(){return this.skills.size}async refresh(){return this.skills.clear(),this.pluginSkills.clear(),this.initialized=!1,this.initialize()}registerPluginSkill(Q){this.pluginSkills.set(Q.namespacedName,Q),this.skills.set(Q.namespacedName,Q.metadata)}findPluginSkill(Q){let Z=this.pluginSkills.get(Q);if(Z)return Z;let $=[];for(let J of this.pluginSkills.values())if(J.originalName===Q)$.push(J);if($.length===1)return $[0];return}getAllPluginSkills(){return Array.from(this.pluginSkills.values())}clearPluginSkills(){for(let Q of this.pluginSkills.values())this.skills.delete(Q.namespacedName);this.pluginSkills.clear()}getPluginSkillCount(){return this.pluginSkills.size}}function y0(Q){return r0.getInstance(Q)}async function cZ(Q){return y0(Q).initialize()}var uZ="Skill",iZ=/<available_skills>\s*<\/available_skills>/;function o0(Q){let $=y0().generateAvailableSkillsList();if(!$)return Q;return Q.map((J)=>{if(J.name!==uZ)return J;let z=J.description.replace(iZ,`<available_skills>
|
|
575
575
|
${$}
|
|
576
|
-
</available_skills>`);if(z===J.description)return J;return{...J,description:z}})}var
|
|
577
|
-
`)}function
|
|
576
|
+
</available_skills>`);if(z===J.description)return J;return{...J,description:z}})}var nZ=new Set(["user-cancel","interrupt","sibling-error","timeout"]);function xQ(Q){if(!Q.aborted)return;if(typeof Q.reason==="string"&&nZ.has(Q.reason))return Q.reason;return"user-cancel"}function TQ(){return{consecutiveFailures:new Map,totalFailures:0,lastFailedTool:null}}function CQ(Q,Z){Q.consecutiveFailures.set(Z,0),Q.lastFailedTool=null}function pQ(Q,Z){let $=(Q.consecutiveFailures.get(Z)??0)+1;Q.consecutiveFailures.set(Z,$),Q.totalFailures++,Q.lastFailedTool=Z}function lZ(Q,Z){return(Q.consecutiveFailures.get(Z)??0)>=3}function dQ(Q,Z){if(!lZ(Q,Z))return;let $=Q.consecutiveFailures.get(Z)??0;return`WARNING: ${Z} has failed ${$} consecutive times. Consider a different approach: use a different tool, verify your parameters, or break the task into smaller steps.`}function mQ(Q){return Q>0&&Q%5===0}function gQ(Q,Z){let $=[`[Self-check at turn ${Q}]`,"Before continuing, briefly assess:","1. Are you making progress toward the goal?","2. Have any approaches failed repeatedly that you should abandon?","3. Is there a simpler path you haven't tried?"];if(Z>3)$.push(`Note: ${Z} tool failures so far. Consider whether your current strategy needs adjustment.`);return $.join(`
|
|
577
|
+
`)}function cQ(){return{recentOutputHashes:[]}}function aZ(Q){let Z=Q.trim().slice(0,500),$=0;for(let J=0;J<Z.length;J++)$=($<<5)-$+Z.charCodeAt(J)|0;return $.toString(36)}function uQ(Q,Z){let $=aZ(Z);if(Q.recentOutputHashes.push($),Q.recentOutputHashes.length>4)Q.recentOutputHashes.shift();if(Q.recentOutputHashes.length<3)return!1;let J=Q.recentOutputHashes.slice(-3),z=J.every((G)=>G===J[0]);if(z)Q.recentOutputHashes=[];return z}function iQ(){return"WARNING: You appear to be repeating the same output. Stop and try a fundamentally different approach. If the task cannot be completed, explain why and stop."}var i=R("Agent"),oZ=new Set(["Read","Glob","Grep","WebFetch","WebSearch","MemoryRead","GetSpecContext","ValidateSpec","TaskOutput"]);class E0{pipeline;execContext;registry;contextMgr;sessionId;lastMessageUuid;subagentInfo;pending=new Map;completed=new Map;queued=[];order=[];dispatched=new Set;abortController=new AbortController;epoch=0;activeAborts=new Map;constructor(Q,Z,$,J,z,G,W){this.pipeline=Q;this.execContext=Z;this.registry=$;this.contextMgr=J;this.sessionId=z;this.lastMessageUuid=G;this.subagentInfo=W}addTool(Q,Z){if(this.dispatched.has(Q.id)){i.debug(`[StreamingToolExecutor] 跳过已分发工具: ${Q.function.name} (${Q.id})`);return}if(this.dispatched.add(Q.id),this.order.push(Q.id),oZ.has(Q.function.name)){i.debug(`[StreamingToolExecutor] 立即执行预启动工具: ${Q.function.name}`);let J=this.executeOne(Q,Z);this.pending.set(Q.id,J)}else i.debug(`[StreamingToolExecutor] 排队非预启动工具: ${Q.function.name}`),this.queued.push({toolCall:Q,params:Z})}async*getRemainingResults(){for(let Q of this.order){if(this.completed.has(Q)){yield this.completed.get(Q),this.completed.delete(Q);continue}if(this.pending.has(Q)){let $=await this.pending.get(Q);this.pending.delete(Q),yield $;continue}let Z=this.queued.findIndex(($)=>$.toolCall.id===Q);if(Z!==-1){let{toolCall:$,params:J}=this.queued[Z];if(this.queued.splice(Z,1),this.execContext.signal?.aborted){i.debug(`[StreamingToolExecutor] Signal aborted, 跳过排队工具: ${$.function.name} (${$.id})`),yield this.makeAbortResult($,"Tool execution skipped: task aborted before launch");continue}yield await this.executeOne($,J)}}}getCompletedResults(){let Q=Array.from(this.completed.values());return this.completed.clear(),Q}discard(){this.epoch++,this.abortController.abort(),this.abortController=new AbortController;for(let[,Q]of this.activeAborts)Q.abort();this.activeAborts.clear(),this.queued=[],this.order=[],this.dispatched.clear(),this.completed.clear(),this.pending.clear(),i.debug(`[StreamingToolExecutor] 已丢弃所有挂起工作并重置状态 (epoch=${this.epoch})`)}hasTools(){return this.order.length>0}getEpoch(){return this.epoch}makeAbortResult(Q,Z){return{toolCall:Q,result:{success:!1,llmContent:"",error:{type:"execution_error",message:Z},metadata:{abortedBeforeLaunch:!0}},toolUseUuid:null}}async executeOne(Q,Z){let $=this.epoch,J=new AbortController;this.activeAborts.set(Q.id,J);let z=this.abortController.signal;try{if(z.aborted||J.signal.aborted)return this.makeAbortResult(Q,"Tool execution aborted due to discard");let G=null;try{if(this.contextMgr&&this.sessionId)G=await this.contextMgr.saveToolUse(this.sessionId,Q.function.name,Z,this.lastMessageUuid??null,this.subagentInfo)}catch(H){i.warn("[StreamingToolExecutor] 保存工具调用失败:",H)}let W=[z,J.signal],V=this.execContext.signal;if(V)W.push(V);let Y=bQ(...W),j={...this.execContext,signal:Y},w=await this.pipeline.execute(Q.function.name,Z,j);if($!==this.epoch)return i.debug(`[StreamingToolExecutor] 丢弃旧世代工具结果: ${Q.function.name} (startEpoch=${$}, currentEpoch=${this.epoch})`),this.makeAbortResult(Q,"Tool execution aborted due to epoch mismatch (discard)");let L={toolCall:Q,result:w,toolUseUuid:G};if(this.pending.has(Q.id))this.pending.delete(Q.id),this.completed.set(Q.id,L);return L}catch(G){if($!==this.epoch)return this.makeAbortResult(Q,"Tool execution aborted due to epoch mismatch (discard)");i.error(`[StreamingToolExecutor] 工具执行失败: ${Q.function.name}`,G);let W={success:!1,llmContent:"",error:{type:"execution_error",message:G instanceof Error?G.message:"Unknown error"},metadata:void 0},V={toolCall:Q,result:W,toolUseUuid:null,error:G instanceof Error?G:Error("Unknown error")};if(this.pending.has(Q.id))this.pending.delete(Q.id),this.completed.set(Q.id,V);return V}finally{this.activeAborts.delete(Q.id)}}}var S=R("Agent"),tZ=0.1,eZ=8192,Q2=32768,nQ=100,Z2=`
|
|
578
578
|
|
|
579
579
|
# Task Execution Strategy
|
|
580
580
|
When facing complex multi-step tasks:
|
|
@@ -582,32 +582,32 @@ When facing complex multi-step tasks:
|
|
|
582
582
|
2. Execute one step at a time — verify each step succeeded before moving to the next.
|
|
583
583
|
3. If a step fails, diagnose the root cause rather than repeating the same approach.
|
|
584
584
|
4. When uncertain about file paths or project structure, use Grep/Glob/Read to gather facts first.
|
|
585
|
-
5. Prefer the smallest change that achieves the goal — avoid unnecessary refactoring.`;function
|
|
586
|
-
`)}function
|
|
585
|
+
5. Prefer the smallest change that achieves the goal — avoid unnecessary refactoring.`;function $2(Q){let Z=Q.trim();if(Z=Z.replace(/,\s*([}\]])/g,"$1"),Z.startsWith("{")&&!Z.endsWith("}"))Z+="}";Z=Z.replace(/,\s*([}\]])/g,"$1");try{let $=JSON.parse(Z);if(typeof $==="object"&&$!==null&&!Array.isArray($))return $;return null}catch{return null}}function J2(Q){if(typeof Q==="string")return Q;try{return JSON.parse(JSON.stringify(Q))}catch{return String(Q)}}function z2(Q){if(!(Q instanceof Error))return"未知错误";let J=Q.lastError??Q;if(J.responseBody)try{let V=JSON.parse(J.responseBody)?.error?.message;if(V){let Y=J.statusCode?` (HTTP ${J.statusCode})`:"";return`${V}${Y}`}}catch{}let z=Q.message,G=z.match(/Last error:\s*(.+)$/);if(G)return G[1];return z}function G2(Q){if(!(Q instanceof Error))return!1;return["stream not supported","streaming is not available","sse not supported","does not support streaming"].some(($)=>Q.message.toLowerCase().includes($.toLowerCase()))}function W2(Q,Z){if(!Z)return"Tool execution failed (no details).";let $=[`Error: ${Z.message||"Unknown error"}`];if(Z.type==="validation_error")$.push("Hint: Check the tool parameters — a required field may be missing or have the wrong type.");else if(Z.type==="permission_denied")$.push("Hint: This operation requires user approval. Try a different approach or ask the user.");else if(Z.type==="timeout_error")$.push("Hint: The operation timed out. Consider breaking it into smaller steps or increasing timeout.");else if(Z.type==="execution_error"){let J=Z.message??"";if(J.includes("ENOENT")||J.includes("no such file"))$.push("Hint: File or directory not found. Use Glob or Grep to find the correct path first.");else if(J.includes("EACCES")||J.includes("permission"))$.push("Hint: Permission denied. The file may be read-only or owned by another user.");else if(J.includes("not found in file")||J.includes("old_string"))$.push(`Hint: The target text was not found. Use Read to view the current file content, then retry ${Q} with the exact text.`);else if(J.includes("ENOTDIR"))$.push("Hint: A path component is not a directory. Verify the full path with Glob.")}return $.join(`
|
|
586
|
+
`)}function V2(Q){if(!(Q instanceof Error))return!1;let Z=Q.message.toLowerCase();return Z.includes("prompt_too_long")||Z.includes("prompt is too long")||Z.includes("maximum context length")||Z.includes("request too large")||Q.status===413}function Y2(Q,Z){let $=Z,J=$.index??0;if(!Q.has(J))Q.set(J,{id:$.id||"",name:$.function?.name||"",arguments:""});let z=Q.get(J);if($.id&&!z.id)z.id=$.id;if($.function?.name&&!z.name)z.name=$.function.name;if($.function?.arguments)z.arguments+=$.function.arguments}function K2(Q){if(Q.size===0)return;return Array.from(Q.values()).filter((Z)=>Z.id&&Z.name).map((Z)=>({id:Z.id,type:"function",function:{name:Z.name,arguments:Z.arguments}}))}async function*q2(Q,Z,$,J,z){let G="",W="",V,Y,j=new Map;try{let w=Q.chatService.streamChat(Z,$,J),L=0;for await(let H of w){if(L++,J?.aborted)break;if(H.modelFallback){z?.discard(),G="",W="",V=void 0,Y=void 0,j.clear(),L=0,yield{kind:"model_fallback"};continue}if(H.content)G+=H.content,yield{kind:"content_delta",delta:H.content};if(H.reasoningContent)W+=H.reasoningContent,yield{kind:"thinking_delta",delta:H.reasoningContent};if(H.usage)V=H.usage;if(H.toolCalls){for(let O of H.toolCalls)if(Y2(j,O),z){let B=O.index??0,K=j.get(B);if(K&&K.id&&K.name)try{let k=JSON.parse(K.arguments),T={id:K.id,type:"function",function:{name:K.name,arguments:K.arguments}},f=Q.executionPipeline.getRegistry().get(K.name)?.kind;z.addTool(T,k),yield{kind:"tool_start",toolCall:T,toolKind:f}}catch{}}}if(H.finishReason){Y=H.finishReason;break}}if(L===0&&!J?.aborted&&G.length===0&&j.size===0)return S.warn("[Loop] 流式响应返回0个chunk,回退到非流式模式"),z?.discard(),{...await Q.chatService.chat(Z,$,J),_nonStreamingFallback:!0};return{content:G,reasoningContent:W||void 0,toolCalls:K2(j),usage:V,finishReason:Y}}catch(w){if(G2(w))return S.warn("[Loop] 流式请求失败,降级到非流式模式"),z?.discard(),{...await Q.chatService.chat(Z,$,J),_nonStreamingFallback:!0};throw w}}async function lQ(Q,Z,$,J,z,G){if(J===void 0)return S.debug(`[Loop] [轮次 ${$}] 压缩检查: 跳过(无历史 usage 数据)`),"none";let W=OQ(Z.messages,G);if(W)Z.messages=W.messages,S.debug(`[Loop] [轮次 ${$}] MicroCompact: 清理 ${W.snippedCount} 轮旧工具结果(缓存已过期)`);let V=W0(Z.messages),Y=!1;if(V.snippedCount>0)Y=!0,S.debug(`[Loop] [轮次 ${$}] Snip 压缩: 移除 ${V.snippedCount} 轮旧工具调用,释放约 ${V.estimatedTokensFreed} tokens`);let j=Q.chatService.getConfig(),w=j.model,L=j.maxContextTokens??Q.config.maxContextTokens,H=j.maxOutputTokens??Q.config.maxOutputTokens??Math.min(Math.max(Math.floor(L*tZ),eZ),Q2),O=L-H,y=Math.floor(O*0.8);if(S.debug(`[Loop] [轮次 ${$}] 压缩检查:`,{promptTokens:J,maxContextTokens:L,maxOutputTokens:H,availableForInput:O,threshold:y,shouldCompact:J>=y}),J<y){if(Y)Z.messages=V.messages;return Y?"snipped":"none"}S.debug($===0?"[Loop] 触发自动压缩":`[Loop] [轮次 ${$}] 触发循环内自动压缩`);try{let B=Y?V.messages:Z.messages,K=await s.compact(B,{trigger:"auto",modelName:w,maxContextTokens:L,apiKey:j.apiKey,baseURL:j.baseUrl,actualPreTokens:J,signal:z});if(Z.messages=K.compactedMessages,K.success)S.debug(`[Loop] [轮次 ${$}] 压缩完成: ${K.preTokens} -> ${K.postTokens} tokens`);else S.warn(`[Loop] [轮次 ${$}] 压缩使用降级策略: ${K.preTokens} -> ${K.postTokens} tokens`);return await F0(Q,Z,K.summary,{trigger:"auto",preTokens:K.preTokens,postTokens:K.postTokens,filesIncluded:K.filesIncluded}),"compacted"}catch(B){if(a(B))return S.debug(`[Loop] [轮次 ${$}] 压缩被中止`),"none";if(Y)Z.messages=V.messages;return S.error(`[Loop] [轮次 ${$}] 压缩失败,继续执行`,B),Y?"snipped":"none"}}function o(Q,Z,$,J){let z=J?xQ(J):"user-cancel";return{success:!1,error:{type:"aborted",message:(z==="interrupt"?void 0:"任务已被用户中止")??"任务已中断"},metadata:{turnsCount:Q,toolCallsCount:Z,duration:Date.now()-$,abortReason:z}}}async function*X2(Q,Z,$,J,z){let G=Date.now(),W=0,V=[];try{let Y=Q.executionPipeline.getRegistry(),j=$.permissionMode,w=Y.getFunctionDeclarationsByMode(j);w=o0(w);let L=Q.applySkillToolRestrictions(w),H=TQ(),O=cQ(),y=z;if(typeof Y.getDeferredToolsListing==="function"){let m=Y.getDeferredToolsListing();if(m&&y)y=`${y}
|
|
587
587
|
|
|
588
|
-
${
|
|
589
|
-
`),
|
|
588
|
+
${m}`}if(y)y+=Z2;let B=new j0($,y);B.appendUser({role:"user",content:Z});let K=await g(Q,$,Z),k=$.permissionMode==="yolo",T=Q.runtimeOptions.maxTurns??J?.maxTurns??Q.config.maxTurns??-1;if(T===0)return{success:!1,error:{type:"chat_disabled",message:"对话功能已被禁用 (maxTurns=0)"},metadata:{turnsCount:0,toolCallsCount:0,duration:0}};let d=T===-1?nQ:Math.min(T,nQ),f=0,e,M,n=0,S0=0,A0=0,P0=0,M0=new Set,C=new Set,f0=typeof Z==="string"?Z:Z.filter((m)=>m.type==="text").map((m)=>m.text).join(`
|
|
589
|
+
`),s0=C0(f0),aQ=!!$.subagentInfo,h0=$Q({budget:Q.currentModelMaxContextTokens,isSubagent:aQ}),t0=new u0;try{while(!0){if(J?.signal?.aborted)return o(W,V.length,G,J.signal);B.writeback();let m=await lQ(Q,$,W,e,J?.signal,M);if(m!=="none"){if(m==="compacted")yield{kind:"compaction",phase:"start"},yield{kind:"compaction",phase:"end"};B.replaceHistory($.messages)}if(W++,t0.reset(),yield{kind:"turn_start",turn:W,maxTurns:d},J?.signal?.aborted)return o(W-1,V.length,G,J.signal);if(mQ(W)&&W>1){let N=gQ(W,H.totalFailures);B.appendControl("user",{role:"user",content:`
|
|
590
590
|
|
|
591
591
|
<system-reminder>
|
|
592
|
-
${
|
|
593
|
-
</system-reminder>`})}let
|
|
592
|
+
${N}
|
|
593
|
+
</system-reminder>`})}let e0=J?.stream!==!1,q,K0;try{if(e0)K0=new E0(Q.executionPipeline,{sessionId:$.sessionId,userId:$.userId||"default",workspaceRoot:$.workspaceRoot||x(),worktreeIsolationRequired:s0,worktreeActive:C.has("EnterWorktree")&&!C.has("ExitWorktree"),signal:J?.signal,confirmationHandler:$.confirmationHandler,permissionMode:$.permissionMode,toolRegistry:Y,deferredToolManager:Y.deferredToolManager},Q.executionPipeline.getRegistry(),Q.executionEngine?.getContextManager(),$.sessionId,K,$.subagentInfo),q=yield*q2(Q,B.toLLMMessages(),L,J?.signal,K0);else q=await Q.chatService.chat(B.toLLMMessages(),L,J?.signal)}catch(N){if(V2(N)){S.warn("[Loop] 检测到 prompt_too_long 错误,尝试反应式压缩");let X=Q.chatService.getConfig(),D=await t0.tryReactiveCompact($.messages,{modelName:X.model,maxContextTokens:X.maxContextTokens??Q.config.maxContextTokens,apiKey:X.apiKey,baseURL:X.baseUrl,signal:J?.signal});if(D.success){$.messages=D.messages,B.replaceHistory($.messages),S.info("[Loop] 反应式压缩成功,重试 LLM 调用"),W--;continue}}throw N}if(M=Date.now(),q.usage){if(q.usage.totalTokens)f+=q.usage.totalTokens;e=q.usage.promptTokens,yield{kind:"token_usage",usage:{inputTokens:q.usage.promptTokens??0,outputTokens:q.usage.completionTokens??0,totalTokens:q.usage.totalTokens??0,maxContextTokens:Q.currentModelMaxContextTokens}}}let rQ=q.usage?.completionTokens??0;if(h0=JQ(h0,rQ,n>0),J?.signal?.aborted)return o(W-1,V.length,G,J.signal);if(!e0||!!q._nonStreamingFallback){if(q.reasoningContent&&q.reasoningContent.trim())yield{kind:"thinking_delta",delta:q.reasoningContent};if(q.content&&q.content.trim())yield{kind:"content_delta",delta:q.content}}yield{kind:"stream_end"};let k0=x0(q.finishReason,n,h0);if(k0.action==="recover"){n++,S.warn(`[Loop] Max output tokens hit (recovery ${n}/3)`);let N={role:"assistant",content:q.content||"",reasoningContent:q.reasoningContent,tool_calls:q.toolCalls};B.appendToHistory(N);let X=await h(Q,$,q.content||"",K);if(X)K=X;let D={role:"user",content:"Output token limit hit. Resume directly — no apology, no recap. "+"Pick up mid-thought if that is where the cut happened. Break remaining work into smaller pieces."};B.appendToHistory(D);let b=await g(Q,$,D.content,K);if(b)K=b;continue}if(k0.action==="truncated"||k0.action==="budget_stop"){B.appendAssistant({role:"assistant",content:q.content||"",reasoningContent:q.reasoningContent,tool_calls:q.toolCalls});let N=await h(Q,$,q.content||"",K);if(N)K=N;return{success:!0,finalMessage:q.content,metadata:{turnsCount:W,toolCallsCount:V.length,duration:Date.now()-G,tokensUsed:f,outputTruncated:!0}}}if(q.finishReason!=="length")n=0;if(!q.toolCalls||q.toolCalls.length===0){if(q.content&&uQ(O,q.content)){B.appendAssistant({role:"assistant",content:q.content||"",reasoningContent:q.reasoningContent}),B.appendControl("user",{role:"user",content:`
|
|
594
594
|
|
|
595
595
|
<system-reminder>
|
|
596
|
-
${
|
|
597
|
-
</system-reminder>`});continue}let
|
|
596
|
+
${iQ()}
|
|
597
|
+
</system-reminder>`});continue}let N=T0(q.content,S0,!1);if(N.action==="retry"){S0++,B.appendAssistant({role:"assistant",content:q.content||"",reasoningContent:q.reasoningContent});let v=await h(Q,$,q.content||"",K);if(v)K=v;let _={role:"user",content:N.prompt};B.appendControl("user",_);let P=await g(Q,$,_.content,K);if(P)K=P;continue}S0=0;let X=YQ(f0,C,P0);if(X.action==="retry"){P0++,B.appendAssistant({role:"assistant",content:q.content||"",reasoningContent:q.reasoningContent});let v=await h(Q,$,q.content||"",K);if(v)K=v;let _={role:"user",content:X.prompt};B.appendControl("user",_);let P=await g(Q,$,_.content,K);if(P)K=P;continue}if(X.action==="fail"){B.appendAssistant({role:"assistant",content:q.content||"",reasoningContent:q.reasoningContent});let v=await h(Q,$,q.content||"",K);if(v)K=v;return{success:!1,error:{type:"worktree_protocol_failed",message:X.message},metadata:{turnsCount:W,toolCallsCount:V.length,duration:Date.now()-G,tokensUsed:f}}}P0=0;let D=VQ(f0,M0,A0);if(D.action==="retry"){A0++,B.appendAssistant({role:"assistant",content:q.content||"",reasoningContent:q.reasoningContent});let v=await h(Q,$,q.content||"",K);if(v)K=v;let _={role:"user",content:D.prompt};B.appendControl("user",_);let P=await g(Q,$,_.content,K);if(P)K=P;continue}if(D.action==="fail"){B.appendAssistant({role:"assistant",content:q.content||"",reasoningContent:q.reasoningContent});let v=await h(Q,$,q.content||"",K);if(v)K=v;return{success:!1,error:{type:"verification_failed",message:D.message},metadata:{turnsCount:W,toolCallsCount:V.length,duration:Date.now()-G,tokensUsed:f}}}A0=0;let b=await KQ({turnsCount:W,maxTurns:d});if(b.action==="continue"){B.appendAssistant({role:"assistant",content:q.content||"",reasoningContent:q.reasoningContent});let v=await h(Q,$,q.content||"",K);if(v)K=v;let _={role:"user",content:`
|
|
598
598
|
|
|
599
599
|
<system-reminder>
|
|
600
|
-
${
|
|
601
|
-
</system-reminder>`};B.appendControl("user",
|
|
600
|
+
${b.reason}
|
|
601
|
+
</system-reminder>`};B.appendControl("user",_);let P=await g(Q,$,_.content,K);if(P)K=P;continue}let c=await p0({sessionId:$.sessionId,permissionMode:$.permissionMode,reason:q.content,abortSignal:J?.signal});if(c.action==="continue"){B.appendAssistant({role:"assistant",content:q.content||"",reasoningContent:q.reasoningContent});let v=await h(Q,$,q.content||"",K);if(v)K=v;let P={role:"user",content:c.reason?`
|
|
602
602
|
|
|
603
603
|
<system-reminder>
|
|
604
|
-
${
|
|
604
|
+
${c.reason}
|
|
605
605
|
</system-reminder>`:`
|
|
606
606
|
|
|
607
607
|
<system-reminder>
|
|
608
608
|
Please continue the conversation from where we left it off without asking the user any further questions. Continue with the last task that you were asked to work on.
|
|
609
|
-
</system-reminder>`};B.appendControl("user",
|
|
609
|
+
</system-reminder>`};B.appendControl("user",P);let X0=await g(Q,$,P.content,K);if(X0)K=X0;continue}B.appendAssistant({role:"assistant",content:q.content||"",reasoningContent:q.reasoningContent});let A=await h(Q,$,q.content||"",K);if(A)K=A;return{success:!0,finalMessage:q.content,metadata:{turnsCount:W,toolCallsCount:V.length,duration:Date.now()-G,tokensUsed:f,toolSuccessRate:V.length>0?V.filter((v)=>v.success).length/V.length:void 0,totalToolFailures:H.totalFailures||void 0}}}B.appendAssistant({role:"assistant",content:q.content||"",reasoningContent:q.reasoningContent,tool_calls:q.toolCalls});{let N=await h(Q,$,q.content||"",K);if(N)K=N}if(J?.signal?.aborted)return o(W,V.length,G,J.signal);let R0=q.toolCalls.filter((N)=>N.type==="function"),q0;if(K0?.hasTools()){S.debug(`[Loop] 使用 StreamingToolExecutor 收集 ${R0.length} 个工具结果`),q0=[];for await(let N of K0.getRemainingResults())q0.push(N)}else{for(let X of R0){let b=Y.get(X.function.name)?.kind;yield{kind:"tool_start",toolCall:X,toolKind:b}}let N=async(X)=>{try{let D;try{D=JSON.parse(X.function.arguments)}catch(A){let v=$2(X.function.arguments);if(v===null)return{toolCall:X,result:{success:!1,llmContent:"",error:{type:"validation_error",message:`Invalid JSON in tool arguments: ${A.message}. Raw: ${X.function.arguments.slice(0,200)}`},metadata:void 0},toolUseUuid:null};D=v}if(X.function.name==="Task"&&(typeof D.subagent_session_id!=="string"||D.subagent_session_id.length===0))D.subagent_session_id=typeof D.resume==="string"&&D.resume.length>0?D.resume:sZ();let b=null;b=await d0(Q,$,X.function.name,D,K);let c=await Q.executionPipeline.execute(X.function.name,D,{sessionId:$.sessionId,userId:$.userId||"default",workspaceRoot:$.workspaceRoot||x(),worktreeIsolationRequired:s0,worktreeActive:C.has("EnterWorktree")&&!C.has("ExitWorktree"),signal:J?.signal,confirmationHandler:$.confirmationHandler,permissionMode:$.permissionMode,toolRegistry:Y,deferredToolManager:Y.deferredToolManager});return{toolCall:X,result:c,toolUseUuid:b}}catch(D){return S.error(`Tool execution failed for ${X.function.name}:`,D),{toolCall:X,result:{success:!1,llmContent:"",error:{type:"execution_error",message:D instanceof Error?D.message:"Unknown error"},metadata:void 0},toolUseUuid:null,error:D instanceof Error?D:Error("Unknown error")}}};q0=await Promise.all(R0.map(N))}let oQ=new n0;for(let{toolCall:N,result:X,toolUseUuid:D}of q0){let b=N;if(V.push(X),X.metadata?.abortedBeforeLaunch)return o(W,V.length,G,J?.signal);yield{kind:"tool_result",toolCall:b,result:X};{let _=X.metadata&&typeof X.metadata==="object"?X.metadata:void 0,X0=((H0)=>H0==="running"||H0==="completed"||H0==="failed"||H0==="cancelled")(_?.subagentStatus)?_.subagentStatus:"completed",sQ=_&&typeof _.subagentSessionId==="string"?{subagentSessionId:_.subagentSessionId,subagentType:typeof _.subagentType==="string"?_.subagentType:b.function.name,subagentStatus:X0,subagentSummary:typeof _.subagentSummary==="string"?_.subagentSummary:void 0}:void 0,QQ=await m0(Q,$,b.id,b.function.name,X.success?J2(X.llmContent):null,D,X.success?void 0:X.error?.message,sQ);if(QQ)K=QQ}let c=await g0(b,X,Q,$);if(c)yield c;if(X.success){if(CQ(H,b.function.name),b.function.name==="EnterWorktree"&&X.metadata?.workspaceTransition==="enter")C.add("EnterWorktree"),C.delete("ExitWorktree");else if(b.function.name==="ExitWorktree"&&X.metadata?.workspaceTransition==="exit"&&C.has("EnterWorktree"))C.add("ExitWorktree");else if(!["EnterWorktree","ExitWorktree"].includes(b.function.name))C.add(b.function.name);if(["Edit","Write","NotebookEdit"].includes(b.function.name))M0.delete("Bash");else if(b.function.name==="Bash"&&typeof X.metadata?.command==="string"&&X.metadata.exit_code===0&&WQ(X.metadata.command))M0.add("Bash")}else pQ(H,b.function.name);let A=X.success?X.llmContent||"":W2(b.function.name,X.error);if(!X.success){let _=dQ(H,b.function.name);if(_&&typeof A==="string")A=`${A}
|
|
610
610
|
|
|
611
|
-
${
|
|
611
|
+
${_}`}if(typeof A==="object"&&A!==null)A=JSON.stringify(A,null,2);if(typeof A==="string")A=IQ(A,b.function.name,{messageBudget:oQ});let v=typeof A==="string"?A:JSON.stringify(A);if(B.appendToolResult({role:"tool",tool_call_id:b.id,name:b.function.name,content:v}),X.metadata?.shouldExitLoop){let _=typeof X.llmContent==="string"?X.llmContent:"循环已退出";return{success:X.success,finalMessage:_,metadata:{turnsCount:W,toolCallsCount:V.length,duration:Date.now()-G,shouldExitLoop:!0,targetMode:X.metadata?.targetMode,planContent:typeof X.metadata?.planContent==="string"?X.metadata.planContent:void 0}}}}if(J?.signal?.aborted)return o(W,V.length,G,J.signal);if(W>=d&&!k){if(S.info(`Warning: 达到轮次上限 ${d} 轮`),J?.onTurnLimitReached){let N=await J.onTurnLimitReached({turnsCount:W});if(N?.continue){B.writeback();try{let X=Q.chatService.getConfig(),D=await s.compact($.messages,{trigger:"auto",modelName:X.model,maxContextTokens:X.maxContextTokens??Q.config.maxContextTokens,apiKey:X.apiKey,baseURL:X.baseUrl,actualPreTokens:e,signal:J?.signal});$.messages=D.compactedMessages,B.replaceHistory($.messages);let b={role:"user",content:`This session is being continued from a previous conversation. The conversation is summarized above.
|
|
612
612
|
|
|
613
|
-
Please continue the conversation from where we left it off without asking the user any further questions. Continue with the last task that you were asked to work on.`};B.appendToHistory(
|
|
613
|
+
Please continue the conversation from where we left it off without asking the user any further questions. Continue with the last task that you were asked to work on.`};B.appendToHistory(b),await F0(Q,$,D.summary,{trigger:"auto",preTokens:D.preTokens,postTokens:D.postTokens,filesIncluded:D.filesIncluded})}catch(X){S.error("[Loop] 压缩失败,使用降级策略:",X);let b=B.getHistory().slice(-80);B.replaceHistory(b)}W=0;continue}return{success:!0,finalMessage:N?.reason||"已达到对话轮次上限,用户选择停止",metadata:{turnsCount:W,toolCallsCount:V.length,duration:Date.now()-G,tokensUsed:f}}}return{success:!1,error:{type:"max_turns_exceeded",message:`已达到轮次上限 (${d} 轮)。使用 --permission-mode yolo 跳过此限制。`},metadata:{turnsCount:W,toolCallsCount:V.length,duration:Date.now()-G,tokensUsed:f}}}}}finally{B.writeback()}}catch(Y){if(a(Y))return o(W,V.length,G,J?.signal);let j=z2(Y);return S.error(`API 调用失败: ${j}`),{success:!1,error:{type:"api_error",message:j,details:Y},metadata:{turnsCount:W,toolCallsCount:V.length,duration:Date.now()-G}}}}export{c0 as La,SQ as Ma,fQ as Na,y0 as Oa,cZ as Pa,u as Qa,B0 as Ra,j0 as Sa,tQ as Ta,x0 as Ua,T0 as Va,p0 as Wa,g as Xa,h as Ya,d0 as Za,m0 as _a,F0 as $a,qQ as ab,XQ as bb,HQ as cb,g0 as db,G0 as eb,s as fb,E0 as gb,lQ as hb,X2 as ib};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{e as E2,f as h2}from"./chunk-m7xm1ssb.js";import{h as A4,i as v4,j as R4}from"./chunk-zfy765hj.js";import{l as D$,m as k4,o as o1}from"./chunk-63954vzc.js";import{B as r8,C as e6,D as f4,E as X8,F as e1,G as h6,I as f6,J as D6,M as f$,N as M8,O as D4,P as _1,Q as wJ,R as bJ,S as M6,T as V4,U as C6,W as KJ,y as UJ}from"./chunk-
|
|
1
|
+
import{e as E2,f as h2}from"./chunk-m7xm1ssb.js";import{h as A4,i as v4,j as R4}from"./chunk-zfy765hj.js";import{l as D$,m as k4,o as o1}from"./chunk-63954vzc.js";import{B as r8,C as e6,D as f4,E as X8,F as e1,G as h6,I as f6,J as D6,M as f$,N as M8,O as D4,P as _1,Q as wJ,R as bJ,S as M6,T as V4,U as C6,W as KJ,y as UJ}from"./chunk-9pg8nttx.js";import{Y as S4}from"./chunk-3j3v297d.js";import"./chunk-1t0cavth.js";import{fa as I2}from"./chunk-fkttsa1n.js";import{ga as S8}from"./chunk-b5nhr3na.js";import{Aa as x6,Ga as p0,ha as O$,ia as m0,ja as E1,ka as vQ,la as i1,ma as T$,na as iJ,oa as mQ,pa as D2,qa as nJ,sa as K4,ua as iQ,va as H1,wa as C4,xa as w1,ya as b4}from"./chunk-21zps3hb.js";import{Ha as I4,Ja as M4}from"./chunk-67dzm8te.js";import{Oa as G4,Pa as T4,Ta as d6}from"./chunk-7v6xxyd3.js";import"./chunk-3ak4p05x.js";import{nb as yQ,ob as L1}from"./chunk-t44946na.js";import{rb as o2}from"./chunk-t7hd45rg.js";import{vb as AJ,yb as A0}from"./chunk-39h8jdm3.js";import{Fb as P4,Ib as j1}from"./chunk-j1ehsp0x.js";import{Kb as s$}from"./chunk-s53zeref.js";import{useMemoizedFn as dQ}from"ahooks";import{useEffect as c5,useState as lQ}from"react";import{useMemoizedFn as r0}from"ahooks";import{Box as l1}from"ink";import{useEffect as r1,useRef as T8}from"react";import{useShallow as nQ}from"zustand/react/shallow";import{useStore as c4}from"zustand";function Q0($){return c4(iQ,$)}var u4=[],tQ=()=>Q0(($)=>$.session.sessionId),sQ=()=>Q0(($)=>$.session.messages),eQ=()=>Q0(($)=>$.session.clearCount),$6=()=>Q0(($)=>$.session.isCompacting),Q6=()=>Q0(($)=>$.session.tokenUsage.estimatedCostUsd),f1=()=>Q0(($)=>$.session.actions),J6=()=>Q0(($)=>{let{inputTokens:Q,maxContextTokens:J}=$.session.tokenUsage;if(J<=0)return 100;let Y=Math.max(0,100-Q/J*100);return Math.round(Y)}),Y6=()=>Q0(($)=>$.app.initializationStatus),Z6=()=>Q0(($)=>$.app.initializationError),a$=()=>Q0(($)=>$.app.activeModal),X6=()=>Q0(($)=>$.app.tasks),q6=()=>Q0(($)=>$.app.modelEditorTarget),G6=()=>Q0(($)=>$.app.sessionSelectorData),U6=()=>Q0(($)=>$.app.awaitingSecondCtrlC),D1=()=>Q0(($)=>$.app.actions),o$=()=>Q0(($)=>$.app.initializationStatus==="ready"),K6=()=>Q0(($)=>$.app.tasks.length>0),_$=()=>Q0(($)=>$.config.config?.permissionMode||"default"),O6=()=>Q0(($)=>$.config.config?.models??u4),i$=()=>Q0(($)=>{let Q=$.config.config;if(!Q)return;let J=Q.currentModelId;return Q.models.find((Z)=>Z.id===J)??Q.models[0]}),z6=()=>Q0(($)=>$.config.config?.currentModelId),_0=()=>Q0(($)=>{return m0.getTheme()}),_6=()=>Q0(($)=>$.config.config?.theme??"default"),i0=()=>Q0(($)=>$.focus.currentFocus),N6=()=>Q0(($)=>$.focus.actions),V1=()=>Q0(($)=>$.command.isProcessing),F6=()=>Q0(($)=>$.command.actions),W6=()=>Q0(($)=>$.command.pendingCommands),n$=()=>Q0(($)=>$.app.thinkingModeEnabled),H6=()=>Q0(($)=>$.session.currentThinkingContent),L6=()=>Q0(($)=>$.session.thinkingExpanded),w6=()=>Q0(($)=>$.session.currentStreamingMessageId),b6=()=>Q0(nQ(($)=>({lines:$.session.currentStreamingLines,tail:$.session.currentStreamingTail,lineCount:$.session.currentStreamingLineCount,version:$.session.currentStreamingVersion}))),B6=()=>Q0(($)=>$.session.finalizingStreamingMessageId),A6=()=>Q0(($)=>$.session.historyExpanded),v6=()=>Q0(($)=>$.session.expandedMessageCount),R6=()=>Q0(nQ(($)=>{let Q=$.spec.currentSpec;if(!Q)return{phase:null,completed:0,total:0};let J=Q.tasks??[],Y=J.filter((Z)=>Z.status==="completed").length;return{phase:Q.phase,completed:Y,total:J.length}}));import{useMemoizedFn as u8}from"ahooks";import{useEffect as c6,useRef as Y9}from"react";function x4($){if(!($ instanceof Error))return"未知错误";let Y=$.lastError??$;if(Y.responseBody)try{let X=JSON.parse(Y.responseBody)?.error?.message;if(X){let G=Y.statusCode?` (HTTP ${Y.statusCode})`:"";return`${X}${G}`}}catch{}let Z=$.message.match(/Last error:\s*(.+)$/);if(Z)return Z[1];return $.message}function d4($){if(!($ instanceof Error))return!1;return $.name==="AbortError"||$.message.includes("aborted")}function l4($){if(!($ instanceof Error))return!1;let Q=$.message;return Q.includes("can only concatenate str")||Q.includes("image_url")||Q.includes("multimodal")||Q.includes("vision")||Q.includes("does not support images")}function m8($){let Q=d4($),J=l4($),Y;if(J)Y="当前模型不支持图片理解功能。请切换到支持视觉能力的模型(如 Claude 4.5、GPT-5.2、Gemini 3 Pro、Qwen3-VL-Plus 等)后重试。";else Y=x4($);return{displayMessage:Y,isAbort:Q,isVisionNotSupported:J}}function y6($){let{text:Q,images:J,parts:Y}=$;if(J.length===0)return Q;let Z=[];for(let q of Y)if(q.type==="text")Z.push({type:"text",text:q.text});else Z.push({type:"image_url",image_url:{url:`data:${q.mimeType};base64,${q.base64}`}});return Z}function P6($){return{role:$.role,content:$.content}}function I6($){if(!$.restoredContextMessages||$.restoredVisibleMessageCount<=0)return $.messages.map(P6);let Q=$.messages.slice($.restoredVisibleMessageCount).map(P6);return[...$.restoredContextMessages,...Q]}function r4($){return typeof $==="object"&&$!==null&&$.action==="invoke_skill"&&typeof $.skillName==="string"}function a4($){return typeof $==="object"&&$!==null&&$.action==="invoke_custom_command"&&typeof $.commandName==="string"&&typeof $.processedContent==="string"}function o4($){return typeof $==="object"&&$!==null&&$.action==="invoke_plugin_command"&&typeof $.commandName==="string"&&typeof $.processedContent==="string"}function i4($){return typeof $==="object"&&$!==null&&$.action==="invoke_once_model"&&typeof $.modelId==="string"&&typeof $.prompt==="string"}function n4($,Q,J,Y){switch($){case"show_theme_selector":return J.setActiveModal("themeSelector"),!0;case"show_model_selector":return J.setActiveModal("modelSelector"),!0;case"show_model_add_wizard":return J.setActiveModal("modelAddWizard"),!0;case"show_permissions_manager":return J.setActiveModal("permissionsManager"),!0;case"show_agents_manager":return J.setActiveModal("agentsManager"),!0;case"show_skills_manager":return J.setActiveModal("skillsManager"),!0;case"show_hooks_manager":return J.setActiveModal("hooksManager"),!0;case"show_plugins_manager":return J.setActiveModal("pluginsManager"),!0;case"show_agent_creation_wizard":return J.setActiveModal("agentCreationWizard"),!0;case"show_session_selector":{let Z=Q?.sessions;return J.showSessionSelector(Z),!0}case"clear_screen":return Y.clearMessages(),Y.setError(null),Y.resetTokenUsage(),J.setTasks([]),!0;case"compact_completed":case"compact_fallback":return Y.resetTokenUsage(),!0;case"exit_application":return o1(0),!0;default:return!1}}async function k6($,Q,J,Y){let{text:Z}=$;if(!M6(Z))return{type:"not_slash"};let q={cwd:A0(),signal:Y},X=await C6(Z,q);if(X.message){if(n4(X.message,X.data,Q,J))return{type:"handled",commandResult:{success:!0}}}if(r4(X.data)){let{skillName:K,skillArgs:U}=X.data,F=U?`Please use the "${K}" skill to help me with: ${U}`:`Please use the "${K}" skill.`;return J.addUserMessage(F),{type:"continue_as_agent",result:{userDisplayMessage:F,agentInput:{displayText:F,text:F,images:[],parts:[{type:"text",text:F}]},userMessageAlreadyAdded:!0}}}if(a4(X.data)){let{commandName:K,processedContent:U}=X.data;J.addUserMessage(Z);let F=`# Custom Command: /${K}
|
|
2
2
|
|
|
3
3
|
The user has invoked the custom command "/${K}". Follow the instructions below to complete the task.
|
|
4
4
|
|