fix(model selection): bake dotfiles models.json (both glm models, env-ref key) over frozen worker list; catalog prefers baked file — was offering models the container registry couldn't resolve
This commit is contained in:
@@ -24,7 +24,7 @@ RUN rm -f /usr/local/bin/npm \
|
||||
# Same pi config as workers (dotfiles, filtered; git: packages stripped).
|
||||
COPY docker/pi-agent/ /root/.pi/agent/
|
||||
COPY plugin/lvmh-agent.ts /root/.pi/agent/extensions/lvmh-agent.ts
|
||||
COPY docker/worker-models.json /root/.pi/agent/models.json
|
||||
COPY docker/worker-models.json /root/.pi/agent/models.json.fallback
|
||||
|
||||
# Ops instructions live in the workspace (AGENTS.md is auto-loaded from cwd).
|
||||
COPY docker/ops-context/AGENTS.md /ops-seed/AGENTS.md
|
||||
|
||||
Reference in New Issue
Block a user