#8156: Fix key formatting in memory configuration
stale
Cluster:
Windows Compatibility Fixes
fixing issue below
◇ Unknown config keys ─╮
│ │
│ - memory │
│ │
├───────────────────────╯
<!-- greptile_comment -->
<h2>Greptile Overview</h2>
<h3>Greptile Summary</h3>
This PR adjusts the `FIELD_LABELS` map in `src/config/schema.ts` so the top-level `memory` config key is represented as a string literal (`"memory"`) rather than an unquoted identifier. This aligns the UI-hints key formatting with the dot-path strings used elsewhere (e.g. `"memory.backend"`), preventing `memory` from being treated as an “unknown config key” in schema/UI hint consumers.
<h3>Confidence Score: 5/5</h3>
- This PR is safe to merge with minimal risk.
- The change is a single-key update in a static label map and is consistent with surrounding string-key patterns; there are no behavioral code paths affected beyond how a UI label is looked up.
- No files require special attention
<!-- greptile_other_comments_section -->
<sub>(2/5) Greptile learns from your feedback when you react with thumbs up/down!</sub>
<!-- /greptile_comment -->
Most Similar PRs
#19115: fix(logging): improved redaction for config objects and unquoted keys
by Clawborn · 2026-02-17
72.9%
#7764: Rename escape function for double quotes
by voku · 2026-02-03
72.3%
#11979: fix: Change rootDir to project root to allow UI compilation
by fastroc · 2026-02-08
72.3%
#8342: Fix debug interface CSS layout issues
by Klopib · 2026-02-03
72.1%
#15215: fix(UI): Prevent config layout panel from overlapping description text
by Chityalaakhil · 2026-02-13
72.0%
#11364: fix(memory/qmd): prevent cascading failure when query fails or retu...
by blazerui · 2026-02-07
71.6%
#15998: fix: hide metadata block when only conversation_label is present
by netmanyys · 2026-02-14
71.5%
#4450: fix bug #4366: Error: Config validation failed: plugins.slots.memor...
by tryagain3 · 2026-01-30
71.2%
#15945: fix(memory-flush): only write memoryFlushCompactionCount when compa...
by aldoeliacim · 2026-02-14
71.2%
#14576: Fix/memory loss bugs
by ENCHIGO · 2026-02-12
71.1%