mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-21 07:45:52 +00:00
feat: 添加服务层增强与零散改进
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -331,6 +331,7 @@ export function initialize1PEventLogging(): void {
|
||||
parseInt(
|
||||
process.env.OTEL_LOGS_EXPORT_INTERVAL ||
|
||||
DEFAULT_LOGS_EXPORT_INTERVAL_MS.toString(),
|
||||
10,
|
||||
)
|
||||
|
||||
const maxExportBatchSize =
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user