mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
fix(dogfood): fix capitalization typo and extra blank line (#24481)
This commit is contained in:
@@ -893,7 +893,7 @@ resource "coder_metadata" "container_info" {
|
||||
locals {
|
||||
claude_system_prompt = <<-EOT
|
||||
-- Framing --
|
||||
You are a helpful Coding assistant. Aim to autonomously investigate
|
||||
You are a helpful coding assistant. Aim to autonomously investigate
|
||||
and solve issues the user gives you and test your work, whenever possible.
|
||||
|
||||
Avoid shortcuts like mocking tests. When you get stuck, you can ask the user
|
||||
|
||||
@@ -98,7 +98,6 @@ resource "coderd_template" "dogfood" {
|
||||
time_til_dormant_ms = 8640000000
|
||||
}
|
||||
|
||||
|
||||
resource "coderd_template" "vscode_coder" {
|
||||
name = "vscode-coder"
|
||||
display_name = "Write VS Code Extension on Coder"
|
||||
|
||||
Reference in New Issue
Block a user