pikakit 3.9.102 → 3.9.103
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/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
### Transform your AI Agent into a FAANG-level engineering team
|
|
6
6
|
|
|
7
|
-
[](https://www.npmjs.com/package/pikakit)
|
|
8
8
|
[](https://github.com/pikakit/agent-skills)
|
|
9
9
|
[](https://github.com/pikakit/agent-skills)
|
|
10
10
|
[](https://github.com/pikakit/agent-skills)
|
|
@@ -396,7 +396,7 @@ UNLICENSED — See [LICENSE](LICENSE) for details.
|
|
|
396
396
|
|
|
397
397
|
<div align="center">
|
|
398
398
|
|
|
399
|
-
**⚡ PikaKit v3.9.
|
|
399
|
+
**⚡ PikaKit v3.9.103**
|
|
400
400
|
|
|
401
401
|
*Composable Skills · Coordinated Agents · Intelligent Execution*
|
|
402
402
|
|
package/bin/lib/ui.js
CHANGED
|
@@ -154,6 +154,9 @@ export function brandedIntro(version, status = "") {
|
|
|
154
154
|
// Split banner and filter to get content lines only
|
|
155
155
|
const bannerLines = PIKAKIT_BANNER.split('\n').filter(line => line.trim() !== '');
|
|
156
156
|
|
|
157
|
+
// Add spacing from terminal prompt
|
|
158
|
+
console.log('');
|
|
159
|
+
|
|
157
160
|
// Print all banner lines with gradient
|
|
158
161
|
for (const line of bannerLines) {
|
|
159
162
|
console.log(pikaGradient(line));
|
package/package.json
CHANGED
|
Binary file
|