feat(proxy): show full dialer-proxy chain details on long-press - #5
Merged
Conversation
This reverts commit 989ef6a.
- Native side resolves dialer-proxy chains into physical order (entry -> ... -> exit) for every proxy in a group - Proxy model gains a chain field - Long-press a proxy node shows a dialog listing all hops with entry/middle/exit labels - Remove diagnostics feature (revert #4): the built-in logs page already covers log viewing/recording/export
Replace branch-scoped actions/cache with a repository secret holding the base64-encoded keystore, so every branch/run signs the agent APK with the same certificate and overwrite installs keep working.
… and core-version prompt 1. Streaming jitter: commit at ~15fps with larger chunks (66ms interval, 120 chars/commit, min 80 cps) and includeFontPadding=false for stable line metrics 2. Markdown visuals: theme-aware colors (surfaceVariant + onSurfaceVariant), rounded code blocks replacing flat gray, primary-color quote accent bar, primary link color 3. Stop preserves output: cancellation keeps the visible streamed text and appends a quoted stop note instead of wiping the message 4. Prompt: runtime.status now reports core_version + app_version; system prompt rule 13 requires checking the running mihomo core version before any config/override change and forbids unsupported fields
….13.0 has no CodeBlock class)
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.
本轮交付
移除诊断页(回退 feat(debug): add built-in diagnostics center #4):首页原有的「日志」功能已覆盖日志查看/录制/导出,删除重复入口
链式代理链路详情:代理页长按节点弹出「链路详情」对话框
实现
说明