Skip to content

server@1.11.0

Choose a tag to compare

@adaam2 adaam2 released this 17 Aug 09:43
· 138 commits to main since this release
a4cfb19

Minor Changes

  • d7dca3d: Add exact range-bounded activity totals and independent pagination to assistant sessions.

Patch Changes

  • 1b00702: Scope device agent fleet configuration to organization admins. Viewing it
    (agent.getConfiguration) now requires org:admin, matching the existing
    requirement on agent.updateConfiguration, and the dashboard hides the Device
    Agent Configuration tab from non-admins. The Setup tab stays available to
    organization readers.
  • eaa0649: Serve the hooks@0.3.22 binary to hook installations. Previously pinned releases stay available so installations that have not regenerated their bootstrap script can still install.
  • 97c1c32: Apply the phased hooks rollout gate to the publish freshness read. A hooks
    generator version bump used to flip every rollout-gated org's publish status to
    "needs syncing" permanently: publishing carries a gated org's hooks subtree
    verbatim (by design), so the stored hooks version could never reach the current
    constant that GetPublishStatus compared against. The status read now runs the
    same eligibility check as the publish path and skips the hooks version/config
    comparison for orgs the rollout hasn't cleared — their published hooks are
    their target, so only MCP content changes count against freshness. Cleared
    orgs still read a pending hooks bump (or a deferred hook-config change) as
    stale, prompting the publish that applies it.