filecat 6.62.0 → 6.62.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +64 -88
- package/build/dist/1472.ef934b49c3d33809a0b9.js +1 -0
- package/build/dist/2851.4c589b7b427d203a7c9e.js +1 -0
- package/build/dist/{354.1144df502d14a9b9c2c1.js → 354.9583edbcf80469b6fb21.js} +2 -2
- package/build/dist/678.ca54f4ec7fe245302d76.js +1 -0
- package/build/dist/index.html +1 -1
- package/build/dist/{main.28811d3c1bf84795744c.js → main.d7ff6747181cba55b0ae.js} +2 -2
- package/build/main.js +1 -1
- package/package.json +1 -1
- package/build/dist/1472.9a15a38ca60311c55865.js +0 -1
- package/build/dist/2851.dc11a52ef2da1897efaf.js +0 -1
- package/build/dist/678.6b39771efac19466a352.js +0 -1
- /package/build/dist/{354.1144df502d14a9b9c2c1.js.LICENSE.txt → 354.9583edbcf80469b6fb21.js.LICENSE.txt} +0 -0
- /package/build/dist/{main.28811d3c1bf84795744c.js.LICENSE.txt → main.d7ff6747181cba55b0ae.js.LICENSE.txt} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunkfilecat=self.webpackChunkfilecat||[]).push([[678,6010],{83277(e,s,t){t.d(s,{$j:()=>o,Lv:()=>a,qq:()=>i});class n{options_agent_url_list;options_agent_key_list;options_agent_model_list;options_local_file_path_prompt_list}class a{token;open=!1;note;index;url;model;request_type;json_params;sys_prompt;dotenv="";tool_mode=!1;show_options;static get_label_by_v(e,s){if(!e||!s?.length)return e;for(const t of s)if(t.value===e)return t.label;return e}static have_label_by_v(e,s){if(!e||!s?.length)return!1;for(const t of s)if(t.value===e)return!0;return!1}}class i extends n{tool_call_max=500;allow_exec_cmd_directly=!1;proxy_url;open_pick_model;max_recent_messages=12;compress_message_count=16;max_tool_content_chars=200}const c=JSON.stringify({stream:!0,thinking:{type:"disabled"}});function o(e){return"string"==typeof e?e:Array.isArray(e)?e.map(e=>"text"===e.type?e.text:"[图片]").join("\n"):""}t.d(s,["CP",0,'\n\n\n# 聊天循环最大次数\ntool_call_max=500\n# 是否允许AI直接执行命令而不需要用户确认,默认为false,需要用户手动确认,如果使用 workflow 这里等价于为 true\nallow_exec_cmd_directly=false\n\n# 可选的代理 url,如果指定了所有访问大模型的请求将会走代理\n#proxy_url=\n\n# 可选的多个url 以数组分割\n# options_agent_url_list=[{"value":"http://..","label":"openai"}]\n\n# 可选的多个 key\n# options_agent_key_list=[{"value":"sh-aaa","label":"option1"}]\n\n# 可选的多个 model\n# options_agent_model_list=[{"value":"gpt-5.5","label":"gpt"}]\n\n# 存放本地的 prompt 文件 用于每次聊天的时候自动读取并加载\n# options_local_file_path_prompt_list=["/prompt/a.txt"]\n\n# 开启切换模型 ,开启以后,你可以自己写 prompt 提供多个模型让 ai 自己根据每次聊天切换下一步调用其他模型的次数\n# open_pick_model=false\n\n# 压缩后仍然完整保留的最近消息数\nmax_recent_messages=12\n# 当单个会话累计消息条数超过该值时,触发历史消息裁剪\ncompress_message_count=16\n# 历史消息中 tool 输出的最大字符数,只保留调用形式让 AI 知道调用了就行\nmax_tool_content_chars=200\n',"cL",0,c])},93583(e,s,t){t.r(s),t.d(s,{default:()=>se});var n=t(96540),a=t(34843),i=t(86149),c=t(3606),o=t(92275),l=t(14284),r=t(7463),d=t(78247),u=t(40505),m=t(62042),h=t(45907),g=t(53459),p=t(72693),_=t(82893),x=t(61443),f=t(83277);function j(e){return null==e||e<0?"0":e.toLocaleString()}function v(e){const s=(0,f.$j)(e.content);if(s)return s;const t=e.content_list??[];return t.length?t.map(e=>(0,f.$j)(e.content)).filter(Boolean).join("\n\n"):""}function b(e=[]){return e.filter(e=>"user"===e.role||"assistant"===e.role).map((e,s)=>({id:Date.now()+s,sender:"assistant"===e.role?"bot":"user",text:v(e),attachments:e.attachments??[],content_list:e.content_list,images:e.images,audio:e.audio,embeddings:e.embeddings}))}const y=/\.(md|txt|json|js|jsx|ts|tsx|css|html?|xml|ya?ml|py|java|go|rs|c|cpp|h|hpp|sh|bat|cmd|ini|toml|csv|log|sql|env|gitignore|dockerfile)$/i;function w(e){return e.type?.startsWith("image/")?"image":e.type?.startsWith("text/")||y.test(e.name)?"text":"binary"}function S(e){return e.text()}function N(e){return new Promise((s,t)=>{const n=new FileReader;n.onload=()=>s(n.result),n.onerror=t,n.readAsDataURL(e)})}async function k(e){const s=[];for(const t of e){const e=w(t);let n="";if("text"===e)try{const e=await S(t),s=12e4;n=e.length>s?`${e.slice(0,s)}\n\n[内容已截断,原始长度 ${e.length} 字符]`:e}catch{n="[文本读取失败]"}else if("image"===e)try{n=await N(t)}catch{n=`[图片文件: ${t.name}]`}else n=`[二进制文件: ${t.name}]`;s.push({name:t.name,mime_type:t.type,size:t.size,kind:e,content:n})}return s}var C=t(14944);var A=t(52035),$=t(85997),I=t(34299),M=t(74848);function D(e){const s=e.attachments&&e.attachments.length>0?(0,M.jsx)("div",{className:"chat-message-attachments",children:e.attachments.map((e,s)=>(0,M.jsxs)("div",{className:"chat-message-attachment",children:[(0,M.jsx)($.In,{icon:"attach_file"}),(0,M.jsx)("span",{children:e.name}),(0,M.jsxs)("small",{children:[e.size," B"]})]},`${e.name}_${s}`))}):null,t=[];e.images&&"bot"===e.sender&&t.push((0,M.jsx)(n.Fragment,{children:(0,M.jsx)(H,{images:e.images,text:e.text})},"images")),e.audio&&"bot"===e.sender&&t.push((0,M.jsx)(n.Fragment,{children:(0,M.jsx)(T,{audio:e.audio,text:e.text})},"audio")),e.embeddings&&"bot"===e.sender&&t.push((0,M.jsx)(n.Fragment,{children:(0,M.jsx)(K,{embeddings:e.embeddings,text:e.text})},"embeddings"));const a=function(e){if("bot"!==e.sender||!e.content_list?.length)return e.text?(0,M.jsx)(I.default,{context:e.text}):null;return(0,M.jsxs)(M.Fragment,{children:[e.content_list.map((e,s)=>{const t=[],a=(0,f.$j)(e.content);return a&&t.push((0,M.jsx)(n.Fragment,{children:(0,M.jsx)(I.default,{context:a})},`content-${s}`)),e.tool_call_ends?.length&&t.push((0,M.jsx)(n.Fragment,{children:(0,M.jsx)(R,{callList:e.tool_call_ends})},`tool-${s}`)),(0,M.jsx)(n.Fragment,{children:t},`part-${s}`)}),!e.content_list.some(e=>e.content)&&e.text?(0,M.jsx)(I.default,{context:e.text}):null]})}(e);return 0===t.length?(0,M.jsxs)(M.Fragment,{children:[s,a]}):(0,M.jsxs)(M.Fragment,{children:[t,s,a]})}function R({callList:e}){const[s,t]=n.useState(!1);if(!e?.length)return null;e.filter(e=>e.success).length;const a=e.filter(e=>!e.success).length;return(0,M.jsxs)("div",{className:"chat-message-call-list",children:[(0,M.jsxs)("div",{className:"call-list-header",onClick:()=>t(!s),children:[(0,M.jsx)($.In,{icon:s?"expand_less":"expand_more"}),(0,M.jsxs)("span",{className:"call-list-summary",children:["工具调用 (",e.length,")",a>0&&(0,M.jsx)("span",{className:"call-list-fail",children:" 失败 "})]})]}),s&&(0,M.jsx)("div",{className:"call-list-body",children:e.map((e,s)=>(0,M.jsxs)("div",{className:"call-list-item "+(e.success?"call-success":"call-fail"),children:[(0,M.jsxs)("div",{className:"call-list-item-header",children:[(0,M.jsx)($.In,{icon:e.success?"check_circle":"error"}),(0,M.jsx)("span",{className:"call-list-tool-name",children:e.tool_display_name||e.tool_name}),(0,M.jsxs)("span",{className:"call-list-duration",children:[e.duration_ms,"ms"]})]}),e.tool_args&&(0,M.jsxs)("details",{className:"call-list-details",children:[(0,M.jsx)("summary",{children:"参数"}),(0,M.jsx)("pre",{className:"call-list-pre",children:JSON.stringify(e.tool_args,null,2)})]}),!e.success&&e.error&&(0,M.jsxs)("details",{className:"call-list-details",children:[(0,M.jsx)("summary",{children:"错误"}),(0,M.jsx)("pre",{className:"call-list-pre call-list-error-text",children:e.error})]}),e.success&&e.tool_result&&(0,M.jsxs)("details",{className:"call-list-details",children:[(0,M.jsx)("summary",{children:"结果"}),(0,M.jsx)("pre",{className:"call-list-pre",children:e.tool_result.length>500?e.tool_result.slice(0,500)+"...":e.tool_result})]})]},s))})]})}function H({images:e,text:s}){let t=e||[];if(!t.length&&s)try{t=JSON.parse(s).data||[]}catch{}return t.length?(0,M.jsxs)("div",{className:"image-generation-result",children:[t.map((e,s)=>(0,M.jsxs)("div",{className:"image-generation-item",children:[e.url&&(0,M.jsx)("div",{className:"image-generation-image-wrapper",children:(0,M.jsx)("img",{src:e.url,alt:e.revised_prompt||`生成的图片 ${s+1}`,loading:"lazy"})}),e.b64_json&&(0,M.jsx)("div",{className:"image-generation-image-wrapper",children:(0,M.jsx)("img",{src:`data:image/png;base64,${e.b64_json}`,alt:`生成的图片 ${s+1}`})}),e.revised_prompt&&(0,M.jsx)("p",{className:"image-generation-prompt",children:(0,M.jsx)("small",{children:e.revised_prompt})})]},s)),s&&!e&&(0,M.jsx)(I.default,{context:s})]}):(0,M.jsx)(I.default,{context:s||""})}function T({audio:e,text:s}){if(e){if(e.url)return(0,M.jsx)("div",{className:"audio-result",children:(0,M.jsx)("audio",{controls:!0,src:e.url,children:"您的浏览器不支持音频播放"})});if(e.data){const s=e.mime_type||"audio/mpeg";return(0,M.jsx)("div",{className:"audio-result",children:(0,M.jsx)("audio",{controls:!0,src:`data:${s};base64,${e.data}`,children:"您的浏览器不支持音频播放"})})}}const t=s||"";if(t.startsWith("http://")||t.startsWith("https://"))return(0,M.jsx)("div",{className:"audio-result",children:(0,M.jsx)("audio",{controls:!0,src:t,children:"您的浏览器不支持音频播放"})});try{const e=JSON.parse(t);if(e?.data||e?.audio_data){const s=e.data||e.audio_data;return(0,M.jsx)("div",{className:"audio-result",children:(0,M.jsx)("audio",{controls:!0,src:`data:audio/mpeg;base64,${s}`,children:"您的浏览器不支持音频播放"})})}}catch{}return(0,M.jsx)(I.default,{context:t})}function E({content:e,label:s}){const[t,a]=n.useState(!1);return(0,M.jsxs)("button",{className:"embeddings-copy-btn",onClick:()=>{(0,u.lW)(e),a(!0),setTimeout(()=>a(!1),1500)},children:[(0,M.jsx)($.In,{icon:t?"check":"content_copy"}),t?"已复制":s||"复制"]})}function K({embeddings:e,text:s}){let t=e||null;if(!t&&s)try{t=JSON.parse(s)}catch{return(0,M.jsx)(I.default,{context:s})}if(!t)return(0,M.jsx)(I.default,{context:s||""});const n=t?.data||[],a=t?.usage,i=JSON.stringify(t,null,2);return(0,M.jsxs)("div",{className:"embeddings-result",children:[(0,M.jsxs)("div",{className:"embeddings-summary",children:[(0,M.jsx)("strong",{children:"向量嵌入结果"}),(0,M.jsxs)("span",{children:["维度: ",n[0]?.embedding?.length??"N/A"]}),(0,M.jsxs)("span",{children:["数量: ",n.length]}),a&&(0,M.jsxs)("span",{children:["使用 tokens: ",a.total_tokens??"N/A"]})]}),(0,M.jsxs)("div",{className:"embeddings-toolbar",children:[(0,M.jsx)(E,{content:i,label:"复制全部结果"}),n.length>0&&n[0]?.embedding&&(0,M.jsx)(E,{content:JSON.stringify(n[0].embedding,null,2),label:"复制第一条向量"}),n.length>0&&(0,M.jsx)(E,{content:JSON.stringify(n.map(e=>e.embedding),null,2),label:"复制所有向量数据"})]}),n.length>0&&n[0]?.embedding&&(0,M.jsx)("div",{className:"embeddings-preview",children:(0,M.jsxs)("span",{children:["向量预览: [",n[0].embedding.slice(0,5).join(", "),n[0].embedding.length>5?", ...":"","]"]})}),n.length>0&&(0,M.jsxs)("details",{children:[(0,M.jsx)("summary",{children:"查看详细数据"}),(0,M.jsx)("pre",{className:"embeddings-raw",children:i})]})]})}async function P(e,s){const t=function(){try{return(0,A.zp)().get(_.AG.ai_images_extra_params)||{}}catch{return{}}}(),n={prompt:e,n:t.n??1,size:t.size??"1024x1024",session_id:s};if(t.quality&&(n.quality=t.quality),t.style&&(n.style=t.style),t.extra_json)try{const e=JSON.parse(t.extra_json);Object.assign(n,e)}catch(e){console.warn("图片额外参数 JSON 解析失败:",e)}const a=await l.jV.post("images/generations",n);if(0!==a.code)throw new Error(a.message||"图片生成失败");const i=a.data||{},c=(i.data||[]).map(e=>({url:e.url,b64_json:e.b64_json,revised_prompt:e.revised_prompt})),o=c.map((e,s)=>`${e.revised_prompt?`\n> ${e.revised_prompt}`:""}`).join("\n\n");return{session_id:i.session_id||s,images:c,text:o||`生成了 ${c.length} 张图片`}}async function V(e,s,t,n){try{switch(e){case"images":{const e=await P(s,t);return e&&n(e.text,{images:e.images}),!0}case"audio_speech":{const e=await async function(e,s){const t={input:e,session_id:s};try{const e=localStorage.getItem("ai_audio_extra_params");if(e){const s=JSON.parse(e);s.voice&&(t.voice=s.voice),s.speed&&(t.speed=parseFloat(s.speed))}}catch{}const n=localStorage.getItem("token")||"",a=await fetch("/api/ai_agent/audio/speech",{method:"POST",headers:{"Content-Type":"application/json",Authorization:n},body:JSON.stringify(t)});if(!a.ok)throw new Error(`语音合成失败: ${a.statusText}`);const i=a.headers.get("X-Session-Id")||s,c=await a.arrayBuffer();return{session_id:i,audio:{data:btoa(String.fromCharCode(...Array.from(new Uint8Array(c)))),mime_type:a.headers.get("content-type")||"audio/mpeg"},text:`[音频文件: ${e.slice(0,50)}...]`}}(s,t);return e&&n(e.text,{audio:e.audio}),!0}case"embeddings":{const e=await async function(e,s){const t=await l.jV.post("embeddings",{input:e,session_id:s});if(0!==t.code)throw new Error(t.message||"Embeddings 请求失败");const n=t.data||{},a=n?.data??[],i=`向量维度: ${a[0]?.embedding?.length??0}, 数量: ${a.length}`;return{session_id:n.session_id||s,embeddings:n,text:`✅ Embeddings 结果 - ${i}\n\`\`\`json\n${JSON.stringify(n,null,2).slice(0,2e3)}\n\`\`\``}}(s,t);return e&&n(e.text,{embeddings:e.embeddings}),!0}default:return!1}}catch(e){return n(`请求失败: ${e?.message||JSON.stringify(e)}`),!0}}var B=t(57952),F=t(23430),q=t(87361);const L=({currentModelName:e,setCurrentModelName:s,envConfigRef:t,sysPromptList:n,batchMode:o,selectedMsgCount:r,onToggleSessionPanel:u,onCreateSession:h,onToggleBatchMode:p,onBatchDeleteMessages:f,bgProcessVisible:j,bgProcessCount:v,onToggleBgProcess:b,selectedSysPromptId:y,setSelectedSysPromptId:w})=>{const{t:S}=(0,i.B)(),N=(0,c.Zp)(),{check_user_auth:k}=(0,d.MH)(),[,C]=(0,a.fp)(_.AG.ai_session_collapsed);return(0,M.jsxs)(B.A,{children:[(0,M.jsx)($.rA,{icon:"menu",title:S("会话"),onClick:u}),(0,M.jsx)($.rA,{icon:"add",title:S("新会话"),onClick:()=>h()}),n.length>0&&(0,M.jsx)(x.l6,{value:y,options:[{title:S("选择系统提示词"),value:""},...n.map(e=>({title:e.note||e.prompt.slice(0,30),value:String(e.index)}))],onChange:e=>{w(e)},no_border:!0,width:"auto"}),(t.current?.ai_config_env?.options_agent_model_list?.length??0)>0&&(0,M.jsx)(x.l6,{value:e,options:t.current.ai_config_env.options_agent_model_list?.map(e=>({title:e.label,value:e.value}))??[],onChange:e=>{s(e),l.jV.post("set_active_model",{model_name:e}).then(()=>{(0,m.SK)("success"),l.XO.get("ai_agent_setting/env").then(e=>{e.code===g.m.Success&&(t.current=e.data)})}).catch(console.error)},no_border:!0,width:"auto"}),o&&r>0&&(0,M.jsx)($.rA,{icon:"delete",title:S("删除选中消息"),onClick:f}),(0,M.jsx)($.rA,{icon:"terminal",title:S("后台进程"),onClick:b,selected:j,tip:v||null}),k(F.oV.ai_agent_setting)&&(0,M.jsx)($.rA,{icon:"smart_toy",title:"机器人配置",onClick:()=>{N(q.o.ai_rebot_setting_page)}}),k(F.oV.ai_agent_setting)&&(0,M.jsx)($.rA,{icon:"settings",title:"ai setting",onClick:()=>{N(q.o.ai_agent_setting_page)}})]})};var O=t(27690);function z({sessions:e,activeSessionId:s,onSelectSession:t,onRenameSession:c,onDeleteSession:o,onToggleCmdAuto:l,onShowUsageStats:r,batchMode:d,selectedSessionIds:u,onToggleSessionSelect:m,onToggleBatchMode:h,onBatchDeleteSessions:g,onClearAllSessions:p}){const{t:x}=(0,i.B)(),[f,j]=(0,a.fp)(_.AG.ai_session_collapsed),[v,b]=(0,n.useState)(""),y=v.trim()?e.filter(e=>(e.title||"").toLowerCase().includes(v.toLowerCase())||(e.summary||"").toLowerCase().includes(v.toLowerCase())||(e.long_term_memory||"").toLowerCase().includes(v.toLowerCase())):e;return(0,M.jsxs)("aside",{className:`chat-session-list ${f?"active":""} ${f?"collapsed":""}`,children:[(0,M.jsx)("div",{className:"chat-session-search",children:(0,M.jsx)("input",{type:"text",className:"chat-session-search-input",placeholder:x("搜索会话"),value:v,onChange:e=>b(e.target.value)})}),(0,M.jsx)("div",{className:"chat-session-items-wrap",children:y.map(e=>{return(0,M.jsx)("div",{children:(0,M.jsxs)("button",{className:`chat-session-item ${s===e.id?"active":""} ${d?"batch-mode":""} ${e.running?"is-running":""}`,onClick:()=>{d&&m?m(e.id):t(e.id)},title:e.summary||e.long_term_memory||e.title,children:[d&&(0,M.jsx)("input",{type:"checkbox",className:"chat-session-checkbox",checked:u?.has(e.id)??!1,onChange:()=>m?.(e.id),onClick:e=>e.stopPropagation()}),(0,M.jsx)("span",{children:(n=e.title,n||"新会话")}),e.running&&(0,M.jsx)("span",{className:"chat-session-running",title:x("正在执行中")}),(0,M.jsx)("small",{children:e.message_count}),"web"!==e.source&&(0,M.jsx)("em",{className:"chat-session-source",children:e.source}),!d&&(0,M.jsx)(O.MenuSelect,{list:[{name:x("重命名"),click:()=>c(e.id,e.title)},{name:e.cmd_auto_allow?x("命令检测关闭"):x("命令检测开启"),click:()=>l?.(e.id,!e.cmd_auto_allow)},{name:x("字符消耗统计"),click:()=>r(e.id)},{name:x("删除"),click:()=>o(e.id)}],children:(0,M.jsx)($.In,{icon:"more_horiz"})})]})},e.id);var n})}),(0,M.jsxs)("div",{className:"chat-session-actions",children:[(0,M.jsx)($.rA,{icon:d?"check_circle":"checklist",title:x(d?"取消批量选择":"批量选择"),onClick:h}),d&&(u?.size??0)>0&&(0,M.jsx)($.rA,{icon:"delete",title:x("删除选中会话"),onClick:g}),!d&&(0,M.jsx)($.rA,{icon:"delete_sweep",title:x("删除全部会话"),onClick:p})]})]})}function J(e){const s=(e.text||"").split("\n").map(e=>e.trim()).find(Boolean)||"";return s.length>80?s.slice(0,80)+"…":s}const G=({messages:e,batchMode:s,selectedMsgIds:t,sending:a,chatContainerRef:i,messagesEndRef:c,onToggleMsgSelect:o,onDelete:l,onCopy:r,onToggleBatchMode:d,t:u})=>{const[m,h]=(0,n.useState)(new Set),g=(0,n.useMemo)(()=>e.filter(e=>!e.is_loading).map(e=>e.id),[e]),p=e=>{h(s=>{const t=new Set(s);return t.has(e)?t.delete(e):t.add(e),t})},_=()=>{h(e=>e.size>0&&g.every(s=>e.has(s))?new Set:new Set(g))};return(0,M.jsxs)("div",{className:"chat-messages",ref:i,"data-sending":a?"true":"false",children:[e.map(e=>{const n=m.has(e.id);return(0,M.jsxs)("div",{className:`chat-message ${e.sender} ${s?"batch-mode":""} ${e.is_loading?"is-loading":""} ${n?"collapsed":""}`,children:[s&&(0,M.jsx)("input",{type:"checkbox",className:"chat-message-checkbox",checked:t.has(e.id),onChange:()=>o(e.id)}),e.is_loading?(0,M.jsxs)("div",{className:"ai-loading-bubble",children:[(0,M.jsxs)("div",{className:"ai-loading-dots",children:[(0,M.jsx)("span",{className:"ai-loading-dot"}),(0,M.jsx)("span",{className:"ai-loading-dot"}),(0,M.jsx)("span",{className:"ai-loading-dot"})]}),(0,M.jsx)("span",{className:"ai-loading-text",children:e.text})]}):(0,M.jsxs)(M.Fragment,{children:[n?(0,M.jsxs)("div",{className:"chat-message-summary",title:e.text,onClick:()=>p(e.id),children:[(0,M.jsx)("span",{className:"chat-message-summary-icon",children:"▸"}),(0,M.jsx)("span",{className:"chat-message-summary-text",children:J(e)||u("(无内容)")})]}):(0,M.jsx)("div",{className:"chat-message-body",children:D(e)}),(0,M.jsxs)("div",{className:"message-collapse-bar",children:[(0,M.jsx)("button",{onClick:()=>p(e.id),children:u(n?"展开":"折叠")}),(0,M.jsx)("button",{onClick:_,children:u("全部折叠")})]}),(0,M.jsx)("div",{className:"message-actions",children:s?(0,M.jsx)("button",{onClick:()=>o(e.id),children:t.has(e.id)?u("取消选择"):u("选择")}):(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)("button",{onClick:()=>l(e.id),children:u("删除")}),(0,M.jsx)("button",{onClick:()=>r(e.text),children:u("复制")}),(0,M.jsx)("button",{onClick:d,children:u("多选")})]})})]})]},e.id)}),(0,M.jsx)("div",{ref:c})]})};function W({onClose:e}){const{t:s}=(0,i.B)(),[t,c]=(0,a.fp)(_.AG.ai_images_extra_params),[o,l]=(0,n.useState)(t.size||"1024x1024"),[r,d]=(0,n.useState)(String(t.n??1)),[u,m]=(0,n.useState)(t.quality||""),[h,g]=(0,n.useState)(t.style||""),[p,f]=(0,n.useState)(t.extra_json||"");return(0,M.jsxs)("div",{className:"card floating",children:[(0,M.jsx)("div",{className:"card-title",children:(0,M.jsx)("h2",{children:s("图片生成参数设置")})}),(0,M.jsxs)("div",{className:"card-content",children:[(0,M.jsx)(x.Sm,{placeholderOut:s("图片尺寸 (size)"),value:o,handleInputChange:l,placeholder:"1024x1024"}),(0,M.jsx)(x.Sm,{placeholderOut:s("生成数量 (n)"),value:r,handleInputChange:d,type:"number"}),(0,M.jsx)(x.Sm,{placeholderOut:s("画质 (quality)"),value:u,handleInputChange:m,placeholder:"standard / hd"}),(0,M.jsx)(x.Sm,{placeholderOut:s("风格 (style)"),value:h,handleInputChange:g,placeholder:"vivid / natural"}),(0,M.jsx)(x.Sm,{placeholderOut:s("额外参数 JSON"),value:p,handleInputChange:f,placeholder:'{"key":"value"}'})]}),(0,M.jsxs)("div",{className:"card-action",children:[(0,M.jsx)("button",{className:"button button--flat button--grey",onClick:e,children:s("取消")}),(0,M.jsx)("button",{className:"button button--flat",onClick:()=>{const s={size:o,n:parseInt(r)||1};u&&(s.quality=u),h&&(s.style=h),p&&(s.extra_json=p),c(s),e()},children:s("确定")})]})]})}function Q({requestType:e}){const{t:s}=(0,i.B)(),[t,a]=(0,n.useState)(!1);return"completions"===e?null:(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)($.rA,{icon:"tune",title:s("模型参数设置"),onClick:()=>a(!0)}),t&&(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)("div",{className:"overlay",onClick:()=>a(!1)}),"images"===e&&(0,M.jsx)(W,{onClose:()=>a(!1)})]})]})}const U=(0,n.forwardRef)(function({placeholder:e="",disabled:s=!1,className:t,style:a,onEnter:i,onPaste:c,onChange:o},l){const r=(0,n.useRef)(null),[d,u]=(0,n.useState)(!0),[m,h]=(0,n.useState)(!1),g=(0,n.useCallback)(()=>{const e=r.current;return e?(e.textContent??"").replace(/\u00A0/g," ").trimEnd():""},[]);(0,n.useImperativeHandle)(l,()=>({getValue:()=>g(),setValue:e=>{const s=r.current;if(!s)return;s.textContent=e,u(!e);const t=document.createRange();t.selectNodeContents(s),t.collapse(!1);const n=window.getSelection();n?.removeAllRanges(),n?.addRange(t)},clear:()=>{const e=r.current;e&&(e.textContent="",u(!0))},focus:()=>r.current?.focus()})),(0,n.useEffect)(()=>{const e=r.current;if(!e)return;const s=()=>u(!e.textContent);return e.addEventListener("input",s),()=>e.removeEventListener("input",s)},[]);return(0,M.jsx)("div",{ref:r,contentEditable:!s,suppressContentEditableWarning:!0,className:"rich-textarea"+(t?" "+t:""),style:a,onKeyDown:e=>{m||"Enter"!==e.key||e.shiftKey||e.ctrlKey||e.metaKey||e.altKey||(e.preventDefault(),i?.())},onPaste:c,onInput:()=>o?.(g()),onCompositionStart:()=>h(!0),onCompositionEnd:()=>h(!1),"data-placeholder":d?e:void 0})});function X({pendingAttachments:e,onRemove:s}){return 0===e.length?null:(0,M.jsx)("div",{className:"chat-attachment-strip",children:e.map((e,t)=>(0,M.jsxs)("div",{className:"chat-attachment-chip",children:[(0,M.jsx)($.In,{icon:"attach_file"}),(0,M.jsx)("span",{title:e.name,children:e.name}),(0,M.jsx)("button",{type:"button",onClick:()=>s(t),children:(0,M.jsx)($.In,{icon:"close"})})]},`${e.name}_${t}`))})}const Z=(0,n.forwardRef)(({onSend:e,sending:s,onAbort:t,pendingAttachments:c,onRemoveAttachment:o,onOpenFilePicker:l,onAddFiles:r,onDrop:d,onDragOver:u,fileInputRef:m,requestType:h},g)=>{const{t:p}=(0,i.B)(),x=(0,n.useRef)(null),[f,j]=(0,n.useState)(!1),v=(0,n.useRef)(null),[b,y]=(0,a.fp)(_.AG.ai_chat_input_height);(0,n.useImperativeHandle)(g,()=>({getValue:()=>x.current?.getValue()??"",setValue:e=>x.current?.setValue(e),clear:()=>x.current?.clear()}));const w=(0,n.useCallback)(e=>{const s=v.current;if(!s)return;const t=s.getBoundingClientRect().bottom-e.clientY;let n=Math.round(t/21.375);n=Math.max(2,Math.min(20,n)),y(n)},[y]),S=(0,n.useCallback)(()=>j(!0),[]),N=(0,n.useCallback)(()=>j(!1),[]);(0,n.useEffect)(()=>{if(!f)return;const e=w;return window.addEventListener("pointermove",e),window.addEventListener("pointerup",N),()=>{window.removeEventListener("pointermove",e),window.removeEventListener("pointerup",N)}},[f,w,N]);const k={minHeight:`${b}em`,maxHeight:`${b}em`};return(0,M.jsxs)("div",{ref:v,className:"chat-input-area",onDrop:d,onDragOver:u,children:[(0,M.jsx)("div",{className:"chat-input-resize-handle"+(f?" dragging":""),onPointerDown:S}),(0,M.jsx)("input",{ref:m,type:"file",multiple:!0,style:{display:"none"},onChange:e=>{e.target.files?.length&&(r(e.target.files),e.currentTarget.value="")}}),(0,M.jsxs)("div",{className:"chat-input-shell",style:k,children:[(0,M.jsx)(X,{pendingAttachments:c,onRemove:o}),(0,M.jsx)(U,{ref:x,placeholder:p("输入消息"),onEnter:()=>e(),onPaste:e=>{const s=e.clipboardData?.files;s&&s.length>0&&(e.preventDefault(),r(s))},className:"chat-input",style:k})]}),(0,M.jsx)($.rA,{title:p("添加文件"),icon:"attach_file",onClick:l}),(0,M.jsx)(Q,{requestType:h}),s?(0,M.jsx)($.Vi,{color:"var( --icon-red)",text:p("暂停"),clickFun:t}):(0,M.jsx)($.Vi,{text:p("发送"),clickFun:e}),f&&(0,M.jsx)("div",{className:"chat-input-overlay",onPointerUp:N})]})}),Y={},ee=function(){const{t:e}=(0,i.B)(),[s,t]=(0,n.useState)([]),[c,l]=(0,n.useState)(!1),[r,d]=(0,n.useState)(null),[u,h]=(0,n.useState)(null),[g,p]=(0,n.useState)(!1),[x,f]=(0,a.fp)(_.AG.ai_bg_expanded),[,j]=(0,a.fp)(_.AG.ai_session_collapsed),v=()=>{f(!1)},b=(0,n.useCallback)(async()=>{l(!0);try{const e=new o.hf(o.HK.ai_bg_process_list_req);e.context={};const s=await C.ws.send(e);s?.context?.processes&&(t(s.context.processes),Y.onCountChange?.(s.context.processes.length))}catch(e){console.error("获取后台进程列表失败",e)}finally{l(!1)}},[]);Y.refresh=b;const y=(0,n.useCallback)(async e=>{p(!0),d(e);try{const s=new o.hf(o.HK.ai_bg_process_output_req);s.context={pid:e};const t=await C.ws.send(s);h(t.context)}catch(e){console.error("获取进程输出失败",e),(0,m.zN)("获取进程输出失败")}finally{p(!1)}},[]),w=(0,n.useCallback)(async e=>{try{const s=new o.hf(o.HK.ai_bg_process_kill_req);s.context={pid:e};const t=await C.ws.send(s);t?.context?.success?((0,m.SK)("进程已终止"),b(),r===e&&(d(null),h(null))):(0,m.zN)(t?.context?.message||"终止失败")}catch(e){console.error("终止进程失败",e),(0,m.zN)("终止进程失败")}},[b,r]);(0,n.useEffect)(()=>{b();const e=setInterval(b,5e3);return()=>clearInterval(e)},[b]);const S=s.filter(e=>e.running),N=s.filter(e=>!e.running);return(0,M.jsxs)(M.Fragment,{children:[x&&(0,M.jsx)("div",{className:"chat-session-overlay",onClick:v}),(0,M.jsxs)("aside",{className:"chat-bg-process-panel "+(x?"expanded":""),children:[(0,M.jsxs)("div",{className:"chat-bg-process-header",children:[(0,M.jsx)("span",{className:"chat-bg-process-title",children:e("后台进程")}),(0,M.jsx)($.rA,{icon:"close",title:e("关闭"),onClick:v})]}),(0,M.jsxs)("div",{className:"chat-bg-process-toolbar",children:[(0,M.jsx)($.rA,{icon:"refresh",title:e("刷新"),onClick:b}),(0,M.jsxs)("span",{className:"chat-bg-process-count",children:[S.length," ",e("个运行中"),N.length>0&&` / ${N.length} ${e("个已退出")}`]})]}),(0,M.jsxs)("div",{className:"chat-bg-process-list",children:[c&&0===s.length&&(0,M.jsx)("div",{className:"chat-bg-process-empty",children:e("加载中...")}),!c&&0===s.length&&(0,M.jsx)("div",{className:"chat-bg-process-empty",children:e("暂无后台进程")}),S.map(s=>(0,M.jsxs)("div",{className:`chat-bg-process-item ${r===s.pid?"active":""} running`,children:[(0,M.jsxs)("div",{className:"chat-bg-process-item-main",onClick:()=>y(s.pid),children:[(0,M.jsxs)("span",{className:"chat-bg-process-pid",children:["PID: ",s.pid]}),(0,M.jsx)("span",{className:"chat-bg-process-cmd",title:s.cmd,children:s.cmd.length>40?s.cmd.slice(0,40)+"...":s.cmd}),(0,M.jsx)("span",{className:"chat-bg-process-time",children:new Date(s.start_time).toLocaleTimeString()}),(0,M.jsx)("span",{className:"chat-bg-process-status running-dot",title:e("运行中"),children:"●"})]}),(0,M.jsxs)("div",{className:"chat-bg-process-item-actions",children:[(0,M.jsx)($.rA,{icon:"terminal",title:e("查看输出"),onClick:()=>y(s.pid)}),(0,M.jsx)($.rA,{icon:"stop",title:e("终止进程"),onClick:()=>w(s.pid)})]})]},s.pid)),N.map(e=>(0,M.jsx)("div",{className:`chat-bg-process-item ${r===e.pid?"active":""} finished`,children:(0,M.jsxs)("div",{className:"chat-bg-process-item-main",onClick:()=>y(e.pid),children:[(0,M.jsxs)("span",{className:"chat-bg-process-pid",children:["PID: ",e.pid]}),(0,M.jsx)("span",{className:"chat-bg-process-cmd",title:e.cmd,children:e.cmd.length>30?e.cmd.slice(0,30)+"...":e.cmd}),(0,M.jsx)("span",{className:"chat-bg-process-time",children:new Date(e.start_time).toLocaleTimeString()}),(0,M.jsxs)("span",{className:"chat-bg-process-exit-code",children:["exit: ",e.exit_code]})]})},e.pid))]}),null!==r&&(0,M.jsxs)("div",{className:"chat-bg-process-output",children:[(0,M.jsxs)("div",{className:"chat-bg-process-output-header",children:[(0,M.jsxs)("span",{children:["PID: ",r," ",e("输出")]}),(0,M.jsx)($.rA,{icon:"close",title:e("关闭"),onClick:()=>{d(null),h(null)}})]}),(0,M.jsx)("div",{className:"chat-bg-process-output-content",children:g?(0,M.jsx)("div",{className:"chat-bg-process-empty",children:e("加载中...")}):u?(0,M.jsx)("pre",{className:"chat-bg-process-output-pre",children:u.output||e("(无输出)")}):null})]})]})]})};function se(){const{t:e}=(0,i.B)(),s=((0,c.Zp)(),(0,h.y)()),{check_user_auth:t}=(0,d.MH)();(0,p.w)();const[v,y]=(0,n.useState)([]),[w,S]=(0,n.useState)([]),[N,A]=(0,n.useState)(""),[$,I]=(0,n.useState)(null),[D,R]=(0,n.useState)(!1),H=(0,n.useRef)(null),[T,E]=(0,n.useState)([]),[K,P]=(0,a.fp)(_.AG.ai_session_collapsed),[B,F]=(0,a.fp)(_.AG.ai_bg_expanded),[q,O]=(0,a.fp)(_.AG.prompt_card),[J,W]=(0,n.useState)(!1),[Q,U]=(0,n.useState)(new Set),[X,se]=(0,n.useState)(new Set),[te,ne]=(0,n.useState)(""),ae=(0,n.useRef)(null),ie=(0,n.useRef)(null),ce=(0,n.useRef)(null),oe=(0,n.useRef)(!0),le=(0,n.useRef)(null),re=(0,n.useRef)(0),de=(0,n.useRef)(null),ue=(0,n.useRef)(N),me=(0,n.useRef)($);(0,n.useEffect)(()=>{ue.current=N},[N]),(0,n.useEffect)(()=>{me.current=$},[$]);const he=(0,n.useRef)(new f.qq),[ge,pe]=(0,n.useState)([]),[_e,xe]=(0,n.useState)(""),[fe,je]=(0,n.useState)(0),ve=()=>he?.current?.ai_config?.request_type||"completions",be=(0,n.useRef)((0,r.sg)(e=>{y(e),oe.current&&ye(!1)},50)).current,ye=(e=!1)=>{const s=ce.current;s&&s.scrollTo({top:s.scrollHeight,behavior:e?"smooth":"auto"})},we=async()=>{const e=await l.jV.get("sessions");e.code===g.m.Success&&S(e.data??[])},Se=function(e){const{getMessages:s,setMessages:t,setMessagesDebounced:a,setSending:i,getActiveSessionId:c,setActiveSessionId:l,refreshSessions:r,scrollToBottom:d,buildRequestMessages:u,getSelectedSysPromptId:m}=e,h=(0,n.useRef)([]),g=(0,n.useRef)(null),p=(e,n,l)=>{const h=[...s(),n];t(h),i(e),g.current={abort:()=>{}};const p={id:n.id+1,sender:"bot",text:"AI思考中...",is_loading:!0};h.push(p),t([...h]);const _=new Map;let x=!0,f=p;const j=s=>{const t=s.context||{},n=t.text||"",i=t.tool_call_ends,o=t.chunk_index??0;if("[DONE]"!==n)if(x)x=!1,f.text=n,i&&(f.content_list=[{tool_call_ends:i,content:f.text,role:"assistant"}]),f.is_loading=!1,f.chunk_index=o,_.set(o,f),c()===e&&a([...h]);else{const s=_.get(o);if(s)s.text+=n,i&&(s.content_list=[{tool_call_ends:i,content:s.text,role:"assistant"}]),c()===e&&a([...h]);else{const s={id:Date.now()+Math.random(),sender:"bot",text:n,chunk_index:o};i&&(s.content_list=[{tool_call_ends:i,content:s.text,role:"assistant"}]),h.push(s),_.set(o,s),c()===e&&a([...h])}}},v=s=>{y(),g.current=null,i(s=>s===e?null:s),f.is_loading=!1,r(),d(!0),l()},b=s=>{y(),g.current=null,i(s=>s===e?null:s);const n=s.context||{};f.text="AI请求出错: "+(n.message||"未知错误"),f.is_loading=!1,c()===e&&t([...h]),l()},y=()=>{C.ws.off_message(`message_${o.HK.ai_chat_msg}`,j),C.ws.off_message(`message_${o.HK.ai_chat_end}`,v),C.ws.off_message(`message_${o.HK.ai_chat_error}`,b)};C.ws.addMsg(o.HK.ai_chat_msg,j),C.ws.addMsg(o.HK.ai_chat_end,v),C.ws.addMsg(o.HK.ai_chat_error,b),C.ws.sendData(o.HK.ai_chat_req,{messages:u(n),session_id:e,sys_prompt_id:m()})},_=()=>{const e=h.current;if(0===e.length)return;const s=e.shift();if(!s)return;t(e=>e.map(e=>"user"===e.sender&&e.text.includes("⏳(排队中...)")?{...e,text:e.text.replace(" ⏳(排队中...)","")}:e));const n={id:Date.now(),sender:"user",text:s.text,attachments:s.attachments};p(c(),n,_)};return{startChatStream:p,processPendingQueue:_,enqueueMessage:(e,s)=>{h.current.push({text:e,attachments:s})},getQueueLength:()=>h.current.length,abort:()=>{const e=c();e&&(C.ws.sendData(o.HK.ai_chat_abort,{session_id:e}),g.current&&(g.current=null,i(s=>s===e?null:s)))}}}({getMessages:()=>v,setMessages:y,setMessagesDebounced:be,setSending:I,getActiveSessionId:()=>ue.current,setActiveSessionId:A,refreshSessions:we,scrollToBottom:ye,buildRequestMessages:e=>{const s=(e.attachments??[]).filter(e=>"image"===e.kind);if(s.length>0){const t=[];e.text&&t.push({type:"text",text:e.text});for(const e of s)t.push({type:"image_url",image_url:{url:e.content}});return[{content:t,role:"user",attachments:e.attachments??[]}]}return[{content:e.text,role:"bot"===e.sender?"assistant":"user",attachments:e.attachments??[]}]},getSelectedSysPromptId:()=>te}),Ne=async e=>{const s=await l.jV.get("sessions");if(s.code!==g.m.Success)return;const t=s.data??[];S(t);const n=null===e?t[0]?.id??"":e||N||t[0]?.id||"";n?await ke(n):(y([]),A(""))},ke=async(e,s=!1)=>{const t=await l.jV.post("session/get",{session_id:e});if(t.code!==g.m.Success||!t.data)return;const n=t.data;A(n.id),R(!!n.running),de.current&&de.current!==n.id&&C.ws.sendData(o.HK.ai_chat_subscribe,{session_id:de.current,subscribe:!1}),de.current=n.running?n.id:null,de.current&&C.ws.sendData(o.HK.ai_chat_subscribe,{session_id:de.current,subscribe:!0});const a=b(n.messages);n.running&&n.live_messages?.length?y([...a,...b(n.live_messages)]):y(a),ne(n.sys_prompt_id??""),s&&P(!1),Y.refresh?.(),requestAnimationFrame(()=>ye(!1))},Ce=e=>{const s=Array.from(e??[]).filter(Boolean);s.length&&E(e=>[...e,...s])},Ae=()=>{J&&(U(new Set),se(new Set)),W(e=>!e)};(0,n.useEffect)(()=>((async()=>{const e=await l.XO.get("ai_agent_setting/env");if(e.code===g.m.Success){he.current=e.data;const s=e.data.ai_config?.model||"",t=(e.data.ai_config_env?.options_agent_model_list??[]).find(e=>e.label===s);xe(t?t.value:s)}await Ne();const s=await l.jV.get("system_prompts");s.code===g.m.Success&&pe(s.data??[])})(),requestAnimationFrame(()=>ye(!1)),Y.onCountChange=je,Y.refresh?.(),C.ws.addMsg(o.HK.ai_bg_process_count_notify,e=>{const s=e?.context?.count;"number"==typeof s&&je(s)}),()=>{C.ws.removeMsg(o.HK.ai_bg_process_count_notify)}),[]),(0,n.useEffect)(()=>{const e=ce.current;if(!e)return;const s=()=>{oe.current=((e,s=120)=>{const{scrollTop:t,scrollHeight:n,clientHeight:a}=e;return n-(t+a)<s})(e)};return e.addEventListener("scroll",s),()=>e.removeEventListener("scroll",s)},[]),(0,n.useEffect)(()=>{const e=()=>ue.current,s=()=>me.current,t=(t,n)=>{if(e()&&e()===t){if(le.current=null,R(!1),de.current===t&&(C.ws.sendData(o.HK.ai_chat_subscribe,{session_id:t,subscribe:!1}),de.current=null),s()===t)return;n?.length?y(e=>{const s=b(n),t=e[e.length-1];return"bot"===t?.sender?[...e.slice(0,-1),...s]:[...e,...s]}):ke(t).catch(()=>{}),we()}},n=t=>{const n=t?.context||{};if(!n.session_id)return;var a,i,c;a=n.session_id,i=n.text||"",c=n.tool_call_ends,e()&&e()===a&&s()!==a&&y(e=>{const s=e[e.length-1];if(s&&"bot"===s.sender){const t=[...e],n={...s};return n.text+=i,c&&(n.content_list=[{tool_call_ends:c,content:n.text,role:"assistant"}]),t[t.length-1]=n,le.current=n.id,oe.current&&requestAnimationFrame(()=>ye(!1)),t}const t={id:Date.now()+Math.random(),sender:"bot",text:i};return c&&(t.content_list=[{tool_call_ends:c,content:i,role:"assistant"}]),le.current=t.id,oe.current&&requestAnimationFrame(()=>ye(!1)),[...e,t]});const o=Date.now();o-re.current>1500&&(re.current=o,we())},a=e=>{const s=e?.context||{};s.session_id&&t(s.session_id,s.once_messages_list)},i=e=>{const s=e?.context||{};s.session_id&&t(s.session_id)};return C.ws.addMsg(o.HK.ai_chat_msg,n),C.ws.addMsg(o.HK.ai_chat_end,a),C.ws.addMsg(o.HK.ai_chat_error,i),()=>{C.ws.off_message(`message_${o.HK.ai_chat_msg}`,n),C.ws.off_message(`message_${o.HK.ai_chat_end}`,a),C.ws.off_message(`message_${o.HK.ai_chat_error}`,i),de.current&&(C.ws.sendData(o.HK.ai_chat_subscribe,{session_id:de.current,subscribe:!1}),de.current=null)}},[]),(0,n.useLayoutEffect)(()=>{oe.current&&ye(!1)},[v]);return(0,M.jsxs)(n.Fragment,{children:[(0,M.jsx)(L,{currentModelName:_e,setCurrentModelName:xe,envConfigRef:he,sysPromptList:ge,batchMode:J,selectedMsgCount:Q.size,onToggleSessionPanel:()=>{P(e=>!e)},onCreateSession:async e=>{const s=void 0!==e?e:te,t=await l.jV.post("session",{title:"新会话",sys_prompt_id:s||void 0});if(t.code!==g.m.Success)return;const n=t.data;A(n.id),y([]),ne(n.sys_prompt_id??""),P(!1),await Ne(n.id),requestAnimationFrame(()=>{const e=document.querySelector(".chat-input");e&&(e.style.height="auto",e.style.height=Math.min(e.scrollHeight,200)+"px")})},onBatchDeleteMessages:()=>{0!==Q.size&&s({sub_title:e("确认删除选中的聊天消息吗?"),confirm_fun:async()=>{const e=[];v.forEach((s,t)=>{Q.has(s.id)&&e.push(t)}),y(v.filter(e=>!Q.has(e.id))),U(new Set),W(!1),N&&e.length>0&&l.jV.post("session/message/delete",{session_id:N,indices:e}).catch(console.error)}})},bgProcessVisible:B,bgProcessCount:fe,onToggleBgProcess:()=>F(e=>!e),selectedSysPromptId:te,setSelectedSysPromptId:e=>{ne(e),N&&l.jV.post("session/sys_prompt",{session_id:N,sys_prompt_id:e||void 0}).catch(console.error)}}),(0,M.jsxs)("div",{className:"chat-page chat-page-with-sessions",children:[K&&(0,M.jsx)("div",{className:"chat-session-overlay",onClick:()=>P(!1)}),(0,M.jsx)(z,{sessions:w,activeSessionId:N,onSelectSession:e=>ke(e,!1),onRenameSession:(e,t)=>{let n=t;s({confirm_fun:async()=>{await l.jV.post("sessions/update/meta",{id:e,title:n}),await Ne(N)},context_div:(0,M.jsx)("div",{className:"card-content",children:(0,M.jsx)(x.Sm,{value:n,handleInputChange:e=>{n=e}})})})},onDeleteSession:e=>{s({sub_title:"确认删除这个会话吗?",confirm_fun:async()=>{await l.jV.post("session/delete",{session_id:e}),N===e?(A(""),await Ne(null)):await Ne(N)}})},onToggleCmdAuto:async(s,t)=>{await l.jV.post("session/cmd_auto_allow",{session_id:s,allow:t}),(0,m.SK)(e(t?"命令检测已开启":"命令检测已关闭")),await Ne(N)},onShowUsageStats:async s=>{O({open:!0,title:e("Token消耗统计"),context_div:(0,M.jsx)("div",{className:"usage-stats-loading",children:e("加载中...")}),cancel:()=>O({open:!1})});try{const t=await l.jV.post("session/usage_stats",{session_id:s});if(t.code===g.m.Success&&t.data){const s=t.data;O({open:!0,title:e("Token消耗统计"),context_div:(0,M.jsxs)("div",{className:"usage-stats-panel",children:[[{l:e("对话轮次"),v:(s.turns??0).toString()},{l:e("AI输入Token"),v:j(s.input_tokens)},{l:e("AI输出Token"),v:j(s.output_tokens)},{l:e("AI输入Token(最近一轮)"),v:j(s.recent_input_tokens)},{l:e("AI输出Token(最近一轮)"),v:j(s.recent_output_tokens)}].map((e,s)=>(0,M.jsxs)("div",{className:"usage-stats-row",children:[(0,M.jsx)("span",{className:"usage-stats-label",children:e.l}),(0,M.jsx)("span",{className:"usage-stats-value",children:e.v})]},s)),(0,M.jsxs)("div",{className:"usage-stats-row usage-stats-total",children:[(0,M.jsx)("span",{className:"usage-stats-label",children:e("AI Token总计消耗")}),(0,M.jsx)("span",{className:"usage-stats-value",children:j((s.input_tokens||0)+(s.output_tokens||0))})]})]}),cancel:()=>O({open:!1})})}else O({open:!0,title:e("Token消耗统计"),context_div:(0,M.jsx)("div",{className:"usage-stats-empty",children:e("暂无统计数据")}),cancel:()=>O({open:!1})})}catch{O({open:!0,title:e("Token消耗统计"),context_div:(0,M.jsx)("div",{className:"usage-stats-empty",children:e("暂无统计数据")}),cancel:()=>O({open:!1})})}},batchMode:J,selectedSessionIds:X,onToggleSessionSelect:e=>{se(s=>{const t=new Set(s);return t.has(e)?t.delete(e):t.add(e),t})},onToggleBatchMode:Ae,onBatchDeleteSessions:()=>{0!==X.size&&s({sub_title:e("确认删除选中的会话吗?"),confirm_fun:async()=>{for(const e of X)await l.jV.post("session/delete",{session_id:e});se(new Set),W(!1),X.has(N)?(A(""),await Ne(null)):await Ne(N)}})},onClearAllSessions:()=>{s({sub_title:e("确认删除全部聊天会话吗?"),confirm_fun:async()=>{await l.jV.post("sessions/clear",{}),A(""),y([]),await Ne(null)}})}}),(0,M.jsx)(ee,{}),(0,M.jsxs)("section",{className:"chat-main",children:[0===v?.length&&(0,M.jsx)("div",{className:"chat-header",children:(0,M.jsx)("div",{children:e("询问服务器的一切")})}),(0,M.jsx)(G,{messages:v,batchMode:J,selectedMsgIds:Q,sending:$===N||D,chatContainerRef:ce,messagesEndRef:ie,onToggleMsgSelect:e=>{U(s=>{const t=new Set(s);return t.has(e)?t.delete(e):t.add(e),t})},onDelete:t=>{s({sub_title:e("确认删除这条消息吗?"),confirm_fun:async()=>{const e=v.findIndex(e=>e.id===t);if(e<0)return;const s=v.filter(e=>e.id!==t);y(s),N&&l.jV.post("session/message/delete",{session_id:N,indices:[e]}).catch(console.error)}})},onCopy:async e=>{(0,u.lW)(e),(0,m.SK)("复制成功")},onToggleBatchMode:Ae,t:e}),(0,M.jsx)(Z,{ref:H,onSend:async()=>{const e=(H.current?.getValue()??"").trim();if(!e&&0===T.length)return;if($===N){const s=await k(T);Se.enqueueMessage(e,s),H.current?.clear(),E([]);const t={id:Date.now(),sender:"user",text:e+(Se.getQueueLength()>1?" ⏳(排队中...)":""),attachments:s};return void y(e=>[...e,t])}let s=N;if(!s){const t=await l.jV.post("session",{title:(e||T[0]?.name||"新会话").slice(0,28),sys_prompt_id:te||void 0});if(t.code!==g.m.Success)return;s=t.data.id,A(s),await Ne(s)}const t=await k(T),n={id:Date.now(),sender:"user",text:e,attachments:t};H.current?.clear(),E([]);const a=ve();if("completions"!==a){const t={id:n.id+1,sender:"bot",text:"处理中...",is_loading:!0},i=[...v,n,t];y(i),I(s);return void(await V(a,e,s,async(e,s)=>{t.text=e,t.is_loading=!1,s?.images&&(t.images=s.images),s?.audio&&(t.audio=s.audio),s?.embeddings&&(t.embeddings=s.embeddings),y([...i]),I(null),we(),ye(!0),Se.processPendingQueue()})||(t.text=`请求类型 "${a}" 的专用处理器尚未实现,请使用 completions 类型。`,t.is_loading=!1,y([...i]),I(null),Se.processPendingQueue()))}Se.startChatStream(s,n,()=>Se.processPendingQueue())},sending:$===N||D,onAbort:Se.abort,pendingAttachments:T,onRemoveAttachment:e=>{E(s=>s.filter((s,t)=>t!==e))},onOpenFilePicker:()=>{ae.current?.click()},onAddFiles:Ce,onDrop:e=>{const s=e.dataTransfer?.files;s&&s.length>0&&(e.preventDefault(),Ce(s))},onDragOver:e=>{e.dataTransfer?.types?.includes("Files")&&e.preventDefault()},fileInputRef:ae,requestType:ve()})]})]})]})}},72693(e,s,t){t.d(s,{w:()=>h});var n=t(96540),a=t(86149),i=t(14944),c=t(92275),o=t(34843),l=t(82893),r=t(85997),d=t(14284),u=t(74848);function m(e){const{t:s}=(0,a.B)(),[t,i]=(0,n.useState)(!1),c=!!e.sessionId;return(0,u.jsxs)("div",{children:[(0,u.jsx)("div",{style:{maxHeight:"60vh",overflow:"auto",whiteSpace:"pre-wrap",wordBreak:"break-all",background:"var(--surfaceSecondary)",padding:"0.75em",borderRadius:"0.5em",marginBottom:"0.75em",fontFamily:"monospace",fontSize:"0.9em",lineHeight:"1.5"},children:e.cmd}),c&&(0,u.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:"0.5em",marginBottom:"0.75em",color:t?"var(--icon-blue)":"var(--textSecondary)"},children:[(0,u.jsx)(r.Ay,{checked:t,onChange:s=>{i(s),s&&e.onAutoAllow()},title:s("此会话不再询问")}),(0,u.jsx)("span",{children:s("此会话不再询问")})]}),(0,u.jsxs)("div",{style:{display:"flex",gap:"0.5em",justifyContent:"flex-end"},children:[(0,u.jsx)(r.$n,{text:s("拒绝"),color:"var(--red)",clickFun:e.onDeny}),(0,u.jsx)(r.$n,{text:s("允许"),clickFun:e.onAllow})]})]})}function h(){const[e,s]=(0,o.fp)(l.AG.prompt_card),{t}=(0,a.B)(),r=(0,n.useRef)([]),h=(0,n.useRef)(!1),g=(0,n.useRef)(null),p=(0,n.useRef)(void 0),_=(0,n.useRef)(()=>{}),x=(0,n.useCallback)(e=>{s({open:!1}),h.current=!1,g.current&&(i.ws.sendData(c.HK.ai_confirm_cmd,{askId:g.current,approved:e}),g.current=null),_.current()},[s]),f=(0,n.useCallback)(()=>{if(h.current)return;if(0===r.current.length)return h.current=!1,void s({open:!1});h.current=!0;const e=r.current.shift();e?(g.current=e.askId,p.current=e.session_id,s({open:!0,title:t("命令确认"),cancel:()=>x(!1),context_div:(0,u.jsx)(m,{cmd:e.cmd,sessionId:e.session_id,onDeny:()=>x(!1),onAllow:()=>x(!0),onAutoAllow:async()=>{if(p.current)try{await d.jV.post("session/cmd_auto_allow",{session_id:p.current,allow:!0})}catch(e){console.error("设置会话命令免确认失败",e)}x(!0)}})})):h.current=!1},[t,x,s]);_.current=f;const j=(0,n.useCallback)(e=>{r.current.push(e),f()},[f]);(0,n.useEffect)(()=>(i.ws.addMsg(c.HK.ai_confirm_cmd,e=>{const t=e.context||{};if(t.dismiss&&t.askId)return r.current=r.current.filter(e=>e.askId!==t.askId),void(h.current&&g.current===t.askId&&(g.current=null,h.current=!1,s({open:!1}),f()));t.askId&&t.cmd&&j({askId:t.askId,cmd:t.cmd,session_id:t.session_id})}),()=>{i.ws.removeMsg(c.HK.ai_confirm_cmd)}),[j]),(0,n.useEffect)(()=>()=>{r.current=[],h.current=!1,g.current=null},[])}},34299(e,s,t){t.r(s),t.d(s,{default:()=>p});t(96540);var n=t(22091),a=t(53995),i=t(18569),c=t(77979),o=t(8263),l=t(69428),r=t.n(l),d=(t(3775),t(21499)),u=t(99214),m=t(19878),h=(t(72411),t(74848));const g=new n.A({html:!0,highlight:function(e,s){if(s&&m.A.getLanguage(s))try{return`<pre class="hljs code-block-with-copy"><code class="hljs language-${s}">${m.A.highlight(e,{language:s}).value}</code></pre>`}catch(e){}try{return`<pre class="hljs code-block-with-copy"><code class="hljs">${m.A.highlightAuto(e).value}</code></pre>`}catch(e){}return`<pre class="hljs code-block-with-copy"><code>${g.utils.escapeHtml(e)}</code></pre>`}});function p(e){return(0,u.VD)(),(0,h.jsx)("div",{dangerouslySetInnerHTML:{__html:g.render(e.context)}})}g.use(a.A).use(i.A).use(c.A).use(o.A).use(r()).use(e=>{e.renderer.rules.fence;e.renderer.rules.fence=(s,t,n,a,i)=>{const c=s[t],o=c.content.trim(),l=c.info.trim();let r="";if(l&&m.A.getLanguage(l))try{r=m.A.highlight(o,{language:l}).value}catch(s){r=e.utils.escapeHtml(o)}else try{r=m.A.highlightAuto(o).value}catch(s){r=e.utils.escapeHtml(o)}return`\n <div class="code-block-with-copy">\n <div class="code-header">\n <span class="code-language">${l||"code"}</span>\n <button class="copy-btn" data-code="${e.utils.escapeHtml(o)}">复制</button>\n </div>\n <pre><code class="hljs ${l?`language-${l}`:""}">${r}</code></pre>\n </div>`}}).use(e=>{const s=e.renderer.rules.link_open||function(e,s,t,n,a){return a.renderToken(e,s,t)};e.renderer.rules.link_open=(e,t,n,a,i)=>{const c=e[t],o=c.attrIndex("href");if(o>=0){const e=c.attrs[o][1];c.attrs[o][1]=(0,d.bi)(window.location.href,e)}return s(e,t,n,a,i)}})},45907(e,s,t){t.d(s,{y:()=>i});var n=t(34843),a=t(82893);function i(){const[e,s]=(0,n.fp)(a.AG.confirm);return({sub_title:e,confirm_fun:t,title:n,context_div:a})=>{s({open:!0,sub_title:e,handle:()=>{t(),s({open:!1,handle:null})},title:n,context_div:a})}}},60840(e){e.exports="data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 version=%271.1%27 aria-hidden=%27true%27><path fill-rule=%27evenodd%27 d=%27M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z%27></path></svg>"}}]);
|
package/build/dist/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>{{{web_site_title}}}</title><link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png"/><script defer="defer" src="main.
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>{{{web_site_title}}}</title><link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png"/><script defer="defer" src="main.d7ff6747181cba55b0ae.js"></script></head><body><div id="root"></div></body><script id="pre_code" type="text/template">return {{{Windows_FileCat}}};</script><script>window.EXCALIDRAW_ASSET_PATH = "/";window.FileCat;</script></html>
|