Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions crates/goose/src/agents/platform_extensions/developer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ fn developer_instructions() -> &'static str {
and file sizes. When you need to search, prefer rg which correctly respects gitignored
content. Then use cat or sed to gather the context you need, always reading before editing.
Use write and edit to efficiently make changes. Test and verify as appropriate.

When running Python scripts or commands, always use `python3` instead of `python`.
"}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ and file sizes. When you need to search, prefer rg which correctly respects giti
content. Then use cat or sed to gather the context you need, always reading before editing.
Use write and edit to efficiently make changes. Test and verify as appropriate.

When running Python scripts or commands, always use `python3` instead of `python`.

## orchestrator

### Instructions
Expand Down
Loading