@masslessai/push-todo 3.6.1 → 3.6.2

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/lib/daemon.js +1 -1
  2. package/package.json +1 -1
package/lib/daemon.js CHANGED
@@ -893,7 +893,7 @@ If you need to understand the codebase, start by reading the CLAUDE.md file if i
893
893
  ];
894
894
 
895
895
  if (executionMode === 'planning') {
896
- claudeArgs.unshift('--plan');
896
+ claudeArgs.push('--permission-mode', 'plan');
897
897
  }
898
898
 
899
899
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@masslessai/push-todo",
3
- "version": "3.6.1",
3
+ "version": "3.6.2",
4
4
  "description": "Voice tasks from Push iOS app for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {