# Problem - multilang currently only support old AIxCC base builder (v1.3.0) and old models, some of which were deprecated. (e.g., sonnet-3.7). - Latest oss-fuzz uses clang 22, which is not supported by multilang yet. # Plan 1. make it work on both clang 18 (AIxCC base builder) and clang 22 2. make it support latest models <-- this will also require update on internal dependencies. 3. hopefully refactor large modules init 4. make each module selectable by env vars (`additional_env`) from compose.yaml
Problem
Plan
additional_env) from compose.yaml