mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-01 15:03:57 +08:00
Add benchmark results for fast3 and fast4, implement KeepAliveLspBridge, and add tests for staged strategies
- Added new benchmark result files: compare_2026-02-09_score_fast3.json and compare_2026-02-09_score_fast4.json. - Implemented KeepAliveLspBridge to maintain a persistent LSP connection across multiple queries, improving performance. - Created unit tests for staged clustering strategies in test_staged_stage3_fast_strategies.py, ensuring correct behavior of score and dir_rr strategies.
This commit is contained in:
@@ -238,6 +238,12 @@
|
||||
"condition": "Condition",
|
||||
"conditionPlaceholder": "e.g., {{prev.success}} === true",
|
||||
"artifacts": "Artifacts",
|
||||
"delivery": "Delivery",
|
||||
"targetSessionKey": "Target Session",
|
||||
"targetSessionKeyPlaceholder": "e.g., cli-session-... (from Issue Terminal tab)",
|
||||
"resumeKey": "resumeKey",
|
||||
"resumeKeyPlaceholder": "e.g., issue-123 or any stable key",
|
||||
"resumeStrategy": "resumeStrategy",
|
||||
"available": "Available:",
|
||||
"variables": "Variables:",
|
||||
"artifactsLabel": "Artifacts:",
|
||||
@@ -282,6 +288,11 @@
|
||||
"modeWrite": "Write (modify files)",
|
||||
"modeMainprocess": "Main Process (blocking)",
|
||||
"modeAsync": "Async (non-blocking)"
|
||||
,
|
||||
"deliveryNewExecution": "New execution",
|
||||
"deliverySendToSession": "Send to session",
|
||||
"resumeStrategyNative": "nativeResume",
|
||||
"resumeStrategyPromptConcat": "promptConcat"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user