clamper-ai 1.5.0 → 1.5.1

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 (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # ⚡ Clamper
2
2
 
3
3
  ```
4
- _____ _ _ ___ _
5
- / ____| | | |/ (_) |
6
- | | | | __ ___ _| ' / _| |_
7
- | | | |/ _` \ \ /\ / / < | | __|
8
- | |____| | (_| |\ V V /| . \| | |_
9
- \_____|_|\__,_| \_/\_/ |_|\_\_|\__|
10
-
4
+ _____ _
5
+ / ____| |
6
+ | | | | __ _ _ __ ___ _ __ ___ _ __
7
+ | | | |/ _` | '_ ` _ \| '_ \ / _ \ '__|
8
+ | |____| | (_| | | | | | | |_) | __/ |
9
+ \_____|_|\__,_|_| |_| |_| .__/ \___|_|
10
+ |_|
11
11
  AI Agent Toolkit for OpenClaw
12
12
  ```
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clamper-ai",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Transform your OpenClaw agent into a production-ready AI assistant with memory, skills, and a dashboard",
5
5
  "type": "module",
6
6
  "bin": {
@@ -25,4 +25,4 @@
25
25
  "skills/"
26
26
  ],
27
27
  "dependencies": {}
28
- }
28
+ }