@modelprofile.com/flexharness 4.0.2 → 4.1.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/changelog.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026-08-15 - 4.1.0
4
+
5
+ ### Features
6
+
7
+ - stream transient tool output through cumulative part updates (events)
8
+ - Upgrade to SmartAgent 5 and project preliminary tool outputs as bounded immutable `part.updated` snapshots without per-update projection writes.
9
+ - Preserve JSON normalization for direct, promise-resolved, and callable async iterables while keeping terminal output authoritative and removing previews on failure or cancellation.
10
+ - Document the transient output boundary and cover update ordering, bounds, callback overflow, and final-output replacement.
11
+
12
+ ### Fixes
13
+
14
+ - remove duplicate transient output release note (changelog)
15
+ - Remove the repeated transient tool output changelog entry.
16
+
3
17
  ## 2026-08-14 - 4.0.2
4
18
 
5
19
  ### Fixes
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@modelprofile.com/flexharness',
6
- version: '4.0.2',
6
+ version: '4.1.0',
7
7
  description: 'Provider-neutral model-session runtime with durable history, permissions, typed events, and pluggable local or remote tool execution.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSwrQkFBK0I7SUFDckMsT0FBTyxFQUFFLE9BQU87SUFDaEIsV0FBVyxFQUFFLHVJQUF1STtDQUNySixDQUFBIn0=
@@ -219,6 +219,7 @@ export declare class FlexHarness<TScope = unknown> {
219
219
  private onReasoningEnd;
220
220
  private onToolStart;
221
221
  private onToolFinish;
222
+ private onToolUpdate;
222
223
  private callbackRun;
223
224
  private reserveCallbackCapacity;
224
225
  private failCallback;