promptarchitect 0.6.3 → 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 +5 -0
- package/images/prompt-lab-icon.svg +16 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
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
|
+
|
|
5
10
|
## [0.6.3] - 2025-12-22
|
|
6
11
|
|
|
7
12
|
### Changed
|
|
@@ -1,4 +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
|
-
<!--
|
|
3
|
-
|
|
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"/>
|
|
4
18
|
</svg>
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
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.
|
|
5
|
+
"version": "0.6.4",
|
|
6
6
|
"publisher": "merabylabs",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|