mirror of
https://github.com/zilliztech/claude-context.git
synced 2025-10-06 01:10:02 +03:00
* Add Gemini API basic URL configuration, optimize CI workflow to support multiple operating systems, update dependencies and fix cleanup scripts * Optimize build performance, add Windows specific settings and troubleshooting documentation, update configurations to support incremental builds and caching * Optimize CI workflow to support cross platform build output validation, update documentation to include validation commands for Windows and Unix
39 lines
927 B
JSON
39 lines
927 B
JSON
[
|
|
{
|
|
"timestamp": "2025-08-25T19:04:13.664Z",
|
|
"platform": "win32",
|
|
"nodeVersion": "v22.15.1",
|
|
"results": [
|
|
{
|
|
"success": true,
|
|
"duration": 1849,
|
|
"command": "pnpm clean",
|
|
"description": "Clean all packages"
|
|
},
|
|
{
|
|
"success": true,
|
|
"duration": 6754,
|
|
"command": "pnpm build:core",
|
|
"description": "Build core package"
|
|
},
|
|
{
|
|
"success": true,
|
|
"duration": 9782,
|
|
"command": "pnpm build:mcp",
|
|
"description": "Build MCP package"
|
|
},
|
|
{
|
|
"success": true,
|
|
"duration": 6821,
|
|
"command": "pnpm build:vscode",
|
|
"description": "Build VSCode extension"
|
|
},
|
|
{
|
|
"success": true,
|
|
"duration": 14526,
|
|
"command": "pnpm -r --filter=\"./packages/chrome-extension\" build",
|
|
"description": "Build Chrome extension"
|
|
}
|
|
]
|
|
}
|
|
] |