@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.91",
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",
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@involvex/super-agent-cli",
3
- "version": "0.0.91",
3
+ "version": "0.0.92",
4
4
  "description": "An open-source AI agent that brings the power of Super Agent directly into your terminal.",
5
5
  "keywords": [
6
6
  "cli",
@@ -1,11 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
2
- <defs>
3
- <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
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>
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "super-agent-vscode",
3
3
  "displayName": "Super Agent AI",
4
- "version": "0.0.3",
4
+ "version": "0.0.4",
5
5
  "description": "AI-powered coding assistant with file context from Super Agent CLI",
6
6
  "categories": [
7
7
  "Machine Learning",