@ia-ccun/code-agent-cli 0.0.7 → 0.0.8

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.
Files changed (3) hide show
  1. package/README.md +4 -4
  2. package/config.json +20 -20
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -52,7 +52,7 @@ aicode-cli -p "你的指令"
52
52
  ```json
53
53
  {
54
54
  "name": "aicode-cli",
55
- "banner": ["Code is poetry", "🚀 Build with pride 🚀"],
55
+ "banner": ["Code is poetry", "Build with pride"],
56
56
  "themeColor": "#49bccf",
57
57
  "configDir": ".aicode-cli"
58
58
  }
@@ -81,9 +81,9 @@ aicode-cli -p "你的指令"
81
81
 
82
82
  // 多条标语(随机显示)
83
83
  "banner": [
84
- "Code is poetry",
85
- "🚀 Build with pride 🚀",
86
- "💡 Ideas become reality 💡"
84
+ "Code is poetry",
85
+ "Build with pride",
86
+ "Ideas become reality"
87
87
  ]
88
88
  ```
89
89
 
package/config.json CHANGED
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "aicode-cli",
3
3
  "banner": [
4
- "Code is poetry, written in logic",
5
- "🚀 Build with purpose, ship with pride 🚀",
6
- "💡 Ideas become reality through code 💡",
7
- "🎯 Clean code is happy code 🎯",
8
- "🔧 Engineers shape the future 🔧",
9
- "🌟 Every function tells a story 🌟",
10
- "🎨 Architecture is frozen music 🎨",
11
- "Power through simplicity",
12
- "📐 Design patterns, proven wisdom 📐",
13
- "🔮 Refactor today, thank yourself tomorrow 🔮",
14
- "🌈 Debug with patience, ship with confidence 🌈",
15
- "🏗️ Great software, built one line at a time 🏗️",
16
- "💻 Talk is cheap, show me the code 💻",
17
- "🎭 Master the craft, own the art 🎭",
18
- "🔑 Open source powers the world 🔑",
19
- "🎪 Learn, code, repeat 🎪",
20
- "🏆 Excellence in engineering 🏆",
21
- "🌍 Code without borders 🌍",
22
- "🎢 Embrace the complexity, master the craft 🎢",
23
- "Where creativity meets logic"
4
+ "Code is poetry, written in logic",
5
+ "Build with purpose, ship with pride",
6
+ "Ideas become reality through code",
7
+ "Clean code is happy code",
8
+ "Engineers shape the future",
9
+ "Every function tells a story",
10
+ "Architecture is frozen music",
11
+ "Power through simplicity",
12
+ "Design patterns, proven wisdom",
13
+ "Refactor today, thank yourself tomorrow",
14
+ "Debug with patience, ship with confidence",
15
+ "Great software, built one line at a time",
16
+ "Talk is cheap, show me the code",
17
+ "Master the craft, own the art",
18
+ "Open source powers the world",
19
+ "Learn, code, repeat",
20
+ "Excellence in engineering",
21
+ "Code without borders",
22
+ "Embrace the complexity, master the craft",
23
+ "Where creativity meets logic"
24
24
  ],
25
25
  "themeColor": "#49bccf",
26
26
  "configDir": ".aicode-cli"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ia-ccun/code-agent-cli",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "AI Coding Agent CLI - 基于OpenClaw🦞底层Agent原理实现的的编码智能体(供学习使用)。",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",