mirror of
https://github.com/Hmbown/DeepSeek-TUI.git
synced 2026-09-03 06:50:13 +08:00
- continual_harness ledger (bounded 24, PromptNote/SubagentSpec/SkillHint) + harness tool (overview/refine/remove) for persistent working context - /effort + /thinking aliases for ReasoningEffort - skills/recommend: deterministic skill ranker for /plugin suggest|recommend - voice: free ASR stack (GROQ_ASR_URL, LOCAL_WHISPER_BINS, detect_free_asr) - tui/ui split: apply/event_loop/handlers/dispatch/motion/overlays/provider_routes/release_check/session_state/frame/terminal extracted from 19k-line ui.rs - model catalog: Muse Spark 1.2 + ultra effort + cache_read costs - provider_defaults: gpt-5.5→5.6, muse-spark-1.1→1.2 canonical routes - locales: CmdEffortDescription, PickerActionSetStartupDefault, operate hint refresh - docs + budgets resynced; drop stale HANDOFF/RELEASE_EVIDENCE working notes - .gitignore: ignore .ralph/ agent scratch
11 lines
369 B
JSON
11 lines
369 B
JSON
{
|
|
"_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": 451,
|
|
"per_crate": {
|
|
"config": 1,
|
|
"tools": 2,
|
|
"tui": 448
|
|
}
|
|
}
|