mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-12 17:21:19 +08:00
feat: add CliStreamMonitor and related components for CLI output streaming
- Implemented CliStreamMonitor component for real-time CLI output monitoring with multi-execution support. - Created JsonFormatter component for displaying JSON content in various formats (text, card, inline). - Added utility functions for JSON detection and formatting in jsonUtils.ts. - Introduced LogBlock utility functions for styling CLI output lines. - Developed a new Collapsible component for better UI interactions. - Created IssueHubPage for managing issues, queue, and discovery with tab navigation.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "CLI 流式监控",
|
||||
"searchPlaceholder": "搜索输出...",
|
||||
"searchPlaceholder": "搜索日志...",
|
||||
"noExecutions": "没有正在执行的 CLI 任务",
|
||||
"noExecutionsHint": "启动 CLI 命令以查看实时输出",
|
||||
"selectExecution": "选择一个任务以查看输出",
|
||||
@@ -14,5 +14,36 @@
|
||||
"autoScroll": "自动滚动",
|
||||
"scrollToBottom": "滚动到底部",
|
||||
"close": "关闭",
|
||||
"refresh": "刷新"
|
||||
"refresh": "刷新",
|
||||
"refreshing": "刷新中...",
|
||||
"live": "实时",
|
||||
"executions": "{count} 个执行",
|
||||
"active": "{count} 个活跃",
|
||||
"filter": {
|
||||
"all": "全部",
|
||||
"errors": "错误",
|
||||
"content": "内容",
|
||||
"system": "系统"
|
||||
},
|
||||
"view": {
|
||||
"preview": "预览",
|
||||
"json": "JSON",
|
||||
"raw": "原始"
|
||||
},
|
||||
"viewMode": "视图模式",
|
||||
"settings": "设置",
|
||||
"noMessages": "等待消息...",
|
||||
"noMatch": "没有匹配的消息",
|
||||
"statusBar": "{total} 个执行 | {active} 个活跃 | {error} 个错误 | {lines} 行",
|
||||
"copy": "复制",
|
||||
"copied": "已复制",
|
||||
"rawJson": "原始 JSON",
|
||||
"retry": "重试",
|
||||
"dismiss": "关闭",
|
||||
"thinking": "思考中...",
|
||||
"streaming": "流式输出中...",
|
||||
"tokens": "令牌: {count}",
|
||||
"duration": "时长: {value}",
|
||||
"model": "模型: {name}",
|
||||
"user": "用户"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user