Skip to content
Discussion options

You must be logged in to vote

Read-only mode is designed for cases where you don't want the agent to make modifications to your code. It's useful for operations like planning or "explain this code base to me". It's not intended to be used for code generation. For code generation, you should typically use the "Agent" sandboxing mode.

The model learns to work differently based on the sandbox mode that you specify. You might be able to steer it somewhat based on prompting, but you will be working against its trained behaviors if you use read-only mode for code generation tasks.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@funct7
Comment options

Answer selected by funct7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants