Skip to content

fix(config): display auto_consolidate_enabled and auto_consolidate_threshold#264

Open
rdeoux-arrive wants to merge 1 commit into
rtk-ai:developfrom
rdeoux-arrive:fix/config-show-auto-consolidate-fields
Open

fix(config): display auto_consolidate_enabled and auto_consolidate_threshold#264
rdeoux-arrive wants to merge 1 commit into
rtk-ai:developfrom
rdeoux-arrive:fix/config-show-auto-consolidate-fields

Conversation

@rdeoux-arrive

@rdeoux-arrive rdeoux-arrive commented Jun 8, 2026

Copy link
Copy Markdown

Summary

cmd_config prints every field of MemoryConfig by hand but omits auto_consolidate_enabled and auto_consolidate_threshold. Both fields are correctly parsed from config.toml and respected at runtime — they just never appeared in icm config, making it impossible to confirm they were active without reading the raw TOML file.

  • Add the two missing println! lines in the [memory] section of cmd_config

Test plan

  • icm config output includes auto_consolidate_enabled and auto_consolidate_threshold under [memory]
  • Values reflect what is set in config.toml (or the compiled-in defaults when no file is present)

🤖 Generated with Claude Code

@rdeoux-arrive rdeoux-arrive changed the base branch from main to develop June 8, 2026 10:35
@rdeoux-arrive rdeoux-arrive force-pushed the fix/config-show-auto-consolidate-fields branch from b0521e9 to 84e4a13 Compare June 8, 2026 10:39
…reshold

`cmd_config` printed every field of `MemoryConfig` by hand but omitted
`auto_consolidate_enabled` and `auto_consolidate_threshold`. Both fields
are parsed from config.toml and respected at runtime — they just never
showed up in `icm config`, making it impossible to confirm they were
active without reading the raw file.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@rdeoux-arrive rdeoux-arrive force-pushed the fix/config-show-auto-consolidate-fields branch from 84e4a13 to c27369b Compare June 8, 2026 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant