mirror of
https://github.com/openai/codex.git
synced 2026-05-01 20:02:05 +03:00
core: route view_image through a sandbox-backed fs helper
This commit is contained in:
6
codex-rs/fs-ops/BUILD.bazel
Normal file
6
codex-rs/fs-ops/BUILD.bazel
Normal file
@@ -0,0 +1,6 @@
|
||||
load("//:defs.bzl", "codex_rust_crate")
|
||||
|
||||
codex_rust_crate(
|
||||
name = "fs-ops",
|
||||
crate_name = "codex_fs_ops",
|
||||
)
|
||||
Reference in New Issue
Block a user