Skip to content

Commit c0bc30d

Browse files
committed
Fix(mini config): Remove macos/platform specific notes
1 parent 62776d1 commit c0bc30d

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

configs/mini/default.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ agent:
4949
3. Directory or environment variable changes are not persistent. Every action is executed in a new subshell.
5050
However, you can prefix Any action with `MY_ENV_VAR=MY_VALUE cd /path/to/working/dir && ...` or write/load environment variables from files
5151
52-
<system_information>
53-
{{system}} {{release}} {{version}} {{machine}} {{processor}}
54-
</system_information>
55-
5652
## Formatting your response
5753
5854
Here is an example of a correct response:
@@ -79,12 +75,6 @@ agent:
7975
8076
### Edit files with sed:
8177
82-
{%- if system == "Darwin" -%}
83-
<important>
84-
You are on MacOS. For all the below examples, you need to use `sed -i ''` instead of `sed -i`.
85-
</important>
86-
{%- endif -%}
87-
8878
```bash
8979
# Replace all occurrences
9080
sed -i 's/old_string/new_string/g' filename.py

0 commit comments

Comments
 (0)