@skillkit/tui 1.15.0 → 1.17.0
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/index.js +14 -2
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// ../../node_modules/.pnpm/@opentui+solid@0.1.75_solid-js@1.9.11_stage-js@1.0.
|
|
1
|
+
// ../../node_modules/.pnpm/@opentui+solid@0.1.75_solid-js@1.9.11_stage-js@1.0.1_typescript@5.9.3_web-tree-sitter@0.25.10/node_modules/@opentui/solid/index.js
|
|
2
2
|
import { CliRenderer, createCliRenderer, engine as engine2 } from "@opentui/core";
|
|
3
3
|
import { createTestRenderer } from "@opentui/core/testing";
|
|
4
4
|
import {
|
|
@@ -910,7 +910,7 @@ function ErrorBoundary(props) {
|
|
|
910
910
|
}, void 0, void 0);
|
|
911
911
|
}
|
|
912
912
|
|
|
913
|
-
// ../../node_modules/.pnpm/@opentui+solid@0.1.75_solid-js@1.9.11_stage-js@1.0.
|
|
913
|
+
// ../../node_modules/.pnpm/@opentui+solid@0.1.75_solid-js@1.9.11_stage-js@1.0.1_typescript@5.9.3_web-tree-sitter@0.25.10/node_modules/@opentui/solid/index.js
|
|
914
914
|
import {
|
|
915
915
|
BaseRenderable,
|
|
916
916
|
createTextAttributes,
|
|
@@ -2210,6 +2210,18 @@ var AGENT_LOGOS = {
|
|
|
2210
2210
|
"qwen": { icon: "\u22A7", name: "Qwen", company: "Alibaba" },
|
|
2211
2211
|
"vercel": { icon: "\u25B2", name: "Vercel", company: "Vercel" },
|
|
2212
2212
|
"zencoder": { icon: "\u22A9", name: "Zencoder", company: "" },
|
|
2213
|
+
"devin": { icon: "\u25A7", name: "Devin", company: "Cognition" },
|
|
2214
|
+
"aider": { icon: "\u25A8", name: "Aider", company: "" },
|
|
2215
|
+
"sourcegraph-cody": { icon: "\u25A9", name: "Cody", company: "Sourcegraph" },
|
|
2216
|
+
"amazon-q": { icon: "\u25AA", name: "Amazon Q", company: "AWS" },
|
|
2217
|
+
"augment-code": { icon: "\u25AB", name: "Augment", company: "Augment Code" },
|
|
2218
|
+
"replit-agent": { icon: "\u25B4", name: "Replit Agent", company: "Replit" },
|
|
2219
|
+
"bolt": { icon: "\u26A1", name: "Bolt", company: "StackBlitz" },
|
|
2220
|
+
"lovable": { icon: "\u2665", name: "Lovable", company: "Lovable" },
|
|
2221
|
+
"tabby": { icon: "\u25B9", name: "Tabby", company: "TabbyML" },
|
|
2222
|
+
"tabnine": { icon: "\u25BA", name: "Tabnine", company: "Tabnine" },
|
|
2223
|
+
"codegpt": { icon: "\u25BB", name: "CodeGPT", company: "" },
|
|
2224
|
+
"playcode-agent": { icon: "\u25BD", name: "PlayCode", company: "" },
|
|
2213
2225
|
"universal": { icon: "\u25CF", name: "Universal", company: "" }
|
|
2214
2226
|
};
|
|
2215
2227
|
var symbols = {
|