Skip to content

Commit 0fb7823

Browse files
committed
chore: update README.md
1 parent d6b46bb commit 0fb7823

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

registry/coder-labs/modules/auggie/README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,7 @@ module "auggie" {
2626

2727
## Examples
2828

29-
### Simple Usage
30-
31-
```tf
32-
module "auggie" {
33-
count = data.coder_workspace.me.start_count
34-
source = "registry.coder.com/coder-labs/auggie/coder"
35-
version = "0.1.0"
36-
agent_id = coder_agent.example.id
37-
folder = "/home/coder/project"
38-
39-
# Optional: Specify Auggie version
40-
auggie_version = "0.3.0"
41-
}
42-
```
43-
44-
### Advanced Usage with Tasks and Configuration
29+
### Usage with Tasks and Configuration
4530

4631
```tf
4732
data "coder_parameter" "ai_prompt" {
@@ -70,6 +55,9 @@ module "auggie" {
7055
{"accessToken":"xxxx-yyyy-zzzz-jjjj","tenantURL":"https://d1.api.augmentcode.com/","scopes":["read","write"]}
7156
EOF # Required for tasks
7257
58+
# Version
59+
auggie_version = "0.3.0"
60+
7361
# Task configuration
7462
ai_prompt = data.coder_parameter.ai_prompt.value
7563
continue_previous_conversation = true

0 commit comments

Comments
 (0)