Minor Changes
-
e5d142f: Make the built-in
agenttool root-only, so copies created by it cannot delegate recursively. Declared subagents can still call their own nested subagents, andlimits.maxSubagentDepthhas been removed. -
9a594c2: Infer authored channel metadata directly from the channel definition passed to
isChannel, without compiler-generated declarations. UseisChannel(...)whenever you need authored metadata type narrowing; directchannel:<name>comparisons continue to identify channels but no longer narrow authored metadata.The
.eve/**/*.d.tsTypeScript include is no longer needed. Existing apps may remove it, but leaving the unmatched glob in place does not change typechecking.