The feedback relay tool's wording and per-session limits can now be set from the server instead of hardcoded.
tengu_juniper_relay_config Not enough to sayNothing here resolved what this flag was doing on this version, so nothing here should be read as on or off.
This account: no value returned · anonymous baseline: no value returned · compiled default in v2.1.221: not a boolean we can read
These values were read against a different version of Claude Code, so treat them as the nearest reading available instead of one taken on this release.
Read once, for one account on one subscription tier, against v2.1.221. It isn't a statement about your account. What a flag value here can and cannot tell you
What's wrong with this entry?
The feedback-relay tool's description, prompt and per-session limits are now supplied by server config rather than hardcoded.
- description and prompt come from the
tengu_juniper_relay_configpayload, falling back to built-in text when the value is absent or empty maxToolCallsPerSessionis validated as an integer with a minimum of 1maxDraftPromptsPerSessionis validated as an integer with a minimum of 0- both are clamped to a built-in default and an upper bound
- absent a server value the built-in description, prompt and default limits are used
tengu_juniper_relay_config
Strings lifted out of the shipped bundle, so the claim above can be checked against them.