Skip to content

Commit 00dd2d9

Browse files
committed
Apply changes from commit 31e214c
Original commit by Edward Li: feat: Add `setup_commands` to `repo_config` (codegen-sh#1050)
1 parent bb148f9 commit 00dd2d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/codegen/git/schemas/repo_config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ class RepoConfig(BaseModel):
2525
base_path: str | None = None # root directory of the codebase within the repo
2626
subdirectories: list[str] | None = None
2727

28+
# Additional sandbox settings
29+
setup_commands: list[str] | None = None
30+
2831
@classmethod
2932
def from_envs(cls) -> "RepoConfig":
3033
default_repo_config = RepositoryConfig()

0 commit comments

Comments
 (0)