MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / nonEmptyStringsOrDefault

Function nonEmptyStringsOrDefault

config/config.go:273–291  ·  view source on GitHub ↗
(values []string, fallback []string)

Source from the content-addressed store, hash-verified

271 SessionMemoryTurnInterval: 5,
272 SessionMemorySummaryModel: "",
273 SessionMemorySummaryMaxTokens: 800,
274 SessionHistoryGetMessageLimit: 20,
275 SessionMemoryMaxCommits: 200,
276 SessionMemoryMaxMessages: 4000,
277 SessionMemoryVacuumAfterEviction: false,
278 SessionMaintenanceEnabled: true,
279 SessionMaintenanceMode: "warn",
280 SessionRetentionDays: 30,
281 SessionMaxEntries: 500,
282 SessionMaxDiskBytes: 0,
283 SessionHighWaterRatio: 0.8,
284 SessionArchiveBeforeDelete: true,
285 SessionProtectPinned: true,
286 TeamTimelineMaxEntries: 2000,
287 TeamDialogueMaxEntries: 1000,
288 TeamArtifactMaxBytes: 0,
289
290 LongTermMemoryEnabled: true,
291 MemoryBackend: "fabric",
292 MemoryPath: filepath.Join(paths.MemoryDir, "fabric"),
293 MemoryRemoteProcessing: "redacted",
294 MemoryCompilerModel: "inherit",

Callers 3

applyLuminaDefaultsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected