feat: 添加服务层增强与零散改进

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
unraid
2026-04-22 22:38:10 +08:00
parent 2247026bd5
commit c7e1c50b86
23 changed files with 861 additions and 100 deletions

View File

@@ -331,6 +331,7 @@ export function initialize1PEventLogging(): void {
parseInt(
process.env.OTEL_LOGS_EXPORT_INTERVAL ||
DEFAULT_LOGS_EXPORT_INTERVAL_MS.toString(),
10,
)
const maxExportBatchSize =

View File

@@ -470,6 +470,10 @@ const LOCAL_GATE_DEFAULTS: Record<string, unknown> = {
tengu_kairos_cron_durable: true, // Persistent cron tasks
tengu_attribution_header: true, // API request attribution header
tengu_slate_prism: true, // Agent progress summaries
// ── Ultrareview (cloud code review via CCR) ─────────────────────
tengu_review_bughunter_config: { enabled: true }, // /ultrareview command visibility
tengu_ccr_bundle_seed_enabled: true, // Bundle seed: skip GitHub App check for branch mode
}
/**