feat: add Ops Codex terminal setup UI

This commit is contained in:
DCCONSTRUCTIONS
2026-06-24 20:12:09 +03:00
parent df4767a085
commit 763b90f3ba
7 changed files with 255 additions and 31 deletions
+2
View File
@@ -1,4 +1,5 @@
FROM python:3.12.10-alpine
LABEL nodedc.deploy.cache_bust="codex-agent-setup-20260624"
# set environment variables
ENV PYTHONDONTWRITEBYTECODE=1
@@ -44,6 +45,7 @@ COPY manage.py manage.py
COPY plane plane/
COPY templates templates/
COPY package.json package.json
RUN grep -R "setup-codes" /code/plane/app/urls/codex_agents.py >/dev/null
COPY ./bin ./bin/