@bachi/pi-coder 1.0.0 → 1.1.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bachi/pi-coder",
3
- "version": "1.0.0",
4
- "description": "A complete Pi coding-agent environment: 22 TUI extensions, 3 themes and the global config files that make them work together.",
3
+ "version": "1.1.0",
4
+ "description": "A complete Pi coding-agent environment: 23 TUI extensions, 3 themes and the global config files that make them work together.",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "keywords": [
@@ -44,7 +44,8 @@
44
44
  ],
45
45
  "themes": [
46
46
  "./themes"
47
- ]
47
+ ],
48
+ "image": "https://cdn.jsdelivr.net/gh/jayli/pi-coder@main/assets/ayu1.png"
48
49
  },
49
50
  "peerDependencies": {
50
51
  "@earendil-works/pi-coding-agent": "*",
package/themes/ayu.json CHANGED
@@ -5,6 +5,7 @@
5
5
  "bg": "#0D1017",
6
6
  "panelBg": "#0B0E14",
7
7
  "editorLine": "#151C28",
8
+ "textColor":"#dbdbdd",
8
9
  "fg": "#BFBDB6",
9
10
  "muted": "#6B7385",
10
11
  "dimmed": "#515868",
@@ -25,7 +26,7 @@
25
26
  "bashOutput": "#6B7385",
26
27
  "selectedBg": "#161D2B",
27
28
  "userMessageBg": "#1b1c1d",
28
- "toolPendingBg": "#171F24",
29
+ "toolPendingBg": "#1b1c1d",
29
30
  "toolSuccessBg": "#10151F",
30
31
  "toolErrorBg": "#1B171D",
31
32
  "infoBg": "#1A1610",
@@ -46,7 +47,7 @@
46
47
  "thinkingText": "muted",
47
48
  "selectedBg": "selectedBg",
48
49
  "userMessageBg": "userMessageBg",
49
- "userMessageText": "fg",
50
+ "userMessageText": "textColor",
50
51
  "customMessageBg": "userMessageBg",
51
52
  "customMessageText": "fg",
52
53
  "customMessageLabel": "accent",