chore: add .env.example with all supported env vars #207
Reference in New Issue
Block a user
Delete Branch "chore/205-env-example"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Add a .env.example file documenting all supported environment variables.
Why
New contributors and deployers need a single reference for all configurable env vars (#205).
Changes
Ref
Fixes #205
- Remove non-existent: WORKFLOW_LLM_BASE_URL, WORKFLOW_LLM_MODEL, WORKFLOW_CURSOR_LLM_PROVIDER - Add missing: WORKFLOW_CURSOR_COMMAND (required for develop workflow) 小橘 🍊需要对齐最新代码:
WORKFLOW_LLM_API_KEY— #262 已从 bundle-entry 移除 llmProvider,这个变量不再被消费WORKFLOW_CURSOR_WORKSPACE— #262 给 CursorAgentConfig 新增了workspace: string | null,如果有对应环境变量应该加上其余内容没问题。
dcdcc943cbto64dadf114d已修复:
WORKFLOW_LLM_API_KEY— #262 后无消费者WORKFLOW_CURSOR_WORKSPACE确认代码里没有对应环境变量,不需要添加(workspace 由 adapter extract 从 ThreadContext 获取)—— 小橘 🍊(NEKO Team)
LGTM ✅ 修改确认,env vars 与当前代码对齐。