zcbot/tests
caoqianming f9d3b4ad27 fix(software): refresh job center after submission 2026-08-14 09:09:50 +08:00
..
golden/rendering test(rendering): golden 基线——四 profile 渲染富 fixture,docx XML 逐字节对账 2026-07-23 13:24:26 +08:00
frontend_attachments.test.mjs feat(chat): 结构化用户附件并支持图片预览 2026-08-13 10:32:08 +08:00
frontend_files.test.mjs fix(files): prevent silent upload overwrites 2026-08-12 14:13:42 +08:00
frontend_markdown_guard.test.mjs feat(web): render Mermaid diagrams in chat 2026-08-03 10:26:39 +08:00
frontend_preview.test.mjs fix(preview): enable wheel and touch scrolling 2026-08-12 13:37:09 +08:00
frontend_task_progress.test.mjs fix(web): 进度条自愈——回放层强制单调完成(d1285247 复盘,bump 0.36.2) 2026-07-03 11:16:34 +08:00
test_artifacts.py feat(software): require artifact inputs for Origin jobs 2026-08-13 17:25:21 +08:00
test_attachments.py feat(chat): 结构化用户附件并支持图片预览 2026-08-13 10:32:08 +08:00
test_broker_redis.py feat(broker): 外置 Redis pub/sub——蓝绿跨实例 SSE/cancel 可达(bump 0.42.0) 2026-07-06 14:51:39 +08:00
test_changelog.py docs(release): separate development pushes from releases 2026-08-13 13:55:47 +08:00
test_context_compaction.py fix(context): 按模型协议治理历史推理上下文 2026-08-06 16:43:20 +08:00
test_context_fold.py fix(context): 按模型协议治理历史推理上下文 2026-08-06 16:43:20 +08:00
test_disk_quota.py feat(external-systems): add persistent result exports 2026-08-06 11:10:06 +08:00
test_evaluation.py fix(eval): 修复依赖审计网络与缓存配置 2026-08-04 08:39:53 +08:00
test_executor_docker.py fix(run_python): 超时返回超时前的部分输出 + 无缓冲(-u),模型据此续跑不整批重来(bump 0.58.36) 2026-07-17 10:53:14 +08:00
test_external_system_migration.py refactor(external-systems)!: 统一为通用 API provider 2026-08-10 17:26:39 +08:00
test_external_systems.py fix(external-systems): 修复 MCP 接口数量显示 2026-08-11 11:58:06 +08:00
test_file_store.py 增强知识库文件写入一致性 2026-07-27 16:37:56 +08:00
test_file_upload_conflicts.py fix(files): prevent silent upload overwrites 2026-08-12 14:13:42 +08:00
test_gpt_image.py feat(external-systems): add persistent result exports 2026-08-06 11:10:06 +08:00
test_kb_block.py fix(kb): 零库时注入冷启动契约,修「放进知识库」被误写进记忆 2026-07-24 15:31:50 +08:00
test_llm_kwargs.py fix(context): 按模型协议治理历史推理上下文 2026-08-06 16:43:20 +08:00
test_load_skill.py feat(skills): 用户私有 skill(.skills)+ 创作工具 + skill-creator + Web 查看页 2026-06-11 09:46:39 +08:00
test_look_at_image.py perf(vision): 收敛看图请求范围 2026-08-13 09:59:49 +08:00
test_loop_empty_response.py refactor(core): loop.py 传输健壮性层析出 llm_transport.py + _execute_tool_call 拆分 2026-07-23 12:44:22 +08:00
test_loop_malformed_retry.py refactor(core): loop.py 传输健壮性层析出 llm_transport.py + _execute_tool_call 拆分 2026-07-23 12:44:22 +08:00
test_loop_persisted_turn.py feat(web): add task-scoped artifact references 2026-08-03 13:49:20 +08:00
test_loop_repeat_guard.py 优化工具失败观测与重复保护 2026-07-29 09:29:44 +08:00
test_markdown_guard.py fix(markdown): repair nested code fences 2026-08-03 10:11:25 +08:00
test_media_common.py feat(external-systems): add persistent result exports 2026-08-06 11:10:06 +08:00
test_message_attachment_schema.py feat(chat): 结构化用户附件并支持图片预览 2026-08-13 10:32:08 +08:00
test_message_index.py perf(storage): optimize database hot paths 2026-08-12 13:54:40 +08:00
test_message_payload.py perf(storage): optimize database hot paths 2026-08-12 13:54:40 +08:00
test_office_to_pdf.py fix(rendering): detect LibreOffice components 2026-08-03 09:27:30 +08:00
test_origin_worker.py feat(compute): complete Origin job execution pipeline 2026-08-13 14:39:36 +08:00
test_ppt_skill_policy.py feat(ppt): prioritize zongyuan red template routing 2026-08-04 12:09:02 +08:00
test_pptx_guard.py fix(guard): ppt 伪导出根治三层——平台机检门 + 禁令去菜谱 + 脚本 hint 纪律(bump 0.40.0) 2026-07-06 13:40:54 +08:00
test_pptx_render.py refactor(web): app.py 拆分——73 路由迁 11 个 router 模块,3972 行减至 732 2026-07-23 10:18:57 +08:00
test_pysyntax.py feat(run_python): 宿主语法预检——中文正文硬拼进源码的语法坏码提前拦下+锐化诊断(bump 0.58.34) 2026-07-17 08:55:55 +08:00
test_rename_working_dir.py perf(storage): optimize database hot paths 2026-08-12 13:54:40 +08:00
test_rendering.py feat(rendering): 通用报告走平台渲染器 report profile + 基座引导,少让模型手撸 python-docx(bump 0.58.35) 2026-07-17 09:32:02 +08:00
test_rendering_golden.py test(rendering): golden 基线——四 profile 渲染富 fixture,docx XML 逐字节对账 2026-07-23 13:24:26 +08:00
test_repair_software_job_outputs.py fix(software): normalize job output artifacts 2026-08-14 08:57:36 +08:00
test_run_lifecycle.py feat(chat): 结构化用户附件并支持图片预览 2026-08-13 10:32:08 +08:00
test_run_python_script_path.py fix(agent): route PDF ingestion through markitdown 2026-08-03 09:43:57 +08:00
test_salvage.py feat(loop): 畸形 tool_call arguments 就地抢救(salvage)省一次非流式重试(bump 0.58.24) 2026-07-15 09:20:38 +08:00
test_sandbox_check.py Stage C Step 5: main.py sandbox check + lifespan fs quota WARN 2026-05-26 16:41:16 +08:00
test_scheduler.py refactor(storage): 失败埋点拆出 telemetry.py + kind 契约常量化;补 wecom 加解密测试 2026-07-23 14:21:45 +08:00
test_secret_host_tools.py feat(mp): mp_search_summary 批量入参 formulas[] 定点解检索烧 token(bump 0.58.28) 2026-07-15 10:49:35 +08:00
test_seedance.py feat(seedance): support image-to-video references 2026-07-27 10:50:13 +08:00
test_shell_security.py fix(security): 强化工程类型检查与依赖审计 2026-08-03 16:59:32 +08:00
test_shortcuts.py feat(shortcuts): 加快捷指令(触发词→完整指令,入口层确定性展开)(bump 0.35.0) 2026-07-01 14:58:55 +08:00
test_skill_model_pinning.py feat(web): add task-scoped artifact references 2026-08-03 13:49:20 +08:00
test_software_job_tools.py feat(software): require artifact inputs for Origin jobs 2026-08-13 17:25:21 +08:00
test_software_nodes.py fix(software): normalize job output artifacts 2026-08-14 08:57:36 +08:00
test_software_output_publish.py fix(software): normalize job output artifacts 2026-08-14 08:57:36 +08:00
test_static_vendor.py fix(software): refresh job center after submission 2026-08-14 09:09:50 +08:00
test_storage_migration.py perf(storage): optimize database hot paths 2026-08-12 13:54:40 +08:00
test_svg_alignment_check.py fix(ppt,tools): svg 质量门末尾出 [GATE FAIL] 汇总行——失败签名从误标"Font issues"变诚实(bump 0.58.47) 2026-07-20 15:59:09 +08:00
test_system_prompt_paths.py fix(agent): route PDF ingestion through markitdown 2026-08-03 09:43:57 +08:00
test_task_progress_tool.py Add task progress tool 2026-06-08 08:44:16 +08:00
test_task_title.py fix(tasks): 增加自动标题本地兜底 2026-08-06 16:42:24 +08:00
test_timeout_partial.py refactor(tools): 输出处理原语移出 base.py——base 只留 Tool 基类与路径边界 2026-07-23 13:15:04 +08:00
test_tool_output_compaction.py refactor(tools): 输出处理原语移出 base.py——base 只留 Tool 基类与路径边界 2026-07-23 13:15:04 +08:00
test_toolfail_malformed.py 优化工具失败观测与重复保护 2026-07-29 09:29:44 +08:00
test_usage_accounting.py refactor(core): loop.py 传输健壮性层析出 llm_transport.py + _execute_tool_call 拆分 2026-07-23 12:44:22 +08:00
test_usage_report.py refactor(storage): 失败埋点拆出 telemetry.py + kind 契约常量化;补 wecom 加解密测试 2026-07-23 14:21:45 +08:00
test_user_skills.py feat(skills): 用户私有 skill(.skills)+ 创作工具 + skill-creator + Web 查看页 2026-06-11 09:46:39 +08:00
test_web_common.py perf(storage): optimize database hot paths 2026-08-12 13:54:40 +08:00
test_web_routes_db.py fix(files): prevent silent upload overwrites 2026-08-12 14:13:42 +08:00
test_web_routes_nodb.py feat(software): add professional software job center 2026-08-13 15:59:31 +08:00
test_wecom_crypto.py refactor(storage): 失败埋点拆出 telemetry.py + kind 契约常量化;补 wecom 加解密测试 2026-07-23 14:21:45 +08:00
test_windows_node_source.py build(windows-node): add batch deployment workflow 2026-08-13 17:00:40 +08:00