- W20.1: CLI tool_calls→execute→result→re-call 循环(5轮上限) - W20.2: deepseek 流式 tool_calls 增量解析(configure 缓存,无 ABI break) - W20.3: plugin_loader 回归测试 5 块 32 断言(路径/原子性/mock 日志) - W20.4: plugin_loader ABI 契约校验(name/version/on_init 字段验证) - W20.5: ASan/UBSan CMake preset + CI sanitizer job(PR-only Linux) - W20.6: session auto-save(on_shutdown 写 %APPDATA%/dstalk/session.json) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
102 lines
3.2 KiB
JSON
102 lines
3.2 KiB
JSON
{
|
|
"version": 3,
|
|
"vendor": {
|
|
"conan": {}
|
|
},
|
|
"cmakeMinimumRequired": {
|
|
"major": 3,
|
|
"minor": 15,
|
|
"patch": 0
|
|
},
|
|
"configurePresets": [
|
|
{
|
|
"name": "conan-release",
|
|
"displayName": "'conan-release' config",
|
|
"description": "'conan-release' configure using 'Ninja' generator",
|
|
"generator": "Ninja",
|
|
"cacheVariables": {
|
|
"CMAKE_POLICY_DEFAULT_CMP0091": "NEW",
|
|
"CMAKE_BUILD_TYPE": "Release",
|
|
"CMAKE_C_COMPILER": "cl",
|
|
"CMAKE_CXX_COMPILER": "cl"
|
|
},
|
|
"toolset": {
|
|
"value": "v145",
|
|
"strategy": "external"
|
|
},
|
|
"architecture": {
|
|
"value": "x64",
|
|
"strategy": "external"
|
|
},
|
|
"toolchainFile": "${sourceDir}/build/build/Release/generators/conan_toolchain.cmake",
|
|
"binaryDir": "${sourceDir}/build/build/Release"
|
|
},
|
|
{
|
|
"name": "ci-release",
|
|
"displayName": "CI Release (cross-platform)",
|
|
"description": "Cross-platform CI build; compiler set via Conan CMakeToolchain",
|
|
"generator": "Ninja",
|
|
"cacheVariables": {
|
|
"CMAKE_POLICY_DEFAULT_CMP0091": "NEW",
|
|
"CMAKE_BUILD_TYPE": "Release"
|
|
},
|
|
"toolchainFile": "${sourceDir}/build/Release/conan_toolchain.cmake",
|
|
"binaryDir": "${sourceDir}/build/ci"
|
|
},
|
|
{
|
|
"name": "ci-sanitize",
|
|
"inherits": "conan-release",
|
|
"displayName": "CI Sanitizer (ASan+UBSan)",
|
|
"description": "AddressSanitizer + UndefinedBehaviorSanitizer Linux clang CI build",
|
|
"toolchainFile": "${sourceDir}/build/Release/conan_toolchain.cmake",
|
|
"binaryDir": "${sourceDir}/build/ci-sanitize",
|
|
"cacheVariables": {
|
|
"CMAKE_C_FLAGS": "-fsanitize=address,undefined -fno-omit-frame-pointer",
|
|
"CMAKE_CXX_FLAGS": "-fsanitize=address,undefined -fno-omit-frame-pointer"
|
|
}
|
|
}
|
|
],
|
|
"buildPresets": [
|
|
{
|
|
"name": "conan-release",
|
|
"configurePreset": "conan-release",
|
|
"jobs": 32
|
|
},
|
|
{
|
|
"name": "ci-release",
|
|
"configurePreset": "ci-release",
|
|
"jobs": 0
|
|
},
|
|
{
|
|
"name": "ci-sanitize",
|
|
"configurePreset": "ci-sanitize",
|
|
"jobs": 0
|
|
}
|
|
],
|
|
"testPresets": [
|
|
{
|
|
"name": "conan-release",
|
|
"configurePreset": "conan-release",
|
|
"execution": {
|
|
"jobs": 32
|
|
},
|
|
"environment": {
|
|
"OPENSSL_MODULES": "C:\\Users\\Administrator\\.conan2\\p\\b\\opens4d81e45a1d5f5\\p\\lib\\ossl-modules"
|
|
}
|
|
},
|
|
{
|
|
"name": "ci-release",
|
|
"configurePreset": "ci-release",
|
|
"execution": {
|
|
"jobs": 0
|
|
}
|
|
},
|
|
{
|
|
"name": "ci-sanitize",
|
|
"configurePreset": "ci-sanitize",
|
|
"execution": {
|
|
"jobs": 0
|
|
}
|
|
}
|
|
]
|
|
} |