claude-maestro 0.1.19 → 0.1.21
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/out/main/index.js +1119 -274
- package/out/preload/index.js +7 -0
- package/out/renderer/assets/{index-9AHdXE8U.js → index-BDJGybQo.js} +2 -2
- package/out/renderer/assets/{index-CVWvgy2Y.js → index-BDxfkk76.js} +2 -2
- package/out/renderer/assets/{index-C0rsWi9C.js → index-BNIPHMhg.js} +2 -2
- package/out/renderer/assets/{index-JMVyecfQ.js → index-BPiKmKfX.js} +5 -5
- package/out/renderer/assets/{index-C479DZmL.js → index-Bf87-cF0.js} +5 -5
- package/out/renderer/assets/{index-CNNAMsV1.js → index-Bm6BMufC.js} +2 -2
- package/out/renderer/assets/{index-LW-gCnC-.js → index-Bw6wDwNB.js} +2 -2
- package/out/renderer/assets/{index-1Z03T0zz.js → index-C2wfbMG1.js} +2 -2
- package/out/renderer/assets/{index-DI2ly48w.js → index-C3_9l5Zo.js} +2 -2
- package/out/renderer/assets/{index-Dhxn3JIv.js → index-CIAp39oC.js} +2 -2
- package/out/renderer/assets/{index-Dgaj6c_K.css → index-CTyPr1hG.css} +1384 -104
- package/out/renderer/assets/{index-B59uuZRU.js → index-CYo0nynQ.js} +4 -4
- package/out/renderer/assets/{index-D9GPva9-.js → index-CZmL3oq-.js} +5 -5
- package/out/renderer/assets/{index-Bg4ondS2.js → index-CdG7xnB7.js} +2 -2
- package/out/renderer/assets/{index-CoyUYEik.js → index-Cfvyl_8T.js} +3 -3
- package/out/renderer/assets/{index-DJwKAmOm.js → index-Ck4WZgFA.js} +2 -2
- package/out/renderer/assets/{index-jAA5WJm3.js → index-D9lxbtli.js} +5 -5
- package/out/renderer/assets/{index-CZP8wVw-.js → index-DD6EoqPp.js} +2 -2
- package/out/renderer/assets/{index-CWk6CwGd.js → index-DGNONcNh.js} +3 -3
- package/out/renderer/assets/{index-BkOzhsuz.js → index-DroXAl3A.js} +1 -1
- package/out/renderer/assets/{index-CuHjzw7d.js → index-DzjUOrFM.js} +5 -5
- package/out/renderer/assets/{index-CTxGDYbk.js → index-Uh6FxvAQ.js} +6157 -3651
- package/out/renderer/assets/{index-Cq5xQaOf.js → index-iIulTEbp.js} +5 -5
- package/out/renderer/assets/{index-CXeHg_Qc.js → index-kJ0KF5bI.js} +2 -2
- package/out/renderer/index.html +2 -2
- package/package.json +2 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { L as LRParser, E as ExternalTokenizer, C as ContextTracker } from "./index-
|
|
2
|
-
import { p as parseMixed, s as styleTags, t as tags, E as EditorView, e as syntaxTree, l as EditorSelection, a as LanguageSupport, L as LRLanguage, i as indentNodeProp, f as foldNodeProp, G as bracketMatchingHandle } from "./index-
|
|
3
|
-
import { cssLanguage, css } from "./index-
|
|
4
|
-
import { typescriptLanguage, jsxLanguage, tsxLanguage, javascriptLanguage, javascript } from "./index-
|
|
1
|
+
import { L as LRParser, E as ExternalTokenizer, C as ContextTracker } from "./index-DroXAl3A.js";
|
|
2
|
+
import { p as parseMixed, s as styleTags, t as tags, E as EditorView, e as syntaxTree, l as EditorSelection, a as LanguageSupport, L as LRLanguage, i as indentNodeProp, f as foldNodeProp, G as bracketMatchingHandle } from "./index-Uh6FxvAQ.js";
|
|
3
|
+
import { cssLanguage, css } from "./index-kJ0KF5bI.js";
|
|
4
|
+
import { typescriptLanguage, jsxLanguage, tsxLanguage, javascriptLanguage, javascript } from "./index-BDxfkk76.js";
|
|
5
5
|
const scriptText = 55, StartCloseScriptTag = 1, styleText = 56, StartCloseStyleTag = 2, textareaText = 57, StartCloseTextareaTag = 3, EndTag = 4, SelfClosingEndTag = 5, StartTag = 6, StartScriptTag = 7, StartStyleTag = 8, StartTextareaTag = 9, StartSelfClosingTag = 10, StartCloseTag = 11, NoMatchStartCloseTag = 12, MismatchedStartCloseTag = 13, missingCloseTag = 58, IncompleteTag = 14, IncompleteCloseTag = 15, commentContent$1 = 59, Element = 21, TagName = 23, Attribute = 24, AttributeName = 25, AttributeValue = 27, UnquotedAttributeValue = 28, ScriptText = 29, StyleText = 32, TextareaText = 35, OpenTag = 37, CloseTag = 38, Dialect_noMatch = 0, Dialect_selfClosing = 1;
|
|
6
6
|
const selfClosers$1 = {
|
|
7
7
|
area: true,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { E as EditorView, l as EditorSelection, a as LanguageSupport, p as parseMixed, e as syntaxTree, L as LRLanguage, s as styleTags, t as tags, i as indentNodeProp, h as delimitedIndent, f as foldNodeProp } from "./index-
|
|
2
|
-
import { html } from "./index-
|
|
3
|
-
import { L as LRParser, E as ExternalTokenizer, a as LocalTokenGroup } from "./index-
|
|
4
|
-
import "./index-
|
|
5
|
-
import "./index-
|
|
1
|
+
import { E as EditorView, l as EditorSelection, a as LanguageSupport, p as parseMixed, e as syntaxTree, L as LRLanguage, s as styleTags, t as tags, i as indentNodeProp, h as delimitedIndent, f as foldNodeProp } from "./index-Uh6FxvAQ.js";
|
|
2
|
+
import { html } from "./index-CYo0nynQ.js";
|
|
3
|
+
import { L as LRParser, E as ExternalTokenizer, a as LocalTokenGroup } from "./index-DroXAl3A.js";
|
|
4
|
+
import "./index-kJ0KF5bI.js";
|
|
5
|
+
import "./index-BDxfkk76.js";
|
|
6
6
|
const interpolationStart = 1, commentTagStart = 2, tagStart = 3, text = 155, endrawTagStart = 4, rawText = 156;
|
|
7
7
|
function wordChar(code) {
|
|
8
8
|
return code >= 65 && code <= 90 || code >= 97 && code <= 122;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as LRParser } from "./index-
|
|
2
|
-
import { s as styleTags, t as tags, a as LanguageSupport, L as LRLanguage, i as indentNodeProp, g as flatIndent, c as continuedIndent, h as delimitedIndent, f as foldNodeProp, j as foldInside } from "./index-
|
|
1
|
+
import { L as LRParser } from "./index-DroXAl3A.js";
|
|
2
|
+
import { s as styleTags, t as tags, a as LanguageSupport, L as LRLanguage, i as indentNodeProp, g as flatIndent, c as continuedIndent, h as delimitedIndent, f as foldNodeProp, j as foldInside } from "./index-Uh6FxvAQ.js";
|
|
3
3
|
const javaHighlighting = styleTags({
|
|
4
4
|
null: tags.null,
|
|
5
5
|
instanceof: tags.operatorKeyword,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { L as LRParser, E as ExternalTokenizer, C as ContextTracker } from "./index-
|
|
2
|
-
import { s as styleTags, t as tags, a as LanguageSupport, L as LRLanguage, f as foldNodeProp, j as foldInside, i as indentNodeProp, c as continuedIndent } from "./index-
|
|
3
|
-
import { defineCSSCompletionSource } from "./index-
|
|
1
|
+
import { L as LRParser, E as ExternalTokenizer, C as ContextTracker } from "./index-DroXAl3A.js";
|
|
2
|
+
import { s as styleTags, t as tags, a as LanguageSupport, L as LRLanguage, f as foldNodeProp, j as foldInside, i as indentNodeProp, c as continuedIndent } from "./index-Uh6FxvAQ.js";
|
|
3
|
+
import { defineCSSCompletionSource } from "./index-kJ0KF5bI.js";
|
|
4
4
|
const indent = 168, dedent = 169, descendantOp = 170, InterpolationEnd = 1, InterpolationContinue = 2, Unit = 3, callee = 171, identifier = 172, VariableName = 4, queryIdentifier = 173, InterpolationStart = 5, newline = 174, blankLineStart = 175, eof = 176, whitespace = 177, LineComment = 6, Comment = 7, IndentedMixin = 8, IndentedInclude = 9, Dialect_indented = 0;
|
|
5
5
|
const space = [
|
|
6
6
|
9,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as LRLanguage, a as LanguageSupport, i as indentNodeProp, c as continuedIndent, f as foldNodeProp, s as styleTags, t as tags, b as ifNotIn, d as completeFromList, e as syntaxTree } from "./index-
|
|
2
|
-
import { E as ExternalTokenizer, L as LRParser } from "./index-
|
|
1
|
+
import { L as LRLanguage, a as LanguageSupport, i as indentNodeProp, c as continuedIndent, f as foldNodeProp, s as styleTags, t as tags, b as ifNotIn, d as completeFromList, e as syntaxTree } from "./index-Uh6FxvAQ.js";
|
|
2
|
+
import { E as ExternalTokenizer, L as LRParser } from "./index-DroXAl3A.js";
|
|
3
3
|
const whitespace = 36, LineComment = 1, BlockComment = 2, String$1 = 3, Number = 4, Bool = 5, Null = 6, ParenL = 7, ParenR = 8, BraceL = 9, BraceR = 10, BracketL = 11, BracketR = 12, Semi = 13, Dot = 14, Operator = 15, Punctuation = 16, SpecialVar = 17, Identifier = 18, QuotedIdentifier = 19, Keyword = 20, Type = 21, Bits = 22, Bytes = 23, Builtin = 24;
|
|
4
4
|
function isAlpha(ch) {
|
|
5
5
|
return ch >= 65 && ch <= 90 || ch >= 97 && ch <= 122 || ch >= 48 && ch <= 57;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { P as Parser, m as NodeType, n as NodeProp, T as Tag, o as NodeSet, s as styleTags, q as Tree, p as parseMixed, t as tags, e as syntaxTree, l as EditorSelection, r as countColumn, a as LanguageSupport, u as Prec, v as keymap, E as EditorView, w as Language, x as indentUnit, y as foldService, z as defineLanguageFacet, C as CompletionContext, A as EditorState, f as foldNodeProp, i as indentNodeProp, B as languageDataProp, D as LanguageDescription, F as ParseContext } from "./index-
|
|
2
|
-
import { html, htmlCompletionSource } from "./index-
|
|
3
|
-
import "./index-
|
|
4
|
-
import "./index-
|
|
5
|
-
import "./index-
|
|
1
|
+
import { P as Parser, m as NodeType, n as NodeProp, T as Tag, o as NodeSet, s as styleTags, q as Tree, p as parseMixed, t as tags, e as syntaxTree, l as EditorSelection, r as countColumn, a as LanguageSupport, u as Prec, v as keymap, E as EditorView, w as Language, x as indentUnit, y as foldService, z as defineLanguageFacet, C as CompletionContext, A as EditorState, f as foldNodeProp, i as indentNodeProp, B as languageDataProp, D as LanguageDescription, F as ParseContext } from "./index-Uh6FxvAQ.js";
|
|
2
|
+
import { html, htmlCompletionSource } from "./index-CYo0nynQ.js";
|
|
3
|
+
import "./index-DroXAl3A.js";
|
|
4
|
+
import "./index-kJ0KF5bI.js";
|
|
5
|
+
import "./index-BDxfkk76.js";
|
|
6
6
|
class CompositeBlock {
|
|
7
7
|
static create(type, value, from, parentHash, end) {
|
|
8
8
|
let hash = parentHash + (parentHash << 8) + type + (value << 4) | 0;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as LRParser } from "./index-
|
|
2
|
-
import { s as styleTags, t as tags, a as LanguageSupport, L as LRLanguage, i as indentNodeProp, c as continuedIndent, f as foldNodeProp, j as foldInside } from "./index-
|
|
1
|
+
import { L as LRParser } from "./index-DroXAl3A.js";
|
|
2
|
+
import { s as styleTags, t as tags, a as LanguageSupport, L as LRLanguage, i as indentNodeProp, c as continuedIndent, f as foldNodeProp, j as foldInside } from "./index-Uh6FxvAQ.js";
|
|
3
3
|
const jsonHighlighting = styleTags({
|
|
4
4
|
String: tags.string,
|
|
5
5
|
Number: tags.number,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as LanguageSupport, L as LRLanguage, i as indentNodeProp, c as continuedIndent, f as foldNodeProp, j as foldInside, s as styleTags, t as tags } from "./index-
|
|
2
|
-
import { defineCSSCompletionSource } from "./index-
|
|
3
|
-
import { L as LRParser, E as ExternalTokenizer } from "./index-
|
|
1
|
+
import { a as LanguageSupport, L as LRLanguage, i as indentNodeProp, c as continuedIndent, f as foldNodeProp, j as foldInside, s as styleTags, t as tags } from "./index-Uh6FxvAQ.js";
|
|
2
|
+
import { defineCSSCompletionSource } from "./index-kJ0KF5bI.js";
|
|
3
|
+
import { L as LRParser, E as ExternalTokenizer } from "./index-DroXAl3A.js";
|
|
4
4
|
const descendantOp = 110, Unit = 1, openArgList = 2;
|
|
5
5
|
const space = [
|
|
6
6
|
9,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as Parser, o as NodeSet, m as NodeType, H as DefaultBufferLength, n as NodeProp, q as Tree, I as IterMode } from "./index-
|
|
1
|
+
import { P as Parser, o as NodeSet, m as NodeType, H as DefaultBufferLength, n as NodeProp, q as Tree, I as IterMode } from "./index-Uh6FxvAQ.js";
|
|
2
2
|
var define_process_env_default = {};
|
|
3
3
|
class Stack {
|
|
4
4
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { L as LRLanguage, a as LanguageSupport, p as parseMixed, s as styleTags, t as tags } from "./index-
|
|
2
|
-
import { html } from "./index-
|
|
3
|
-
import { javascriptLanguage } from "./index-
|
|
4
|
-
import { L as LRParser, a as LocalTokenGroup } from "./index-
|
|
5
|
-
import "./index-
|
|
1
|
+
import { L as LRLanguage, a as LanguageSupport, p as parseMixed, s as styleTags, t as tags } from "./index-Uh6FxvAQ.js";
|
|
2
|
+
import { html } from "./index-CYo0nynQ.js";
|
|
3
|
+
import { javascriptLanguage } from "./index-BDxfkk76.js";
|
|
4
|
+
import { L as LRParser, a as LocalTokenGroup } from "./index-DroXAl3A.js";
|
|
5
|
+
import "./index-kJ0KF5bI.js";
|
|
6
6
|
const parser = /* @__PURE__ */ LRParser.deserialize({
|
|
7
7
|
version: 14,
|
|
8
8
|
states: "%pOVOWOOObQPOOOpOSO'#C_OOOO'#Cp'#CpQVOWOOQxQPOOO!TQQOOQ!YQPOOOOOO,58y,58yO!_OSO,58yOOOO-E6n-E6nO!dQQO'#CqQ{QPOOO!iQPOOQ{QPOOO!qQPOOOOOO1G.e1G.eOOQO,59],59]OOQO-E6o-E6oO!yOpO'#CiO#RO`O'#CiQOQPOOO#ZO#tO'#CmO#fO!bO'#CmOOQO,59T,59TO#qOpO,59TO#vO`O,59TOOOO'#Cr'#CrO#{O#tO,59XOOQO,59X,59XOOOO'#Cs'#CsO$WO!bO,59XOOQO1G.o1G.oOOOO-E6p-E6pOOQO1G.s1G.sOOOO-E6q-E6q",
|