feat(tui): Phase 1 dynamic metrics — model info, session config, infra status#2159
Merged
feat(tui): Phase 1 dynamic metrics — model info, session config, infra status#2159
Conversation
…h-skills Add crates/zeph-skills/skills -> ../../.zeph/skills symlink so build.rs and bundled.rs reference $CARGO_MANIFEST_DIR/skills instead of the brittle ../../.zeph/skills traversal.
…a status Add 8 new fields to MetricsSnapshot: embedding_model, token_budget, compaction_threshold, vault_backend, active_channel, self_learning_enabled, cache_enabled, autosave_enabled. Populated at startup in runner.rs. Redesign Resources panel with LLM/Session/Infra grouped sections; collapse Session/Infra to summary lines when terminal height < 30. Status bar now shows active model name, replacing the low-value Panel toggle indicator.
Closed
15 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
MetricsSnapshot(zeph-core):embedding_model,token_budget,compaction_threshold,vault_backend,active_channel,self_learning_enabled,cache_enabled,autosave_enabledrunner.rs;active_channelderived from config presence (not env guessing)Non-blocking follow-ups (Phase 2)
cache_enabled→semantic_cache_enabledfor clarityactive_channeltelegram-token proxy detection withAnyChannelvariantTest plan
cargo nextest run --config-file .github/nextest.toml --workspace --features full --lib --bins— 6458/6459 pass (1 pre-existing failure: fix(config): migration does not add guardrail keys for configs without [security.guardrail] #2158)cargo +nightly fmt --check— passcargo clippy -p zeph-core -p zeph-tui -p zeph --features tui -- -D warnings— pass