@zoulabo/line-hive 0.2.17 → 0.2.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoulabo/line-hive",
3
- "version": "0.2.17",
3
+ "version": "0.2.21",
4
4
  "description": "MCP server connecting AI coding agents to LINE Messaging API. Monitor agent progress, provide input, and get notifications from your phone.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -50,12 +50,14 @@
50
50
  "@modelcontextprotocol/sdk": "^1.0.0",
51
51
  "better-sqlite3": "^11.0.0",
52
52
  "marked": "^17.0.1",
53
- "pino": "^9.0.0"
53
+ "pino": "^9.0.0",
54
+ "ws": "^8.19.0"
54
55
  },
55
56
  "devDependencies": {
56
57
  "@types/better-sqlite3": "^7.0.0",
57
58
  "@types/marked": "^5.0.2",
58
59
  "@types/node": "^20.0.0",
60
+ "@types/ws": "^8.18.1",
59
61
  "tsx": "^4.21.0",
60
62
  "typescript": "^5.0.0",
61
63
  "vitest": "^3.0.0"
@@ -41,6 +41,7 @@ applyTo: '**'
41
41
  7. Use stable IDs for actions (`D#`, `A#`, `G#`, `N#`).
42
42
  8. During todo execution, update status after each completed task.
43
43
  9. Ask decisions one-by-one; include key detail, an HTML detail link specific to that decision, and quick replies for bounded options.
44
+ 10. Before heavy coding (multi-file edits, long terminal sessions), set `statusDescription` on the last `line_ask` describing upcoming work (e.g., "Implementing feature X"). Status stays visible until the next LINE tool call.
44
45
 
45
46
  ## Quick Replies
46
47
  - Default ON for bounded choices (2–6 options).