0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【ClaudeCode】セッションを再開する方法

Posted at

直前のセッションを再開する

-cまたは--continueフラグを使用すると直前のセッションを再開できます。

# インタラクティブモードで継続
claude -c

# SDKモード
claude -c -p "型エラーをチェックしてください"

この方法は、最後に行った会話セッションを自動的に復元します。

特定のセッションを再開する

特定のセッションを再開したい場合は、-rまたは--resumeフラグを使用します。

# 特定のセッションIDで再開
claude -r "abc123" "このPRを完了させてください"

# または--resumeフラグを使用
claude --resume abc123 "バグ修正を続けてください"

# リストから選択
claude --resume

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?