promptarchitect 0.6.1 → 0.6.4

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/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  All notable changes to the "promptarchitect" extension will be documented in this file.
4
4
 
5
+ ## [0.6.4] - 2025-12-22
6
+
7
+ ### Changed
8
+ - Updated Activity Bar icon to branded PromptArchitect logo - stylized "P" with circuit nodes and cursor
9
+
10
+ ## [0.6.3] - 2025-12-22
11
+
12
+ ### Changed
13
+ - Updated Activity Bar icon to lightning bolt (⚡) to match documentation and better represent Prompt Lab branding
14
+
5
15
  ## [0.6.1] - 2025-12-22
6
16
 
7
17
  ### Fixed
@@ -1,11 +1,18 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
2
- <!-- Document base -->
3
- <path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/>
4
- <polyline points="14 2 14 8 20 8"/>
5
- <!-- Prompt lines -->
6
- <line x1="8" y1="13" x2="16" y2="13"/>
7
- <line x1="8" y1="17" x2="12" y2="17"/>
8
- <!-- Magic sparkles -->
9
- <path d="M18 3l1 2 2 1-2 1-1 2-1-2-2-1 2-1z" fill="currentColor" stroke="none"/>
10
- <circle cx="20" cy="13" r="1" fill="currentColor" stroke="none"/>
2
+ <!-- Stylized P with circuit nodes -->
3
+ <!-- Main P shape -->
4
+ <path d="M6 22 L6 2 L14 2 L18 6 L18 10 L14 14 L6 14"/>
5
+ <!-- Circuit traces -->
6
+ <line x1="6" y1="8" x2="10" y2="8"/>
7
+ <line x1="14" y1="8" x2="14" y2="14"/>
8
+ <!-- Circuit nodes -->
9
+ <circle cx="6" cy="2" r="1.2" fill="currentColor"/>
10
+ <circle cx="14" cy="2" r="1.2" fill="currentColor"/>
11
+ <circle cx="18" cy="6" r="1.2" fill="currentColor"/>
12
+ <circle cx="10" cy="8" r="1.2" fill="currentColor"/>
13
+ <circle cx="14" cy="8" r="1.2" fill="currentColor"/>
14
+ <circle cx="6" cy="14" r="1.2" fill="currentColor"/>
15
+ <circle cx="6" cy="22" r="1.2" fill="currentColor"/>
16
+ <!-- Cursor arrow -->
17
+ <path d="M16 16 L22 22 L19 22 L17 24 L17 20 L16 16" fill="currentColor" stroke="none"/>
11
18
  </svg>
package/package.json CHANGED
@@ -2,15 +2,15 @@
2
2
  "name": "promptarchitect",
3
3
  "displayName": "PromptArchitect - AI Prompt Engineering",
4
4
  "description": "Prompt Lab: Craft, Polish, Execute. Transform ideas into perfect AI prompts with our 3-step workflow. No API key needed.",
5
- "version": "0.6.1",
5
+ "version": "0.6.4",
6
6
  "publisher": "merabylabs",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "https://github.com/merabylabs/promptarchitect"
10
10
  },
11
- "homepage": "https://promptarchitect.dev",
11
+ "homepage": "https://promptarchitectlabs.com",
12
12
  "bugs": {
13
- "url": "https://github.com/merabylabs/promptarchitect/issues"
13
+ "url": "https://promptarchitectlabs.com/support"
14
14
  },
15
15
  "galleryBanner": {
16
16
  "color": "#1a1a2e",
@@ -511,9 +511,5 @@
511
511
  "dependencies": {
512
512
  "node-fetch": "^3.3.2"
513
513
  },
514
- "homepage": "https://promptarchitectlabs.com",
515
- "bugs": {
516
- "url": "https://promptarchitectlabs.com/support"
517
- },
518
514
  "license": "SEE LICENSE IN LICENSE"
519
515
  }