@delt/claude-alarm 0.6.22 → 0.6.23

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.
@@ -1153,6 +1153,7 @@
1153
1153
  renderSessions();
1154
1154
  renderMessages();
1155
1155
  updateImageUI();
1156
+ $('#msgInput').focus();
1156
1157
  }
1157
1158
 
1158
1159
  function updateImageUI() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delt/claude-alarm",
3
- "version": "0.6.22",
3
+ "version": "0.6.23",
4
4
  "description": "Monitor and get notifications from multiple Claude Code sessions via MCP Channels",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1153,6 +1153,7 @@
1153
1153
  renderSessions();
1154
1154
  renderMessages();
1155
1155
  updateImageUI();
1156
+ $('#msgInput').focus();
1156
1157
  }
1157
1158
 
1158
1159
  function updateImageUI() {