@pi-kaush/pi-welcome-screen 0.1.0 → 0.1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.1
4
+
5
+ - Add the welcome-screen screenshot to the GitHub and npm package pages.
6
+
3
7
  ## 0.1.0
4
8
 
5
9
  - Add a responsive custom Pi startup header.
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A compact, centered startup screen for the [Pi coding agent](https://pi.dev). It keeps Pi's loaded context, skills, prompts, and extensions visible while replacing the stock header with a responsive branded layout.
4
4
 
5
+ ![Pi welcome screen showing context, skills, prompts, and extensions](https://raw.githubusercontent.com/kaushikgopal/pi-kaush/main/extensions/pi-welcome-screen/assets/pi-welcome.webp)
6
+
5
7
  ## Features
6
8
 
7
9
  - Responsive stacked and wide terminal layouts
@@ -14,7 +16,7 @@ A compact, centered startup screen for the [Pi coding agent](https://pi.dev). It
14
16
  ## Install
15
17
 
16
18
  ```sh
17
- pi install npm:@pi-kaush/pi-welcome-screen@0.1.0
19
+ pi install npm:@pi-kaush/pi-welcome-screen@0.1.1
18
20
  ```
19
21
 
20
22
  Restart Pi or run `/reload`.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-kaush/pi-welcome-screen",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Replace Pi's startup header with centered branding and a compact resource summary.",
5
5
  "license": "MIT",
6
6
  "author": "Kaushik Gopal",
@@ -23,6 +23,7 @@
23
23
  "directory": "extensions/pi-welcome-screen"
24
24
  },
25
25
  "files": [
26
+ "assets",
26
27
  "src",
27
28
  "CHANGELOG.md",
28
29
  "LICENSE",