feat: enrich /status with context and quota details#13
Merged
Conversation
bba565e to
04be6d7
Compare
修正 native 主 agent 在 delta-only 场景下的最终文本 fallback,避免子 agent 出错后主流程看起来提前结束。 调整 Telegram 主进度面板在无最终文本时的收口文案,不再误报为已正常完成。 补全 /status 面板、回调处理和命令描述,展示额度窗口、使用比例、剩余比例与刷新时间。 补充 native、service、telegram、commands 层回归测试,并更新相关维护记录。
修正 native 协议解析只应由主线程的 turn/completed 结束当前轮次,避免子 agent 提前收口主流程。 移除把子 agent final/status 文本回填为主 agent 最终答案的错误回退,避免后续对话误绑定到子 agent。 补充主线程等待、主文本归属和子线程完成顺序的回归测试,并更新维护记录。
04be6d7 to
1cdc78e
Compare
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.
Closes #12
Summary
Verification