feat(context): add dsh executor and headroom active loopback probe

Wire DeepSeek Harness as an optional fourth code executor (default off)
and add a loopback observation script that compares prompt tokens through
headroom proxy with OPENAI_TARGET_API_URL pointed at the compat proxy.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-09-09 21:32:57 +08:00
parent 40e4a527fe
commit fc4ac98e9f
13 changed files with 525 additions and 8 deletions
+1
View File
@@ -2,6 +2,7 @@ const EXECUTOR_DISPLAY_LABELS = Object.freeze({
cursor: 'TKMind 智趣',
aider: 'Aider',
openhands: 'OpenHands',
dsh: 'DeepSeek Harness',
goose: 'TKMind',
});