The prompt footer has a hardcoded placeholder string that may or may not ever appear.
A literal fallback indicator prints when no indicator is configured and an unidentifiable per-render condition based on permission mode and model holds.
What's wrong with this entry?
The footer used to show an indicator only when configuration supplied one, capped at 32 characters and 6 lines. This build adds a fallback that prints the literal text rulz12 when no indicator is configured and a new per-render condition holds. That condition is computed from the current permission mode and the resolved main-loop model, and the function it calls is not identifiable in the shipped bundle, so whether it is ever true is not determinable from the build.
- The result is memoized over the main-loop model, the session's model and the permission mode.
- The string does not exist in 2.1.246.
rulz12
Strings lifted out of the shipped bundle, so the claim above can be checked against them.