diff --git a/dist-exe/cc-web-bun-linux-x64-baseline.tar.gz b/dist-exe/cc-web-bun-linux-x64-baseline.tar.gz index df5fb31..baf92a5 100644 Binary files a/dist-exe/cc-web-bun-linux-x64-baseline.tar.gz and b/dist-exe/cc-web-bun-linux-x64-baseline.tar.gz differ diff --git a/lib/agent-runtime.js b/lib/agent-runtime.js index 51ea4ec..f955b7f 100644 --- a/lib/agent-runtime.js +++ b/lib/agent-runtime.js @@ -82,7 +82,7 @@ function createAgentRuntime(deps) { const config = mcpServer?.config && typeof mcpServer.config === 'object' ? mcpServer.config : null; if (!server || !config) return; const prefix = `mcp_servers.${tomlKeySegment(server)}`; - for (const key of ['type', 'command', 'args', 'env', 'env_vars', 'url', 'startup_timeout_sec', 'tool_timeout_sec']) { + for (const key of ['type', 'command', 'args', 'env', 'env_vars', 'url', 'bearer_token_env_var', 'startup_timeout_sec', 'tool_timeout_sec']) { if (!Object.prototype.hasOwnProperty.call(config, key)) continue; args.push('-c', `${prefix}.${key}=${tomlValue(config[key])}`); } diff --git a/public/app.js b/public/app.js index bff58a9..63decb1 100644 --- a/public/app.js +++ b/public/app.js @@ -2,7 +2,7 @@ (function () { 'use strict'; - const ASSET_VERSION = '20260626-ccweb-prompt-compact-ui'; + const ASSET_VERSION = '20260629-ccweb-prompt-dark-theme'; const WS_URL = `${location.protocol === 'https:' ? 'wss' : 'ws'}://${location.host}/ws`; const RENDER_DEBOUNCE = 100; const COMPOSER_SUGGESTION_DEBOUNCE = 120; diff --git a/public/index.html b/public/index.html index 6e17a21..8cb545a 100644 --- a/public/index.html +++ b/public/index.html @@ -20,7 +20,7 @@ document.documentElement.dataset.dividerTime = dividerTime; })(); - +
@@ -173,6 +173,6 @@ - +