bajaclaw 0.14.0 → 0.14.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.
- package/README.md +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
██╔══██╗██╔══██║██ ██║██╔══██║ ██║ ██║ ██╔══██║██║███╗██║
|
|
8
8
|
██████╔╝██║ ██║╚█████╔╝██║ ██║ ╚██████╗███████╗██║ ██║╚███╔███╔╝
|
|
9
9
|
╚═════╝ ╚═╝ ╚═╝ ╚════╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝╚═╝ ╚═╝ ╚══╝╚══╝
|
|
10
|
-
autonomous agents on your terms · MIT · v0.14.
|
|
10
|
+
autonomous agents on your terms · MIT · v0.14.1
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
**BajaClaw is a long-running agent runtime for the `claude` CLI.** It turns
|
|
@@ -17,6 +17,9 @@ OS-native scheduling, and first-class MCP integration.
|
|
|
17
17
|
|
|
18
18
|
You install it once. It sets itself up. You run `bajaclaw start`. It goes.
|
|
19
19
|
|
|
20
|
+
> The name is a tribute to Baja Blast — the author's favorite soda. The
|
|
21
|
+
> dashboard ships in that same tropical-lime teal on purpose.
|
|
22
|
+
|
|
20
23
|
---
|
|
21
24
|
|
|
22
25
|
## Install
|