@seamnet/client 0.13.5 → 0.13.6

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/guardian.js +1 -1
  2. package/package.json +1 -1
package/lib/guardian.js CHANGED
@@ -228,7 +228,7 @@ export async function guardianRun() {
228
228
  setTimeout(() => {
229
229
  try {
230
230
  execSync(
231
- `${tmux} send-keys -t ${safeSession} 'claude --dangerously-skip-permissions' Enter`,
231
+ `${tmux} send-keys -t ${safeSession} 'claude --dangerously-skip-permissions --continue' Enter`,
232
232
  { stdio: 'ignore', timeout: 5000 }
233
233
  );
234
234
  guardianState.set('cc_restarted', new Date().toISOString());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamnet/client",
3
- "version": "0.13.5",
3
+ "version": "0.13.6",
4
4
  "description": "One command to join Seam — the network where people and AI stay in sync.",
5
5
  "bin": {
6
6
  "seam-client": "bin/cli.js",