document/content/docs/self-host/upgrading/4-14/4149.en.mdx
SANDBOX_URL and SANDBOX_TOKEN are now CODE_SANDBOX_URL and CODE_SANDBOX_TOKEN:# Old
SANDBOX_URL=<code sandbox address>
SANDBOX_TOKEN=<code sandbox credential (can be empty; auth was added in 4.14.8)>
# New
CODE_SANDBOX_URL=<code sandbox address>
CODE_SANDBOX_TOKEN=<code sandbox credential>
CHECK_INTERNAL_IP=true (applies to fastgpt, fastgpt-pro, and fastgpt-sandbox).The /api/core/chat/getPaginationRecords endpoint now returns a useAgentSandbox: boolean field indicating whether the AI sandbox tool was used in the current conversation turn. The llmModuleAccount and historyPreviewLength fields will be removed soon — please migrate away from them as soon as possible.
$.) caused incorrect value substitution.arrayAny type.