The agent now exposes its YAML configuration as flat dotted keys behind GET /config, GET /config/:key, PUT /config/:key (flatrun/agent#134). The CLI should let users discover and edit settings without restarting the agent for runtime-applicable keys.
flatrun config list prints every available key with its current value, default, and type.
flatrun config get <key> returns one entry.
flatrun config set <key> <value> updates and reports whether the change took effect immediately or needs a restart.
Sensitive values are masked by the agent already, so the CLI should surface that as (hidden) in the listing.
The agent now exposes its YAML configuration as flat dotted keys behind GET /config, GET /config/:key, PUT /config/:key (flatrun/agent#134). The CLI should let users discover and edit settings without restarting the agent for runtime-applicable keys.
flatrun config listprints every available key with its current value, default, and type.flatrun config get <key>returns one entry.flatrun config set <key> <value>updates and reports whether the change took effect immediately or needs a restart.Sensitive values are masked by the agent already, so the CLI should surface that as
(hidden)in the listing.