mirror of
https://github.com/Hmbown/DeepSeek-TUI.git
synced 2026-09-03 06:50:13 +08:00
feat(tui): quieter chrome, compatible hosts, and delete staged runtime_contract
Hosted Chat Completions backends (Baseten, Groq, Cerebras) land as Compatible setup templates, not ProviderKind variants. MCP manager copy names the server, the failure, and one recovery command. Idle metrics omit zeros. Working chrome says "in the current". Nine uncompiled runtime_contract files are gone. Dead-code budget 448 -> 372.
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
{
|
||||
"_comment": "Ceiling for `#[allow(dead_code)]` across crates/. This number may go down freely; raising it needs a reviewer to say why in the PR. Regenerate with: python3 scripts/check-dead-code-budget.py --update",
|
||||
"_issue": "https://github.com/Hmbown/CodeWhale/issues/4785",
|
||||
"total": 448,
|
||||
"total": 372,
|
||||
"per_crate": {
|
||||
"config": 1,
|
||||
"tools": 2,
|
||||
"tui": 445
|
||||
"tui": 370
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user