Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
5bbca30
feat: add codex module
35C4n0r Aug 1, 2025
be3bc0a
feat: bun fmt
35C4n0r Aug 1, 2025
5ac3d7a
fix: fix typo
35C4n0r Aug 1, 2025
37f85c6
feat: add codex svg
35C4n0r Aug 1, 2025
13b776d
feat: update readme
35C4n0r Aug 1, 2025
4e45ffd
chore: update icon name
35C4n0r Aug 2, 2025
66bb40e
chore: rename codex_api_key to openai_api_key
35C4n0r Aug 2, 2025
b08aadf
chore: rename codex_api_key to openai_api_key
35C4n0r Aug 2, 2025
93b16cb
chore: update README.md
35C4n0r Aug 2, 2025
92e6bb5
chore: bump agentapi_version to v0.3.2
35C4n0r Aug 4, 2025
77393b4
fix: update README.md
35C4n0r Aug 5, 2025
b33bbda
wip: apply suggestions
35C4n0r Aug 5, 2025
dc154d0
fix: apply suggestions
35C4n0r Aug 5, 2025
ee138e1
Update registry/coder-labs/modules/codex/scripts/start.sh
35C4n0r Aug 7, 2025
d32f5d9
Update registry/coder-labs/modules/codex/main.tf
35C4n0r Aug 7, 2025
d08a225
Update registry/coder-labs/modules/codex/scripts/start.sh
35C4n0r Aug 7, 2025
a4481f7
Update registry/coder-labs/modules/codex/scripts/start.sh
35C4n0r Aug 7, 2025
2b7d213
Update registry/coder-labs/modules/codex/scripts/start.sh
35C4n0r Aug 7, 2025
79a3f8e
Update registry/coder-labs/modules/codex/scripts/install.sh
35C4n0r Aug 7, 2025
1a28cd2
Update registry/coder-labs/modules/codex/main.tf
35C4n0r Aug 7, 2025
49eafc5
Update registry/coder-labs/modules/codex/main.tf
35C4n0r Aug 7, 2025
723cdc4
Update registry/coder-labs/modules/codex/README.md
35C4n0r Aug 7, 2025
d4d9b73
Update registry/coder-labs/modules/codex/main.tf
35C4n0r Aug 7, 2025
d0846b7
Update registry/coder-labs/modules/codex/README.md
35C4n0r Aug 7, 2025
aa8a562
Merge branch 'main' into feat-codex-cli
35C4n0r Aug 8, 2025
0c6e9f9
Update registry/coder-labs/modules/codex/README.md
35C4n0r Aug 8, 2025
b73f6dd
fix: apply suggestions
35C4n0r Aug 8, 2025
340ecee
Update registry/coder-labs/modules/codex/README.md
35C4n0r Aug 8, 2025
1c85858
fix: README.md
35C4n0r Aug 8, 2025
3624b91
fix: add test for latest version
35C4n0r Aug 8, 2025
ace0930
fix: add support for codex 0.20.0
35C4n0r Aug 11, 2025
58d675e
fix: fix tests
35C4n0r Aug 11, 2025
55b7741
Update registry/coder-labs/modules/codex/main.tf
35C4n0r Aug 11, 2025
ff54181
Update registry/coder-labs/modules/codex/main.tf
35C4n0r Aug 11, 2025
bb460fe
chore: update README.md
35C4n0r Aug 11, 2025
0f23e73
Merge branch 'main' into feat-codex-cli
35C4n0r Aug 11, 2025
75472e4
Merge branch 'main' into feat-codex-cli
35C4n0r Aug 12, 2025
922063f
Merge branch 'main' into feat-codex-cli
35C4n0r Aug 13, 2025
82ff539
feat: better prompt
35C4n0r Aug 14, 2025
b567f6d
Merge branch 'main' into feat-codex-cli
DevelopmentCats Aug 14, 2025
ce60db3
feat: source bash in install script
35C4n0r Aug 14, 2025
202be74
Merge branch 'main' into feat-codex-cli
DevelopmentCats Aug 18, 2025
911110b
Merge branch 'main' into feat-codex-cli
DevelopmentCats Aug 19, 2025
bddde29
feat: add full_auto variable and argument
DevelopmentCats Aug 19, 2025
7342d95
chore: bun run fmt
DevelopmentCats Aug 19, 2025
75afc2a
fix: remove accidental base64 encoding of full_auto arg
DevelopmentCats Aug 19, 2025
f5a1bdd
fix: update default icon for app in codex module
DevelopmentCats Aug 19, 2025
2b47e77
fix: enhance README and install script for Codex module sandbox confi…
DevelopmentCats Aug 19, 2025
5e9f0dd
feat: add sandbox_mode, approval_policy, and network_access variables…
DevelopmentCats Aug 19, 2025
cac6483
docs: update README for Codex module configuration details
DevelopmentCats Aug 19, 2025
57e7fcd
chore: update default AgentAPI version to latest in Codex module
DevelopmentCats Aug 19, 2025
0a0657c
chore: bun run fmt
DevelopmentCats Aug 19, 2025
28edf08
feat: pin agentapi version
35C4n0r Aug 19, 2025
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
Prev Previous commit
Next Next commit
chore: update default AgentAPI version to latest in Codex module
  • Loading branch information
DevelopmentCats committed Aug 19, 2025
commit 57e7fcd87f16b03e58a4793eacbcc9ea12ba7ea3
1 change: 0 additions & 1 deletion registry/coder-labs/modules/codex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module "codex" {
version = "1.0.0"
agent_id = coder_agent.example.id
openai_api_key = var.openai_api_key
agentapi_version = "v0.3.3"
folder = "/home/coder/project"
}
```
Expand Down
2 changes: 1 addition & 1 deletion registry/coder-labs/modules/codex/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ variable "install_agentapi" {
variable "agentapi_version" {
type = string
description = "The version of AgentAPI to install."
default = "v0.4.0"
default = "latest"
}

variable "codex_model" {
Expand Down
Loading