tabclaw 0.1.2 → 0.1.3

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 +5 -3
  2. package/package.json +1 -4
package/README.md CHANGED
@@ -20,9 +20,11 @@ The core workflow bridges Claude Code with Telegram:
20
20
  3. **Real-time Decisions** — Click the button in Telegram to grant or deny the tool execution
21
21
  4. **Task Completion** — Receive final notifications when tasks complete, including execution duration, token usage, and results
22
22
 
23
- ![Claude + Telegram workflow](assets/image_01.jpg)
24
-
25
- ![Permission request and task completion on Telegram](assets/image_02.jpg)
23
+ <p align="center">
24
+ <img src="assets/image_01.jpg" width="45%" alt="Claude + Telegram workflow" />
25
+ &nbsp;&nbsp;
26
+ <img src="assets/image_02.jpg" width="45%" alt="Permission request and task completion on Telegram" />
27
+ </p>
26
28
 
27
29
  ## Installation
28
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabclaw",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Bridge AI programming assistants with messaging platforms",
5
5
  "type": "module",
6
6
  "main": "dist/cli/index.js",
@@ -26,9 +26,7 @@
26
26
  "scripts": {
27
27
  "build": "tsup && chmod +x dist/cli/index.js",
28
28
  "dev": "tsx src/cli/index.ts",
29
- "dev:gateway": "tsx --watch src/daemon/process.ts",
30
29
  "test": "vitest",
31
- "test:ui": "vitest --ui",
32
30
  "lint": "eslint src --ext .ts",
33
31
  "typecheck": "tsc --noEmit",
34
32
  "prepublishOnly": "npm run build"
@@ -52,7 +50,6 @@
52
50
  "@types/ws": "^8.5.10",
53
51
  "@typescript-eslint/eslint-plugin": "^6.19.0",
54
52
  "@typescript-eslint/parser": "^6.19.0",
55
- "@vitest/ui": "^1.2.0",
56
53
  "eslint": "^8.56.0",
57
54
  "pino-pretty": "^10.2.0",
58
55
  "tsup": "^8.0.0",