Skip to content

Commit a89cf83

Browse files
committed
chore: run bun fmt
1 parent b8eb5d4 commit a89cf83

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

registry/coder/modules/claude-code/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ module "claude-code" {
2727
> By default, this module is configured to run the embedded chat interface as a path-based application. In production, we recommend that you configure a [wildcard access URL](https://coder.com/docs/admin/setup#wildcard-access-url) and set `subdomain = true`. See [here](https://coder.com/docs/tutorials/best-practices/security-best-practices#disable-path-based-apps) for more details.
2828
2929
<!-- TODO(major): remove this note and update the prompt configuration example in the next major release -->
30+
3031
> [!NOTE]
31-
> By default, `include_coder_system_prompt` is false. For proper integration with Coder (tool selection & task reporting),
32-
it is recommended to set `include_coder_system_prompt` to true. In the next major release, this will become the default.
32+
> By default, `include_coder_system_prompt` is false. For proper integration with Coder (tool selection & task reporting),
33+
> it is recommended to set `include_coder_system_prompt` to true. In the next major release, this will become the default.
3334
3435
## Prerequisites
3536

@@ -51,7 +52,7 @@ module "claude-code" {
5152
workdir = "/home/coder/project"
5253
5354
include_coder_system_prompt = true
54-
55+
5556
# Optional: append additional system prompt.
5657
system_prompt = <<-EOT
5758
Additional organization-specific guidance here.

registry/coder/modules/claude-code/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ variable "include_coder_system_prompt" {
190190
type = bool
191191
description = "Include Coder system prompts for proper integration with tool selection and task reporting."
192192
# TODO(major): default to true in the next major release
193-
default = false
193+
default = false
194194
}
195195

196196
variable "claude_md_path" {

0 commit comments

Comments
 (0)