feat(token-plan): add harness-quota command and prepare 1.25.0 - #203
Merged
Merged
Conversation
- 新增 token-plan harness-quota 命令用于显示 Harness 权益额度使用情况 - 实现权限基于 Console 认证,支持通过 --type 参数筛选 harness 类型 - 集成权益与 Harness 列表数据,展示已发放与待发放额度明细 - 支持标准输出和 JSON 格式输出展示额度及使用比例 - 添加单元测试覆盖多种输出及边界情况 - 更新 CLI 命令注册及相关文档和 Help 信息 - 添加 E2E 测试验证新命令行为及请求参数传递正确性
feat(token-plan): 新增 Token Plan harness 权益额度用量命令
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.
新增 bl token-plan harness-quota(Console 认证),查看 Token Plan harness 权益额度用量,支持 --type 筛选与 --output json。发版准备:五包版本 bump 到 1.25.0、中英 CHANGELOG 新增条目、SKILL.md metadata.version 同步。merge 后在 GitHub Actions Publish workflow 触发 mode=stable(package 选 bailian-cli 集合),需 production environment 审批。