Add Codex vendor submodule

This commit is contained in:
Haitao Pan 2026-03-11 14:41:26 +08:00
parent 3fd0c39113
commit 29d339c0ac
3 changed files with 12 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "vendor/codex"]
path = vendor/codex
url = https://github.com/openai/codex.git

View File

@ -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

@ -0,0 +1 @@
Subproject commit 78280f872a58dfbb51d2883791d036db00cbfe0f