@agent-surface/core 0.4.0 → 0.4.1
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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -816,7 +816,7 @@ interface RegistryOptions {
|
|
|
816
816
|
route?: () => AgentRouteInfo | undefined;
|
|
817
817
|
limits?: Partial<AgentSurfaceLimits>;
|
|
818
818
|
/**
|
|
819
|
-
* D28 compatibility flag. `true` (default
|
|
819
|
+
* D28 compatibility flag. `true` (default through 0.4; flips in 0.5) folds a procedure
|
|
820
820
|
* reference's contextual `describe()` output into
|
|
821
821
|
* `AgentProcedureDescriptor.description`, as 0.1 did. `false` keeps the two
|
|
822
822
|
* apart, so `description` is stable across snapshots and the live text is
|
|
@@ -898,7 +898,7 @@ interface AgentToolsetOptions {
|
|
|
898
898
|
maxBytes?: number;
|
|
899
899
|
};
|
|
900
900
|
/**
|
|
901
|
-
* D28 compatibility flag. `true` (default
|
|
901
|
+
* D28 compatibility flag. `true` (default through 0.4; flips in 0.5) composes
|
|
902
902
|
* availability and the contextual note into `description`, as 0.1 did.
|
|
903
903
|
* `false` keeps `description` free of live state, so the provider tool block
|
|
904
904
|
* is byte-stable across steps and prompt-prefix caching survives; the host
|