oh-pi 0.1.35 → 0.1.36

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/index.js CHANGED
@@ -44,7 +44,7 @@ async function quickFlow(env) {
44
44
  theme: "dark",
45
45
  keybindings: "default",
46
46
  extensions: ["safe-guard", "git-guard", "auto-session-name", "custom-footer", "compact-header", "auto-update"],
47
- skills: ["quick-setup", "debug-helper", "git-workflow"],
47
+ skills: ["quick-setup", "debug-helper", "git-workflow", "context7", "web-search", "web-fetch", "liquid-glass", "glassmorphism", "claymorphism", "neubrutalism"],
48
48
  prompts: ["review", "fix", "explain", "commit", "test"],
49
49
  agents: "general-developer",
50
50
  thinking: "medium",
@@ -104,7 +104,7 @@ async function customFlow(env) {
104
104
  theme,
105
105
  keybindings,
106
106
  extensions,
107
- skills: ["quick-setup", "debug-helper", "git-workflow"],
107
+ skills: ["quick-setup", "debug-helper", "git-workflow", "context7", "web-search", "web-fetch", "liquid-glass", "glassmorphism", "claymorphism", "neubrutalism"],
108
108
  prompts: ["review", "fix", "explain", "commit", "test", "refactor", "optimize", "security", "document", "pr"],
109
109
  agents,
110
110
  thinking: "medium",
@@ -6,7 +6,7 @@ const PRESETS = {
6
6
  config: {
7
7
  theme: "dark", keybindings: "default", thinking: "medium",
8
8
  extensions: ["safe-guard", "git-guard", "auto-session-name", "custom-footer", "compact-header", "auto-update"],
9
- skills: ["quick-setup", "debug-helper"],
9
+ skills: ["quick-setup", "debug-helper", "context7", "web-search", "web-fetch"],
10
10
  prompts: ["review", "fix", "explain", "commit"],
11
11
  agents: "general-developer",
12
12
  },
@@ -16,7 +16,7 @@ const PRESETS = {
16
16
  config: {
17
17
  theme: "catppuccin-mocha", keybindings: "default", thinking: "high",
18
18
  extensions: ["safe-guard", "git-guard", "auto-session-name", "custom-footer", "compact-header", "auto-update"],
19
- skills: ["quick-setup", "debug-helper", "git-workflow"],
19
+ skills: ["quick-setup", "debug-helper", "git-workflow", "context7", "web-search", "web-fetch", "liquid-glass", "glassmorphism", "claymorphism", "neubrutalism"],
20
20
  prompts: ["review", "fix", "explain", "commit", "test", "refactor", "optimize", "document", "pr"],
21
21
  agents: "fullstack-developer",
22
22
  },
@@ -26,7 +26,7 @@ const PRESETS = {
26
26
  config: {
27
27
  theme: "cyberpunk", keybindings: "default", thinking: "high",
28
28
  extensions: ["safe-guard", "custom-footer", "compact-header", "auto-update"],
29
- skills: ["debug-helper"],
29
+ skills: ["debug-helper", "context7", "web-search", "web-fetch"],
30
30
  prompts: ["review", "security", "fix", "explain"],
31
31
  agents: "security-researcher",
32
32
  },
@@ -36,7 +36,7 @@ const PRESETS = {
36
36
  config: {
37
37
  theme: "tokyo-night", keybindings: "default", thinking: "medium",
38
38
  extensions: ["safe-guard", "git-guard", "auto-session-name", "custom-footer", "compact-header", "auto-update"],
39
- skills: ["quick-setup", "debug-helper"],
39
+ skills: ["quick-setup", "debug-helper", "context7", "web-search", "web-fetch"],
40
40
  prompts: ["review", "fix", "explain", "optimize", "document", "test"],
41
41
  agents: "data-ai-engineer",
42
42
  },
@@ -53,7 +53,7 @@ const PRESETS = {
53
53
  config: {
54
54
  theme: "dark", keybindings: "default", thinking: "high",
55
55
  extensions: ["safe-guard", "git-guard", "auto-session-name", "custom-footer", "compact-header", "ant-colony", "auto-update"],
56
- skills: ["quick-setup", "debug-helper", "git-workflow", "ant-colony"],
56
+ skills: ["quick-setup", "debug-helper", "git-workflow", "ant-colony", "context7", "web-search", "web-fetch", "liquid-glass", "glassmorphism", "claymorphism", "neubrutalism"],
57
57
  prompts: ["review", "fix", "explain", "commit", "test", "refactor", "optimize", "security", "document", "pr"],
58
58
  agents: "colony-operator",
59
59
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-pi",
3
- "version": "0.1.35",
3
+ "version": "0.1.36",
4
4
  "description": "One-click setup for pi-coding-agent. Like oh-my-zsh for pi.",
5
5
  "type": "module",
6
6
  "bin": {