49a1a68a29
Add fail-open headroom provider routing for goosed sync, context-budget planning with shadow telemetry events, and fix portal-resume smoke to skip force_deep_reasoning by default so session round-trip checks stay fast. Co-authored-by: Cursor <cursoragent@cursor.com>
36 lines
1.3 KiB
Bash
36 lines
1.3 KiB
Bash
# Goose v1.49 local canary example.
|
||
# Copy into .env.local via: bash scripts/switch-goose-v149-canary.sh on all
|
||
# Rollback: bash scripts/switch-goose-v149-canary.sh rollback
|
||
|
||
# --- Full canary (all Portal traffic → v1.49) ---
|
||
# TKMIND_GOOSE_CANARY=all
|
||
# TKMIND_API_TARGET=https://127.0.0.1:18049
|
||
# TKMIND_API_TARGET_STABLE=https://127.0.0.1:18006
|
||
# TKMIND_API_TARGET_V149=https://127.0.0.1:18049
|
||
|
||
# --- Per-user canary ---
|
||
# TKMIND_GOOSE_CANARY=users
|
||
# TKMIND_API_TARGET=https://127.0.0.1:18006
|
||
# TKMIND_API_TARGETS=https://127.0.0.1:18006,https://127.0.0.1:18049
|
||
# TKMIND_GOOSE_CANARY_USER_IDS=replace-with-user-uuid
|
||
|
||
# Memory safety (Phase 0–1)
|
||
MEMORY_BACKEND=legacy
|
||
MEMORY_VECTOR_ENABLED=0
|
||
MEMORY_AGENT_INJECTION_MODE=off
|
||
MEMORY_LIFECYCLE_ENABLED=0
|
||
MEMORY_CANDIDATE_ENABLED=0
|
||
|
||
# Goose v1.49 local session DB (isolated from production memind_sessions)
|
||
# GOOSE_SESSION_DB_URL=postgresql://john@127.0.0.1:5432/goose_sessions_v149_dev
|
||
|
||
# Headroom context compression (Phase 1, local loopback only)
|
||
# MEMIND_HEADROOM_MODE=off
|
||
# MEMIND_HEADROOM_PROXY_BASE_URL=http://127.0.0.1:8787/v1
|
||
# MEMIND_HEADROOM_UPSTREAM_BASE_URL=http://127.0.0.1:18036/v1
|
||
# HEADROOM_OUTPUT_SHAPER=0
|
||
|
||
# Context injection budget (Phase 2, default off — does not open memory injection)
|
||
# MEMIND_CONTEXT_BUDGET_MODE=off
|
||
# MEMIND_CONTEXT_BUDGET_MAX_CHARS=12000
|