@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 +4 -0
- package/README.md +3 -1
- package/assets/pi-welcome.webp +0 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
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
|
+

|
|
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.
|
|
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.
|
|
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",
|