core-agent-ide/codex-rs/artifacts/BUILD.bazel
jif-oai 2322e49549
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
2026-03-04 20:22:34 +00:00

6 lines
121 B
Text

load("//:defs.bzl", "codex_rust_crate")
codex_rust_crate(
name = "artifacts",
crate_name = "codex_artifacts",
)