@involvex/super-agent-cli 0.0.91 → 0.0.92
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
CHANGED
|
@@ -1731,7 +1731,7 @@ var init_indexer = __esm(() => {
|
|
|
1731
1731
|
var require_package = __commonJS((exports, module) => {
|
|
1732
1732
|
module.exports = {
|
|
1733
1733
|
name: "@involvex/super-agent-cli",
|
|
1734
|
-
version: "0.0.
|
|
1734
|
+
version: "0.0.92",
|
|
1735
1735
|
description: "An open-source AI agent that brings the power of Super Agent directly into your terminal.",
|
|
1736
1736
|
keywords: [
|
|
1737
1737
|
"cli",
|
package/dist/super-agent-cli.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/vscode-extension/dist/{super-agent-vscode-0.0.3.vsix → super-agent-vscode-0.0.4.vsix}
RENAMED
|
Binary file
|
|
@@ -1,11 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
<stop offset="0%" style="stop-color:#6366f1;stop-opacity:1" />
|
|
5
|
-
<stop offset="100%" style="stop-color:#8b5cf6;stop-opacity:1" />
|
|
6
|
-
</linearGradient>
|
|
7
|
-
</defs>
|
|
8
|
-
<rect width="24" height="24" rx="4" fill="url(#grad1)"/>
|
|
9
|
-
<path d="M7 8h10M7 12h7M7 16h10" stroke="white" stroke-width="2" stroke-linecap="round"/>
|
|
10
|
-
<circle cx="18" cy="6" r="2" fill="#22c55e"/>
|
|
2
|
+
<path d="M7 8h10M7 12h7M7 16h10" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
3
|
+
<circle cx="18" cy="6" r="2" fill="currentColor"/>
|
|
11
4
|
</svg>
|