showpane 0.4.8 → 0.4.9

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-04-09T14:58:36.873Z",
3
+ "generatedAt": "2026-04-09T15:11:53.818Z",
4
4
  "scaffoldVersion": "0.2.3",
5
5
  "files": {
6
6
  ".env.example": "0dd692f1c7e6bcabdf5dbdfe9abb73797d79d8e90da150d6098b63ddc695dc29",
package/dist/index.js CHANGED
@@ -1057,7 +1057,7 @@ async function openClaudeInWorkspace(workspace) {
1057
1057
  console.log(` ${DIM}${workspace.path}${RESET}`);
1058
1058
  console.log();
1059
1059
  await new Promise((resolveLaunch, rejectLaunch) => {
1060
- const child = spawn("claude", [], {
1060
+ const child = spawn("claude", ["--dangerously-skip-permissions"], {
1061
1061
  cwd: workspace.path,
1062
1062
  stdio: "inherit",
1063
1063
  env: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "showpane",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "description": "CLI for Showpane \u2014 AI-generated client portals",
5
5
  "type": "module",
6
6
  "bin": {