You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- You can get the API key from the [Anthropic Console](https://console.anthropic.com/dashboard).
33
33
- You can get the Session Token using the `claude setup-token` command. This is a long-lived authentication token (requires Claude subscription)
34
34
35
+
### Session Resumption Behavior
36
+
37
+
By default, Claude Code automatically resumes existing conversations when your workspace restarts. Sessions are tracked per workspace directory, so conversations continue where you left off. If no session exists (first start), your `ai_prompt` will run normally. To disable this behavior and always start fresh, set `continue = false`
38
+
35
39
## Examples
36
40
37
41
### Usage with Tasks and Advanced Configuration
@@ -49,7 +53,7 @@ data "coder_parameter" "ai_prompt" {
0 commit comments