fix: refresh Volcengine provider registry
This commit is contained in:
+11
@@ -56,6 +56,7 @@ test.txt
|
||||
TODO*.md
|
||||
todo*.md
|
||||
CLAUDE.md
|
||||
AGENTS.md
|
||||
NEXT_SESSION.md
|
||||
AI_HANDOFF.md
|
||||
result.json
|
||||
@@ -63,11 +64,14 @@ count_deps.py
|
||||
project_overhaul_prompt.md
|
||||
.codex/
|
||||
.context/
|
||||
.wrangler/
|
||||
|
||||
# Local runtime state
|
||||
.codewhale/
|
||||
.deepseek/
|
||||
**/session_*.json
|
||||
*.db
|
||||
npm/*/bin/downloads/
|
||||
|
||||
# Companion app (tracked separately)
|
||||
apps/
|
||||
@@ -95,6 +99,12 @@ apps/
|
||||
# Maintainer-internal design notes (trade-secret material, never published)
|
||||
.private/
|
||||
|
||||
# Maintainer-local SWE-bench scratch (instance workspaces, venvs, predictions,
|
||||
# Docker harness logs). Never published.
|
||||
.swebench/
|
||||
deep-swe/
|
||||
all_preds.jsonl
|
||||
|
||||
# Agent handoffs and version-specific setup plans are working-state notes, not
|
||||
# public docs. Keep durable setup guidance in docs/runbooks instead.
|
||||
docs/*HANDOFF*.md
|
||||
@@ -105,3 +115,4 @@ docs/*_PLAN.md
|
||||
# direnv
|
||||
.envrc
|
||||
.direnv
|
||||
scripts/run_deep_swe.py
|
||||
|
||||
Reference in New Issue
Block a user