chore: prep 2026.1.14 release
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026.1.14
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Gateway/Dev: ensure `pnpm gateway:dev` always uses the dev profile config + state (`~/.clawdbot-dev`).
|
||||||
|
|
||||||
## 2026.1.13
|
## 2026.1.13
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "clawdbot",
|
"name": "clawdbot",
|
||||||
"version": "2026.1.13",
|
"version": "2026.1.14",
|
||||||
"description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent",
|
"description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
@@ -71,8 +71,8 @@
|
|||||||
"start": "tsx src/entry.ts",
|
"start": "tsx src/entry.ts",
|
||||||
"clawdbot": "tsx src/entry.ts",
|
"clawdbot": "tsx src/entry.ts",
|
||||||
"gateway:watch": "tsx watch src/entry.ts gateway --force",
|
"gateway:watch": "tsx watch src/entry.ts gateway --force",
|
||||||
"gateway:dev": "CLAWDBOT_PROFILE=dev tsx src/entry.ts gateway --dev",
|
"gateway:dev": "tsx src/entry.ts --dev gateway",
|
||||||
"gateway:dev:reset": "CLAWDBOT_PROFILE=dev tsx src/entry.ts gateway --reset",
|
"gateway:dev:reset": "tsx src/entry.ts --dev gateway --reset",
|
||||||
"tui": "tsx src/entry.ts tui",
|
"tui": "tsx src/entry.ts tui",
|
||||||
"tui:dev": "CLAWDBOT_PROFILE=dev tsx src/entry.ts tui",
|
"tui:dev": "CLAWDBOT_PROFILE=dev tsx src/entry.ts tui",
|
||||||
"clawdbot:rpc": "tsx src/entry.ts agent --mode rpc --json",
|
"clawdbot:rpc": "tsx src/entry.ts agent --mode rpc --json",
|
||||||
|
|||||||
Reference in New Issue
Block a user