chore: simplify codex prompt handling

This commit is contained in:
Mario Zechner 2026-01-17 21:53:01 +01:00
parent 94bd7f69fd
commit 4068bc556a
8 changed files with 33 additions and 87 deletions

View file

@ -1,4 +1,3 @@
export * from "./constants.js";
export * from "./models.js";
export * from "./providers/anthropic.js";
export * from "./providers/google.js";