feat: support MCP elicitation and rebuild release

This commit is contained in:
shiyue
2026-08-24 17:39:41 +08:00
parent dd233a40e8
commit bd20a79d4b
69 changed files with 8978 additions and 13 deletions

View File

@@ -26,6 +26,7 @@
</script>
<link rel="stylesheet" href="style.css?v=20260818-goal-mode-label">
<link rel="stylesheet" href="task-board.css?v=__CC_WEB_FRONTEND_ASSET_VERSION__">
<link rel="stylesheet" href="gitea-workflow.css?v=__CC_WEB_GITEA_WORKFLOW_ASSET_VERSION__">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark.min.css">
</head>
<body>
@@ -78,6 +79,9 @@
<button id="task-board-open" class="usage-dashboard-open" type="button" title="任务看板" aria-label="打开任务看板" aria-controls="task-board-panel" aria-expanded="false" hidden>
<span aria-hidden="true"></span>
</button>
<button id="gitea-workflow-open" class="usage-dashboard-open" type="button" title="Gitea Workflow" aria-label="打开 Gitea Workflow 管理" aria-controls="gitea-workflow-panel" aria-expanded="false">
<span aria-hidden="true"></span>
</button>
</div>
<span class="brand">CC-Web</span>
</div>
@@ -129,6 +133,18 @@
<div id="task-board-root" class="task-board-panel__root"></div>
</section>
<section id="gitea-workflow-panel" class="gitea-workflow-panel" role="dialog" aria-labelledby="gitea-workflow-title" aria-hidden="true" hidden>
<header class="gitea-workflow-panel__header">
<button id="gitea-workflow-close" type="button" class="usage-dashboard__icon-button" title="返回聊天" aria-label="返回聊天"></button>
<div>
<h2 id="gitea-workflow-title">Gitea Workflow</h2>
<p id="gitea-workflow-status" role="status" aria-live="polite">正在加载工作流状态…</p>
</div>
<button id="gitea-workflow-refresh" type="button" class="gitea-workflow__refresh">刷新</button>
</header>
<div id="gitea-workflow-root" class="gitea-workflow-panel__root"></div>
</section>
<!-- Slash command menu -->
<div id="cmd-menu" class="cmd-menu" hidden></div>
@@ -401,6 +417,7 @@
<script src="vendor/echarts.min.js?v=5.6.0"></script>
<script>window.ccWebFrontendAssetVersion = '__CC_WEB_FRONTEND_ASSET_VERSION__';</script>
<script src="task-board.js?v=__CC_WEB_FRONTEND_ASSET_VERSION__"></script>
<script src="gitea-workflow.js?v=__CC_WEB_GITEA_WORKFLOW_ASSET_VERSION__"></script>
<script src="app.js?v=__CC_WEB_FRONTEND_ASSET_VERSION__"></script>
</body>
</html>