@modelprofile.com/flexharness 4.1.0 → 4.1.2

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,23 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026-08-21 - 4.1.2
4
+
5
+ ### Fixes
6
+
7
+ - emit immediate snapshots for streamed tool outputs (tool-streaming)
8
+ - Bump @push.rocks/smartagent to ^5.0.1.
9
+ - Verify each distinct async-iterable tool output emits a bounded running part.updated snapshot, including the final yielded value.
10
+ - Update documentation for transient streamed tool output behavior.
11
+
12
+ ## 2026-08-16 - 4.1.1
13
+
14
+ ### Fixes
15
+
16
+ - extract harness boundary utilities (harness)
17
+ - Move option normalization, validation, transfer bounds, tool output normalization, and store codecs into dedicated internal modules.
18
+ - Centralize reserved slash-command name policy and reusable store codec helpers.
19
+ - Update package manager metadata to pnpm 11.22.0.
20
+
3
21
  ## 2026-08-15 - 4.1.0
4
22
 
5
23
  ### Features
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@modelprofile.com/flexharness',
6
- version: '4.1.0',
6
+ version: '4.1.2',
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=