start-vibing-stacks 1.7.3 → 1.7.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/dist/ui.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Start Vibing Stacks — Terminal UI
|
|
3
3
|
*/
|
|
4
4
|
import chalk from 'chalk';
|
|
5
|
-
const VERSION = '1.7.
|
|
5
|
+
const VERSION = '1.7.4';
|
|
6
6
|
const gradient = (text) => {
|
|
7
7
|
const colors = [chalk.hex('#FF6B6B'), chalk.hex('#FF8E53'), chalk.hex('#FFBD2E'), chalk.hex('#48BB78'), chalk.hex('#4299E1'), chalk.hex('#9F7AEA')];
|
|
8
8
|
return text.split('').map((c, i) => colors[i % colors.length](c)).join('');
|
package/package.json
CHANGED
|
@@ -59,17 +59,16 @@
|
|
|
59
59
|
},
|
|
60
60
|
"github": {
|
|
61
61
|
"name": "GitHub",
|
|
62
|
-
"description": "Repository management, issues, PRs, CI/CD",
|
|
62
|
+
"description": "Repository management, issues, PRs, CI/CD (uses gh CLI auth)",
|
|
63
63
|
"icon": "🐙",
|
|
64
64
|
"tier": "core",
|
|
65
65
|
"stacks": ["php", "nodejs", "python", "go", "rust"],
|
|
66
66
|
"install": null,
|
|
67
67
|
"config": {
|
|
68
|
-
"
|
|
69
|
-
|
|
70
|
-
}
|
|
68
|
+
"type": "http",
|
|
69
|
+
"url": "https://api.githubcopilot.com/mcp/"
|
|
71
70
|
},
|
|
72
|
-
"envVars": [
|
|
71
|
+
"envVars": [],
|
|
73
72
|
"publisher": "github"
|
|
74
73
|
},
|
|
75
74
|
"brave-search": {
|