executor 1.1.7 → 1.1.8
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/bin/executor.mjs +5 -1
- package/package.json +1 -1
- package/resources/web/assets/{highlighted-body-TPN3WLV5-7EpIVxkV.js → highlighted-body-TPN3WLV5-Cy1EFOo2.js} +1 -1
- package/resources/web/assets/{index-DwCqwpD3.js → index-3N-BEhR_.js} +2 -2
- package/resources/web/assets/{mermaid-O7DHMXV3-vieFHMDb.js → mermaid-O7DHMXV3-2oBmyuDr.js} +3 -3
- package/resources/web/index.html +1 -1
package/bin/executor.mjs
CHANGED
|
@@ -230694,7 +230694,11 @@ var createExecutorMcpServer = async (config3) => {
|
|
|
230694
230694
|
return buildToolResult(created);
|
|
230695
230695
|
});
|
|
230696
230696
|
const resumeTool = server.registerTool("resume", {
|
|
230697
|
-
description:
|
|
230697
|
+
description: [
|
|
230698
|
+
"Resume a paused executor execution using the resumePayload returned by execute.",
|
|
230699
|
+
"Never call this without getting approval from the user first unless they explicitly state otherwise."
|
|
230700
|
+
].join(`
|
|
230701
|
+
`),
|
|
230698
230702
|
inputSchema: resumeInputSchema
|
|
230699
230703
|
}, async (input) => {
|
|
230700
230704
|
const resumed = await driveExecutionWithoutElicitation({
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r,R as c,M as p,B as x}from"./mermaid-O7DHMXV3-
|
|
1
|
+
import{r,R as c,M as p,B as x}from"./mermaid-O7DHMXV3-2oBmyuDr.js";import{j as d}from"./index-CRuElBS1.js";var R=({code:i,language:e,raw:t,className:g,startLine:u,...m})=>{let{shikiTheme:o}=r.useContext(c),a=p(),[n,s]=r.useState(t);return r.useEffect(()=>{if(!a){s(t);return}let l=a.highlight({code:i,language:e,themes:o},h=>{s(h)});l&&s(l)},[i,e,o,a,t]),d.jsx(x,{className:g,language:e,result:n,startLine:u,...m})};export{R as HighlightedCodeBlockBody};
|