Skip to content

v1.7.2: Rename config key verbosity → guidanceLevel

Choose a tag to compare

@Draco-Cheng Draco-Cheng released this 01 Jul 08:38
· 12 commits to main since this release

What changed

The prompt-size knob added in v1.7.1 is renamed at the config surface:

{ "guidanceLevel": "medium" }

guidanceLevel describes what the setting actually controls — how much guidance (tool descriptions + get_context reminder) the server sends the model — rather than "verbosity", which reads as the chattiness of the output. Values are unchanged: high (default) / medium.

Config key and docs only; behavior is identical to v1.7.1. Since v1.7.1 was never published to npm, there's no verbosity alias to keep.