filecat 6.11.2 → 6.12.0
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 +14 -14
- package/build/dist/1448.63dfc16945dc4727f4a4.js +1 -0
- package/build/dist/3402.e9728fb7eb5d5f4bb06f.js +1 -0
- package/build/dist/{5937.d865e6e197bc253c59c2.js → 5937.e7844254dd089c9f65df.js} +1 -1
- package/build/dist/{6413.073a291a0dac68cbf9d3.js → 6413.99c784c331584dff1dbe.js} +1 -1
- package/build/dist/{7209.d64a37c829e1fa03889e.js → 7209.9672e5474b99d79ee570.js} +1 -1
- package/build/dist/8772.2c35012c25ac9eb5f74d.js +2 -0
- package/build/dist/{8772.dddd2bd6d9be9366478d.js.LICENSE.txt → 8772.2c35012c25ac9eb5f74d.js.LICENSE.txt} +1 -1
- package/build/dist/9782.a625285f4c90ce93572c.js +1 -0
- package/build/dist/dark.css +15 -0
- package/build/dist/google-dark.css +15 -0
- package/build/dist/google.css +15 -0
- package/build/dist/index.html +1 -1
- package/build/dist/main.ae79754dd56d4abb105c.js +2 -0
- package/build/main.js +1 -1
- package/package.json +2 -2
- package/build/dist/3402.210673d011cdd88e89d8.js +0 -1
- package/build/dist/8194.19ee7af7ecdca1a786c8.js +0 -1
- package/build/dist/8772.dddd2bd6d9be9366478d.js +0 -2
- package/build/dist/9782.34903bc676e948b35f1f.js +0 -1
- package/build/dist/main.ea83d987cf1b5ed44437.js +0 -2
- /package/build/dist/{main.ea83d987cf1b5ed44437.js.LICENSE.txt → main.ae79754dd56d4abb105c.js.LICENSE.txt} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunkfilecat=self.webpackChunkfilecat||[]).push([[6010,9782],{83277(e,t,s){s.d(t,{$j:()=>r,Lv:()=>a,qq:()=>i});class n{options_agent_url_list;options_agent_key_list;options_agent_model_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,t){if(!e||!t?.length)return e;for(const s of t)if(s.value===e)return s.label;return e}static have_label_by_v(e,t){if(!e||!t?.length)return!1;for(const s of t)if(s.value===e)return!0;return!1}}class i extends n{tool_error_max=50;tool_call_max=300;allow_exec_cmd_directly=!1;proxy_url}const c=JSON.stringify({stream:!0,thinking:{type:"disabled"}});function r(e){return"string"==typeof e?e:Array.isArray(e)?e.map(e=>"text"===e.type?e.text:"[图片]").join("\n"):""}s.d(t,["CP",0,'\n\n# 工具报错最大尝试次数\ntool_error_max=50\n# 聊天循环最大次数\ntool_call_max=300\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',"cL",0,c])},86271(e,t,s){s.r(t),s.d(t,{default:()=>K});var n=s(96540),a=s(14284),i=s(7463),c=s(57952),r=s(85997),o=s(78247),l=s(23430),d=s(40505),u=s(62042),m=s(22022),h=s(45907),p=s(53459),g=s(87361),x=s(52671),j=s(34843),f=s(82893),_=s(27690),v=s(61443),y=s(72693),b=s(83277),w=s(74848);function S({sessions:e,activeSessionId:t,onSelectSession:s,onRenameSession:n,onDeleteSession:a,onShowUsageStats:i}){const{t:c}=(0,m.Bd)(),[o,l]=(0,j.fp)(f.AG.ai_session_collapsed);return(0,w.jsx)("aside",{className:`chat-session-list ${o?"active":""} ${o?"collapsed":""}`,children:e.map(e=>{return(0,w.jsx)("div",{children:(0,w.jsxs)("button",{className:"chat-session-item "+(t===e.id?"active":""),onClick:()=>s(e.id),title:e.summary||e.long_term_memory||e.title,children:[(0,w.jsx)("span",{children:(o=e.title,o||"新会话")}),(0,w.jsx)("small",{children:e.message_count}),"web"!==e.source&&(0,w.jsx)("em",{className:"chat-session-source",children:e.source}),(0,w.jsx)(_.MenuSelect,{list:[{name:c("重命名"),click:()=>n(e.id,e.title)},{name:c("字符消耗统计"),click:()=>i(e.id)},{name:c("删除"),click:()=>a(e.id)}],children:(0,w.jsx)(r.In,{icon:"more_horiz"})})]})},e.id);var o})})}function N({pendingAttachments:e,onRemove:t}){return 0===e.length?null:(0,w.jsx)("div",{className:"chat-attachment-strip",children:e.map((e,s)=>(0,w.jsxs)("div",{className:"chat-attachment-chip",children:[(0,w.jsx)(r.In,{icon:"attach_file"}),(0,w.jsx)("span",{title:e.name,children:e.name}),(0,w.jsx)("button",{type:"button",onClick:()=>t(s),children:(0,w.jsx)(r.In,{icon:"close"})})]},`${e.name}_${s}`))})}function k({inputValue:e,onInputChange:t,onKeyDown:s,onPaste:n,onSend:a,sending:i,pendingAttachments:c,onRemoveAttachment:o,onOpenFilePicker:l,onAddFiles:d,onDrop:u,onDragOver:h,fileInputRef:p}){const{t:g}=(0,m.Bd)();return(0,w.jsxs)("div",{className:"chat-input-area",onDrop:u,onDragOver:h,children:[(0,w.jsx)("input",{ref:p,type:"file",multiple:!0,style:{display:"none"},onChange:e=>{e.target.files?.length&&(d(e.target.files),e.currentTarget.value="")}}),(0,w.jsxs)("div",{className:"chat-input-shell",children:[(0,w.jsx)(N,{pendingAttachments:c,onRemove:o}),(0,w.jsx)("textarea",{value:e,onChange:t,onPaste:n,onKeyDown:s,placeholder:g("输入消息"),className:"chat-input"})]}),(0,w.jsx)(r.rA,{title:g("添加文件"),icon:"attach_file",onClick:l}),!1===i?(0,w.jsx)(r.Vi,{text:g("发送"),clickFun:a}):(0,w.jsx)("div",{className:"ai-thinking-indicator",children:(0,w.jsxs)("div",{className:"ai-thinking-dots",children:[(0,w.jsx)("div",{className:"ai-thinking-dot"}),(0,w.jsx)("div",{className:"ai-thinking-dot"}),(0,w.jsx)("div",{className:"ai-thinking-dot"})]})})]})}var A=s(96494);function $(){try{const e=localStorage.getItem("ai_images_extra_params");if(e)return JSON.parse(e)}catch{}return{size:"1024x1024",n:1}}function I({onClose:e}){const{t}=(0,m.Bd)(),[s,a]=(0,n.useState)($),[i,c]=(0,n.useState)(s.size||"1024x1024"),[o,l]=(0,n.useState)(String(s.n??1)),[d,u]=(0,n.useState)(s.quality||""),[h,p]=(0,n.useState)(s.style||""),[g,x]=(0,n.useState)(s.extra_json||"");return(0,w.jsxs)("div",{className:"card images-params-card",children:[(0,w.jsx)("h3",{children:t("图片生成参数设置")}),(0,w.jsx)("p",{className:"images-params-hint",children:"不同模型支持的参数不同,请参考模型文档。常见 size 值: 1024x1024, 1792x1024, 1024x1792 (DALL-E 3)"}),(0,w.jsxs)("div",{className:"images-params-fields",children:[(0,w.jsxs)("div",{children:[(0,w.jsx)("label",{children:"size (图片尺寸)"}),(0,w.jsx)(v.Sm,{value:i,handleInputChange:c,no_border:!1})]}),(0,w.jsxs)("div",{children:[(0,w.jsx)("label",{children:"n (生成数量)"}),(0,w.jsx)(v.Sm,{value:o,handleInputChange:l,no_border:!1})]}),(0,w.jsxs)("div",{children:[(0,w.jsx)("label",{children:'quality (画质, 如 "standard" / "hd")'}),(0,w.jsx)(v.Sm,{value:d,handleInputChange:u,no_border:!1})]}),(0,w.jsxs)("div",{children:[(0,w.jsx)("label",{children:'style (风格, 如 "vivid" / "natural")'}),(0,w.jsx)(v.Sm,{value:h,handleInputChange:p,no_border:!1})]}),(0,w.jsxs)("div",{children:[(0,w.jsx)("label",{children:"额外参数 (JSON,会合并到请求体中)"}),(0,w.jsx)(v.Sm,{value:g,handleInputChange:x,no_border:!1})]})]}),(0,w.jsxs)("div",{className:"images-params-actions",children:[(0,w.jsx)(r.rA,{icon:"close",title:t("取消"),onClick:e}),(0,w.jsx)(r.rA,{icon:"save",title:t("保存"),onClick:()=>{const t={size:i,n:parseInt(o)||1};d&&(t.quality=d),h&&(t.style=h),g&&(t.extra_json=g),function(e){localStorage.setItem("ai_images_extra_params",JSON.stringify(e))}(t),e()}})]})]})}function C(){const{t:e}=(0,m.Bd)(),[t,s]=(0,j.fp)(f.AG.ai_request_type),[a,i]=(0,n.useState)(!1),c=(0,A.r)(),r=c.find(e=>e.value===t)??c[0];return(0,w.jsxs)(w.Fragment,{children:[(0,w.jsx)(_.MenuSelect,{list:[...c.map(e=>({name:e.label,click:()=>s(e.value)})),..."images"===t?[{name:e("图片参数设置"),click:()=>i(!0)}]:[],..."audio_speech"===t?[{name:e("语音参数设置"),click:()=>{const t=localStorage.getItem("ai_audio_extra_params"),s=t?JSON.parse(t):{},n=s.voice||"alloy",a=s.speed||"1.0",i=prompt(e("输入 voice (如 alloy, echo, fable, onyx, nova, shimmer)"),n);if(null!==i){const t=prompt(e("输入 speed (0.25 ~ 4.0)"),a);null!==t&&localStorage.setItem("ai_audio_extra_params",JSON.stringify({voice:i,speed:parseFloat(t)||1}))}}}]:[]],children:(0,w.jsxs)("div",{className:"menu-select-trigger",children:[(0,w.jsx)("span",{children:r.label}),(0,w.jsx)("span",{className:"menu-select-arrow",children:"▾"})]})}),a&&(0,w.jsx)("div",{className:"modal-overlay",onClick:()=>i(!1),children:(0,w.jsx)("div",{onClick:e=>e.stopPropagation(),children:(0,w.jsx)(I,{onClose:()=>i(!1)})})})]})}var O=s(34299);function D(e){const t=e.attachments&&e.attachments.length>0?(0,w.jsx)("div",{className:"chat-message-attachments",children:e.attachments.map((e,t)=>(0,w.jsxs)("div",{className:"chat-message-attachment",children:[(0,w.jsx)(r.In,{icon:"attach_file"}),(0,w.jsx)("span",{children:e.name}),(0,w.jsxs)("small",{children:[e.size," B"]})]},`${e.name}_${t}`))}):null,s=[];return e.images&&"bot"===e.sender&&s.push((0,w.jsx)(n.Fragment,{children:(0,w.jsx)(F,{images:e.images,text:e.text})},"images")),e.audio&&"bot"===e.sender&&s.push((0,w.jsx)(n.Fragment,{children:(0,w.jsx)(J,{audio:e.audio,text:e.text})},"audio")),e.embeddings&&"bot"===e.sender&&s.push((0,w.jsx)(n.Fragment,{children:(0,w.jsx)(q,{embeddings:e.embeddings,text:e.text})},"embeddings")),0===s.length?(0,w.jsxs)(w.Fragment,{children:[t,(0,w.jsx)(O.default,{context:e.text})]}):(0,w.jsxs)(w.Fragment,{children:[s,t,e.text&&(0,w.jsx)(O.default,{context:e.text})]})}function F({images:e,text:t}){let s=e||[];if(!s.length&&t)try{s=JSON.parse(t).data||[]}catch{}return s.length?(0,w.jsxs)("div",{className:"image-generation-result",children:[s.map((e,t)=>(0,w.jsxs)("div",{className:"image-generation-item",children:[e.url&&(0,w.jsx)("div",{className:"image-generation-image-wrapper",children:(0,w.jsx)("img",{src:e.url,alt:e.revised_prompt||`生成的图片 ${t+1}`,loading:"lazy"})}),e.b64_json&&(0,w.jsx)("div",{className:"image-generation-image-wrapper",children:(0,w.jsx)("img",{src:`data:image/png;base64,${e.b64_json}`,alt:`生成的图片 ${t+1}`})}),e.revised_prompt&&(0,w.jsx)("p",{className:"image-generation-prompt",children:(0,w.jsx)("small",{children:e.revised_prompt})})]},t)),t&&!e&&(0,w.jsx)(O.default,{context:t})]}):(0,w.jsx)(O.default,{context:t||""})}function J({audio:e,text:t}){if(e){if(e.url)return(0,w.jsx)("div",{className:"audio-result",children:(0,w.jsx)("audio",{controls:!0,src:e.url,children:"您的浏览器不支持音频播放"})});if(e.data){const t=e.mime_type||"audio/mpeg";return(0,w.jsx)("div",{className:"audio-result",children:(0,w.jsx)("audio",{controls:!0,src:`data:${t};base64,${e.data}`,children:"您的浏览器不支持音频播放"})})}}const s=t||"";if(s.startsWith("http://")||s.startsWith("https://"))return(0,w.jsx)("div",{className:"audio-result",children:(0,w.jsx)("audio",{controls:!0,src:s,children:"您的浏览器不支持音频播放"})});try{const e=JSON.parse(s);if(e?.data||e?.audio_data){const t=e.data||e.audio_data;return(0,w.jsx)("div",{className:"audio-result",children:(0,w.jsx)("audio",{controls:!0,src:`data:audio/mpeg;base64,${t}`,children:"您的浏览器不支持音频播放"})})}}catch{}return(0,w.jsx)(O.default,{context:s})}function V({content:e,label:t}){const[s,a]=n.useState(!1);return(0,w.jsxs)("button",{className:"embeddings-copy-btn",onClick:()=>{(0,d.lW)(e),a(!0),setTimeout(()=>a(!1),1500)},children:[(0,w.jsx)(r.In,{icon:s?"check":"content_copy"}),s?"已复制":t||"复制"]})}function q({embeddings:e,text:t}){let s=e||null;if(!s&&t)try{s=JSON.parse(t)}catch{return(0,w.jsx)(O.default,{context:t})}if(!s)return(0,w.jsx)(O.default,{context:t||""});const n=s?.data||[],a=s?.usage,i=JSON.stringify(s,null,2);return(0,w.jsxs)("div",{className:"embeddings-result",children:[(0,w.jsxs)("div",{className:"embeddings-summary",children:[(0,w.jsx)("strong",{children:"向量嵌入结果"}),(0,w.jsxs)("span",{children:["维度: ",n[0]?.embedding?.length??"N/A"]}),(0,w.jsxs)("span",{children:["数量: ",n.length]}),a&&(0,w.jsxs)("span",{children:["使用 tokens: ",a.total_tokens??"N/A"]})]}),(0,w.jsxs)("div",{className:"embeddings-toolbar",children:[(0,w.jsx)(V,{content:i,label:"复制全部结果"}),n.length>0&&n[0]?.embedding&&(0,w.jsx)(V,{content:JSON.stringify(n[0].embedding,null,2),label:"复制第一条向量"}),n.length>0&&(0,w.jsx)(V,{content:JSON.stringify(n.map(e=>e.embedding),null,2),label:"复制所有向量数据"})]}),n.length>0&&n[0]?.embedding&&(0,w.jsx)("div",{className:"embeddings-preview",children:(0,w.jsxs)("span",{children:["向量预览: [",n[0].embedding.slice(0,5).join(", "),n[0].embedding.length>5?", ...":"","]"]})}),n.length>0&&(0,w.jsxs)("details",{children:[(0,w.jsx)("summary",{children:"查看详细数据"}),(0,w.jsx)("pre",{className:"embeddings-raw",children:i})]})]})}async function R(e,t){const s=function(){try{const e=localStorage.getItem("ai_images_extra_params");if(e)return JSON.parse(e)}catch{}return{}}(),n={prompt:e,n:s.n??1,size:s.size??"1024x1024",session_id:t};if(s.quality&&(n.quality=s.quality),s.style&&(n.style=s.style),s.extra_json)try{const e=JSON.parse(s.extra_json);Object.assign(n,e)}catch(e){console.warn("图片额外参数 JSON 解析失败:",e)}const i=await a.jV.post("images/generations",n);if(0!==i.code)throw new Error(i.message||"图片生成失败");const c=i.data||{},r=(c.data||[]).map(e=>({url:e.url,b64_json:e.b64_json,revised_prompt:e.revised_prompt})),o=r.map((e,t)=>`${e.revised_prompt?`\n> ${e.revised_prompt}`:""}`).join("\n\n");return{session_id:c.session_id||t,images:r,text:o||`生成了 ${r.length} 张图片`}}async function H(e,t,s,n){try{switch(e){case"images":{const e=await R(t,s);return e&&n(e.text,{images:e.images}),!0}case"audio_speech":{const e=await async function(e,t){const s={input:e,session_id:t};try{const e=localStorage.getItem("ai_audio_extra_params");if(e){const t=JSON.parse(e);t.voice&&(s.voice=t.voice),t.speed&&(s.speed=parseFloat(t.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(s)});if(!a.ok)throw new Error(`语音合成失败: ${a.statusText}`);const i=a.headers.get("X-Session-Id")||t,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)}...]`}}(t,s);return e&&n(e.text,{audio:e.audio}),!0}case"embeddings":{const e=await async function(e,t){const s=await a.jV.post("embeddings",{input:e,session_id:t});if(0!==s.code)throw new Error(s.message||"Embeddings 请求失败");const n=s.data||{},i=n?.data??[],c=`向量维度: ${i[0]?.embedding?.length??0}, 数量: ${i.length}`;return{session_id:n.session_id||t,embeddings:n,text:`✅ Embeddings 结果 - ${c}\n\`\`\`json\n${JSON.stringify(n,null,2).slice(0,2e3)}\n\`\`\``}}(t,s);return e&&n(e.text,{embeddings:e.embeddings}),!0}default:return!1}}catch(e){return n(`请求失败: ${e?.message||JSON.stringify(e)}`),!0}}function z(e){return e.type?.startsWith("image/")?"image":e.type?.startsWith("text/")||/\.(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.test(e.name)?"text":"binary"}function E(e){return e.text()}function L(e){return new Promise((t,s)=>{const n=new FileReader;n.onload=()=>t(n.result),n.onerror=s,n.readAsDataURL(e)})}function B(e){return e.map(e=>({role:"bot"===e.sender?"assistant":"user",content:e.text,attachments:e.attachments??[],images:e.images,audio:e.audio,embeddings:e.embeddings}))}function K(){const[e,t]=(0,n.useState)([]),[s,N]=(0,n.useState)([]),[$,I]=(0,n.useState)(""),[O,F]=(0,j.fp)(f.AG.ai_session_collapsed),[J,V]=(0,n.useState)([]),[q,R]=(0,j.fp)(f.AG.ai_request_type);(0,y.w)();const K=(0,A.r)(),{t:M}=(0,m.Bd)(),T=(0,n.useRef)(null),[P,G]=(0,j.fp)(f.AG.prompt_card),W=(0,n.useRef)((0,i.sg)(e=>{t(e),ae.current&&oe(!1)},50)).current,[U,X]=(0,n.useState)(!1),{check_user_auth:Z}=(0,o.MH)(),[Q,Y]=(0,n.useState)(""),ee=(0,n.useRef)(null),te=(0,n.useRef)(null),se=(0,h.y)(),ne=(0,x.Zp)(),ae=(0,n.useRef)(!0),ie=(0,n.useRef)(new b.qq),[ce,re]=(0,n.useState)([]),oe=(e=!1)=>{const t=te.current;t&&t.scrollTo({top:t.scrollHeight,behavior:e?"smooth":"auto"})},le=e=>{const t=Array.from(e??[]).filter(Boolean);t.length&&V(e=>[...e,...t])},de=async e=>{const s=await a.jV.get("sessions");if(s.code!==p.m.Success)return;const n=s.data??[];N(n);const i=null===e?n[0]?.id??"":e||$||n[0]?.id||"";i?await me(i):(t([]),I(""))},ue=async()=>{const e=await a.jV.get("sessions");e.code===p.m.Success&&N(e.data??[])},me=async(e,s=!1)=>{const n=await a.jV.post("session/get",{session_id:e});if(n.code!==p.m.Success||!n.data)return;const i=n.data;I(i.id),t(function(e=[]){return e.filter(e=>"user"===e.role||"assistant"===e.role).map((e,t)=>({id:Date.now()+t,sender:"assistant"===e.role?"bot":"user",text:(0,b.$j)(e.content),attachments:e.attachments??[],images:e.images,audio:e.audio,embeddings:e.embeddings}))}(i.messages)),s&&F(!1),requestAnimationFrame(()=>oe(!1))},he=async e=>{const s=await a.jV.post("session",{title:"新会话"});if(s.code!==p.m.Success)return;const n=s.data;I(n.id),e?(Y(e),t([])):t([]),F(!1),await de(n.id),requestAnimationFrame(()=>{const e=document.querySelector(".chat-input");e&&(e.style.height="auto",e.style.height=Math.min(e.scrollHeight,200)+"px")})};(0,n.useEffect)(()=>{(async()=>{const e=await a.XO.get("ai_agent_setting/env");e.code===p.m.Success&&(ie.current=e.data),await de();const t=await a.jV.get("system_prompts");t.code===p.m.Success&&re(t.data??[])})(),requestAnimationFrame(()=>{oe(!1)})},[]),(0,n.useEffect)(()=>{const e=te.current;if(!e)return;const t=()=>{ae.current=((e,t=120)=>{const{scrollTop:s,scrollHeight:n,clientHeight:a}=e;return n-(s+a)<t})(e)};return e.addEventListener("scroll",t),()=>e.removeEventListener("scroll",t)},[]),(0,n.useLayoutEffect)(()=>{ae.current&&oe(!1)},[e]);const pe=e=>{const t=(e.attachments??[]).filter(e=>"image"===e.kind);if(t.length>0){const s=[];e.text&&s.push({type:"text",text:e.text});for(const e of t)s.push({type:"image_url",image_url:{url:e.content}});return[{content:s,role:"user",attachments:e.attachments??[]}]}return[{content:e.text,role:"bot"===e.sender?"assistant":"user",attachments:e.attachments??[]}]},ge=async()=>{const s=Q.trim();if(U||!s&&0===J.length)return;let n=$;if(!n){const e=await a.jV.post("session",{title:(s||J[0]?.name||"新会话").slice(0,28)});if(e.code!==p.m.Success)return;n=e.data.id,I(n),await de(n)}const c=await(async e=>{const t=[];for(const s of e){const e=z(s);let n="";if("text"===e)try{const e=await E(s),t=12e4;n=e.length>t?`${e.slice(0,t)}\n\n[内容已截断,原始长度 ${e.length} 字符]`:e}catch{n="[文本读取失败]"}else if("image"===e)try{n=await L(s)}catch{n=`[图片文件: ${s.name}]`}else n=`[二进制文件: ${s.name}]`;t.push({name:s.name,mime_type:s.type,size:s.size,kind:e,content:n})}return t})(J),r={id:Date.now(),sender:"user",text:s,attachments:c},o=[...e,r];if(t(o),Y(""),V([]),X(!0),"completions"!==q){const e={id:r.id+1,sender:"bot",text:"处理中..."};o.push(e),t([...o]);return void(await H(q,s,n,async(s,n)=>{e.text=s,n?.images&&(e.images=n.images),n?.audio&&(e.audio=n.audio),n?.embeddings&&(e.embeddings=n.embeddings),t([...o]),X(!1),ue(),oe(!0)})||(e.text=`请求类型 "${q}" 的专用处理器尚未实现,请使用 completions 类型。`,t([...o]),X(!1)))}const l={id:r.id+1,sender:"bot",text:"AI思考中..."};o.push(l),t([...o]);let d=!0;a.jV.sse_post("chat",{messages:pe(r),session_id:n},{onMessage:e=>{d&&(l.text="",d=!1);try{const t=JSON.parse(e),s="string"==typeof t?t:t?.choices?.[0]?.delta?.content??t?.choices?.[0]?.message?.content;s&&(l.text+=s)}catch(t){try{l.text+=JSON.parse(e)}catch(t){l.text+=e}}W([...o])},onDone:(0,i.nF)(async()=>{X(!1),await ue(),oe(!0)},100)})},xe=e=>null==e||e<0?"0":e.toLocaleString();return(0,w.jsxs)(n.Fragment,{children:[(0,w.jsxs)(c.A,{children:[(0,w.jsx)(r.rA,{icon:"menu",title:M("会话"),onClick:()=>{window.innerWidth<=736?F(!0):F(e=>!e)}}),(0,w.jsx)(r.rA,{icon:"add",title:M("新会话"),onClick:()=>he()}),ce.length>0&&(0,w.jsx)(_.MenuSelect,{list:ce.map((e,t)=>({name:e.note||`${M("提示词")} ${t+1}`,click:()=>{e.prompt&&he(e.prompt)}})),children:(0,w.jsx)(r.rA,{icon:"add_comment",title:M("提示词模板创建会话")})}),(0,w.jsx)(C,{}),(0,w.jsx)(r.rA,{icon:"delete_sweep",title:M("清空全部会话"),onClick:()=>{se({sub_title:M("确认删除全部聊天会话吗?"),confirm_fun:async()=>{await a.jV.post("sessions/clear",{}),I(""),t([]),await de(null)}})}}),Z(l.oV.ai_agent_setting)&&(0,w.jsx)(r.rA,{icon:"settings",title:"ai setting",onClick:()=>{ne(`/${g.o.ai_agent_setting_page}`)}}),Z(l.oV.ai_agent_setting)&&(0,w.jsx)(r.rA,{icon:"smart_toy",title:"机器人配置",onClick:()=>{ne(`/${g.o.ai_rebot_setting_page}`)}})]}),(0,w.jsxs)("div",{className:"chat-page chat-page-with-sessions",children:[O&&(0,w.jsx)("div",{className:"chat-session-overlay",onClick:()=>F(!1)}),(0,w.jsx)(S,{sessions:s,activeSessionId:$,onSelectSession:e=>me(e,!1),onRenameSession:(e,t)=>{let s=t;se({confirm_fun:async()=>{await a.jV.post("sessions/update/meta",{id:e,title:s}),await de($)},context_div:(0,w.jsx)("div",{className:"card-content",children:(0,w.jsx)(v.Sm,{value:s,handleInputChange:e=>s=e})})})},onDeleteSession:e=>{se({sub_title:"确认删除这个会话吗?",confirm_fun:async()=>{await a.jV.post("session/delete",{session_id:e}),$===e?(I(""),await de(null)):await de($)}})},onShowUsageStats:async e=>{G({open:!0,title:M("字符消耗统计"),context_div:(0,w.jsx)("div",{className:"usage-stats-loading",children:M("加载中...")}),cancel:()=>G({open:!1})});try{const t=await a.jV.post("session/usage_stats",{session_id:e});if(t.code===p.m.Success&&t.data){const e=t.data;G({open:!0,title:M("字符消耗统计"),context_div:(0,w.jsxs)("div",{className:"usage-stats-panel",children:[[{l:M("对话轮次"),v:(e.turns??0).toString()},{l:M("AI输入字符"),v:xe(e.input_chars)},{l:M("AI输出字符"),v:xe(e.output_chars)},{l:M("AI输入字符(最近一轮)"),v:xe(e.recent_input_chars)},{l:M("AI输出字符(最近一轮)"),v:xe(e.recent_output_chars)}].map((e,t)=>(0,w.jsxs)("div",{className:"usage-stats-row",children:[(0,w.jsx)("span",{className:"usage-stats-label",children:e.l}),(0,w.jsx)("span",{className:"usage-stats-value",children:e.v})]},t)),(0,w.jsxs)("div",{className:"usage-stats-row usage-stats-total",children:[(0,w.jsx)("span",{className:"usage-stats-label",children:M("AI字符总计消耗")}),(0,w.jsx)("span",{className:"usage-stats-value",children:xe((e.input_chars||0)+(e.output_chars||0))})]})]}),cancel:()=>G({open:!1})})}else G({open:!0,title:M("字符消耗统计"),context_div:(0,w.jsx)("div",{className:"usage-stats-empty",children:M("暂无统计数据")}),cancel:()=>G({open:!1})})}catch{G({open:!0,title:M("字符消耗统计"),context_div:(0,w.jsx)("div",{className:"usage-stats-empty",children:M("暂无统计数据")}),cancel:()=>G({open:!1})})}}}),(0,w.jsxs)("section",{className:"chat-main",children:[0===e?.length&&(0,w.jsx)("div",{className:"chat-header",children:"completions"===q?M("询问服务器的一切"):K.find(e=>e.value===q)?.label??q}),(0,w.jsxs)("div",{className:"chat-messages",ref:te,children:[e.map(s=>(0,w.jsxs)("div",{className:`chat-message ${s.sender}`,children:[D(s),(0,w.jsxs)("div",{className:"message-actions",children:[(0,w.jsx)("button",{onClick:()=>(s=>{const n=e.filter(e=>e.id!==s);t(n),$&&a.jV.post("session/messages",{session_id:$,messages:B(n)}).catch(console.error)})(s.id),children:M("删除")}),(0,w.jsx)("button",{onClick:()=>(async e=>{(0,d.lW)(e),(0,u.SK)("复制成功")})(s.text),children:M("复制")})]})]},s.id)),(0,w.jsx)("div",{ref:ee})]}),(0,w.jsx)(k,{inputValue:Q,onInputChange:e=>{const t=e.target;t.style.height="auto",t.style.height=Math.min(t.scrollHeight,200)+"px",Y(t.value)},onKeyDown:e=>{"Process"===e.key||e.nativeEvent.isComposing||e.shiftKey||e.ctrlKey||"Enter"===e.key&&(e.preventDefault(),ge())},onPaste:e=>{const t=e.clipboardData?.files;t&&t.length>0&&(e.preventDefault(),le(t))},onSend:ge,sending:U,pendingAttachments:J,onRemoveAttachment:e=>{V(t=>t.filter((t,s)=>s!==e))},onOpenFilePicker:()=>{T.current?.click()},onAddFiles:le,onDrop:e=>{const t=e.dataTransfer?.files;t&&t.length>0&&(e.preventDefault(),le(t))},onDragOver:e=>{e.dataTransfer?.types?.includes("Files")&&e.preventDefault()},fileInputRef:T})]})]})]})}},96494(e,t,s){s.d(t,{r:()=>a});var n=s(22022);function a(){const{t:e}=(0,n.Bd)();return[{value:"completions",label:e("文本对话")},{value:"images",label:e("图片生成")}]}},72693(e,t,s){s.d(t,{w:()=>u});var n=s(96540),a=s(22022),i=s(14944),c=s(92275),r=s(34843),o=s(82893),l=s(85997),d=s(74848);function u(){const[e,t]=(0,r.fp)(o.AG.prompt_card),{t:s}=(0,a.Bd)(),u=(0,n.useRef)([]),m=(0,n.useRef)(!1),h=(0,n.useCallback)(()=>{if(m.current)return;if(0===u.current.length)return m.current=!1,void t({open:!1});m.current=!0;const e=u.current.shift();e?t({open:!0,title:s("命令确认"),cancel:()=>{i.ws.sendData(c.HK.ai_confirm_cmd,{askId:e.askId,approved:!1}),t({open:!1}),m.current=!1,h()},context_div:(0,d.jsxs)("div",{children:[(0,d.jsx)("span",{children:e.cmd}),(0,d.jsx)(l.$n,{text:s("允许"),clickFun:()=>{i.ws.sendData(c.HK.ai_confirm_cmd,{askId:e.askId,approved:!0}),t({open:!1}),m.current=!1,h()}}),(0,d.jsx)(l.$n,{text:s("拒绝"),color:"var(--red)",clickFun:()=>{i.ws.sendData(c.HK.ai_confirm_cmd,{askId:e.askId,approved:!1}),t({open:!1}),m.current=!1,h()}})]})}):m.current=!1},[s]),p=(0,n.useCallback)(e=>{u.current.push(e),h()},[h]);(0,n.useEffect)(()=>(i.ws.addMsg(c.HK.ai_confirm_cmd,e=>{const t=e.context||{};t.askId&&t.cmd&&p({askId:t.askId,cmd:t.cmd})}),()=>{i.ws.removeMsg(c.HK.ai_confirm_cmd)}),[p]),(0,n.useEffect)(()=>()=>{u.current=[],m.current=!1},[])}},34299(e,t,s){s.r(t),s.d(t,{default:()=>g});s(96540);var n=s(73557),a=s(53995),i=s(18569),c=s(77979),r=s(8263),o=s(69428),l=s.n(o),d=(s(3775),s(21499)),u=s(99214),m=s(19878),h=(s(72411),s(74848));const p=new n.A({html:!0,highlight:function(e,t){if(t&&m.A.getLanguage(t))try{return`<pre class="hljs code-block-with-copy"><code class="hljs language-${t}">${m.A.highlight(e,{language:t}).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>${p.utils.escapeHtml(e)}</code></pre>`}});function g(e){return(0,u.VD)(),(0,h.jsx)("div",{dangerouslySetInnerHTML:{__html:p.render(e.context)}})}p.use(a.A).use(i.A).use(c.A).use(r.A).use(l()).use(e=>{e.renderer.rules.fence;e.renderer.rules.fence=(t,s,n,a,i)=>{const c=t[s],r=c.content.trim(),o=c.info.trim();let l="";if(o&&m.A.getLanguage(o))try{l=m.A.highlight(r,{language:o}).value}catch(t){l=e.utils.escapeHtml(r)}else try{l=m.A.highlightAuto(r).value}catch(t){l=e.utils.escapeHtml(r)}return`\n <div class="code-block-with-copy">\n <div class="code-header">\n <span class="code-language">${o||"code"}</span>\n <button class="copy-btn" data-code="${e.utils.escapeHtml(r)}">复制</button>\n </div>\n <pre><code class="hljs ${o?`language-${o}`:""}">${l}</code></pre>\n </div>`}}).use(e=>{const t=e.renderer.rules.link_open||function(e,t,s,n,a){return a.renderToken(e,t,s)};e.renderer.rules.link_open=(e,s,n,a,i)=>{const c=e[s],r=c.attrIndex("href");if(r>=0){const e=c.attrs[r][1];c.attrs[r][1]=(0,d.bi)(window.location.href,e)}return t(e,s,n,a,i)}})},45907(e,t,s){s.d(t,{y:()=>i});var n=s(34843),a=s(82893);function i(){const[e,t]=(0,n.fp)(a.AG.confirm);return({sub_title:e,confirm_fun:s,title:n,context_div:a})=>{t({open:!0,sub_title:e,handle:()=>{s(),t({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>"}}]);
|