@harperfast/agent 0.10.6 → 0.11.1

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/README.svg +13 -4
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![](assets/logo.png) ![npx -y harper-agent](./README.svg)
1
+ ![](assets/logo.png) ![npm install -g @harperfast/agent](./README.svg)
2
2
 
3
3
  AI to help you with Harper app creation and management.
4
4
 
package/README.svg CHANGED
@@ -5,7 +5,7 @@
5
5
  width="640"
6
6
  height="200"
7
7
  role="img"
8
- aria-label="npx -y harper-agent"
8
+ aria-label="npm install -g @harperfast/agent, harper-agent"
9
9
  >
10
10
  <defs>
11
11
  <!-- Brand-ish gradient for the wordmark -->
@@ -47,7 +47,7 @@
47
47
  rx="14"
48
48
  ry="14"
49
49
  width="800"
50
- height="56"
50
+ height="100"
51
51
  fill="#0b1020"
52
52
  opacity="0.92"
53
53
  />
@@ -62,10 +62,19 @@
62
62
  font-size="22"
63
63
  fill="#e6f7ff"
64
64
  opacity="0.96"
65
- >$ npx -y harper-agent</text>
65
+ >$ npm install -g @harperfast/agent</text>
66
+
67
+ <text
68
+ class="mono"
69
+ x="90"
70
+ y="75"
71
+ font-size="22"
72
+ fill="#e6f7ff"
73
+ opacity="0.96"
74
+ >$ harper agent</text>
66
75
 
67
76
  <!-- blinking cursor -->
68
- <rect x="380" y="17" width="12" height="24" fill="#e6f7ff" opacity="0.55">
77
+ <rect x="284" y="55" width="12" height="24" fill="#e6f7ff" opacity="0.55">
69
78
  <animate
70
79
  attributeName="opacity"
71
80
  values="0.1;0.8;0.1"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@harperfast/agent",
3
3
  "description": "AI to help you with Harper app management",
4
- "version": "0.10.6",
4
+ "version": "0.11.1",
5
5
  "main": "dist/agent.js",
6
6
  "repository": "github:HarperFast/harper-agent",
7
7
  "bugs": {