@agent-surface/core 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -846,6 +846,11 @@ interface AgentToolsetOptions {
846
846
  * "direct": one tool per capability — provider-native input typing, catalog
847
847
  * size linear in the surface. "meta": three fixed tools with lazy discovery —
848
848
  * constant tool-block size, one extra round trip before the first act.
849
+ *
850
+ * [Experimental] applies to "meta" only (D29): the three verbs' envelope may
851
+ * change in any release — 0.6 typed `surface_act.input` and started enforcing
852
+ * the verb schemas (D32). "direct" is Draft, like the rest of the API.
853
+ *
849
854
  * Default "direct"; see the selection guide in docs/09 §choosing-a-mode.
850
855
  */
851
856
  mode?: "direct" | "meta";