mirror of
https://github.com/openai/codex.git
synced 2026-04-30 03:12:20 +03:00
feat: external artifacts builder (#13485)
This PR reverts the built-in artifact render while a decision is being reached. No impact expected on any features
This commit is contained in:
6
codex-rs/artifacts/BUILD.bazel
Normal file
6
codex-rs/artifacts/BUILD.bazel
Normal file
@@ -0,0 +1,6 @@
|
||||
load("//:defs.bzl", "codex_rust_crate")
|
||||
|
||||
codex_rust_crate(
|
||||
name = "artifacts",
|
||||
crate_name = "codex_artifacts",
|
||||
)
|
||||
Reference in New Issue
Block a user