Add Codex vendor submodule
This commit is contained in:
parent
3fd0c39113
commit
29d339c0ac
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "vendor/codex"]
|
||||
path = vendor/codex
|
||||
url = https://github.com/openai/codex.git
|
||||
@ -18,6 +18,14 @@ flutter test
|
||||
flutter run -d macos
|
||||
```
|
||||
|
||||
## Vendor Repositories
|
||||
|
||||
`vendor/codex` is tracked as a git submodule for future built-in code agent integration.
|
||||
|
||||
```bash
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
|
||||
## macOS Packaging
|
||||
|
||||
```bash
|
||||
|
||||
1
vendor/codex
vendored
Submodule
1
vendor/codex
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 78280f872a58dfbb51d2883791d036db00cbfe0f
|
||||
Loading…
Reference in New Issue
Block a user