Skip to content

0.1.13

Choose a tag to compare

@captainpacket captainpacket released this 12 Sep 11:42
· 7 commits to main since this release

Added

  • Deployment configuration on client.configuration: list every deployment
    property, and read, set or clear one. The third scope beside org and
    global, and the only route to properties such as OUTBOUND_CONNECTIONS,
    which gates webhook creation, and PROBE_LLM_AVAILABILITY, which makes
    Forward AI appear on a self-hosted deployment. Keys come back in upper case
    here, unlike the org routes; config_value() reads either. Verified live,
    including a write of a property's current value back to itself. Reported by
    the change-demo integration as the last item of its third report.