@pixelbyte-software/pixcode 1.51.1 → 1.51.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.
package/dist/index.html CHANGED
@@ -35,7 +35,7 @@
35
35
 
36
36
  <!-- Prevent zoom on iOS -->
37
37
  <meta name="format-detection" content="telephone=no" />
38
- <script type="module" crossorigin src="/assets/index-DARIZgoD.js"></script>
38
+ <script type="module" crossorigin src="/assets/index-EN9ngyxf.js"></script>
39
39
  <link rel="modulepreload" crossorigin href="/assets/vendor-react-DB6V5Fl1.js">
40
40
  <link rel="modulepreload" crossorigin href="/assets/vendor-codemirror-CIYNS698.js">
41
41
  <link rel="modulepreload" crossorigin href="/assets/vendor-xterm-C7tpxJl7.js">
@@ -502,7 +502,9 @@ function buildProviderShellPermissionFlags(provider, permissionMode, skipPermiss
502
502
  if (mode === 'plan') {
503
503
  return ['--agent', 'plan'];
504
504
  }
505
- return bypass ? ['--dangerously-skip-permissions'] : [];
505
+ // OpenCode's interactive TUI rejects the headless run-only bypass
506
+ // option; passing it makes the CLI print help and exit before opening.
507
+ return [];
506
508
  }
507
509
  if (provider === 'claude') {
508
510
  return bypass ? ['--dangerously-skip-permissions'] : [];