@codegrammer/co-od 0.1.7 → 0.1.8

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.
@@ -14,7 +14,7 @@ export class ClaudeAdapter {
14
14
  const { workDir, onOutput, signal } = options;
15
15
  // Generate hooks config if room context is available
16
16
  let hooksDir = null;
17
- const args = ["-p", "--dangerously-skip-permissions"];
17
+ const args = ["-p"];
18
18
  if (options.roomId && options.runId && options.serverUrl && options.sessionToken) {
19
19
  try {
20
20
  hooksDir = generateHooksDir({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codegrammer/co-od",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "CLI for co-ode — run AI agents in shared rooms from the command line",
5
5
  "type": "module",
6
6
  "bin": {