mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
- Enhanced validation helpers to detect and format "fetch failed" errors with specific context - Added Gemini-specific error handling with actionable guidance for common issues - Improved orchestrator error messages to provide clearer troubleshooting information - Enhanced Qdrant connection error messages with specific setup instructions - Added new translation keys for better error messaging Fixes #5801
9 lines
233 B
JavaScript
9 lines
233 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var config_1 = require("vitest/config");
|
|
exports.default = (0, config_1.defineConfig)({
|
|
test: {
|
|
globals: true,
|
|
watch: false,
|
|
},
|
|
});
|