@microfox/ai-router 1.1.2 → 2.0.1-beta.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/CHANGELOG.md CHANGED
@@ -1,70 +1,19 @@
1
- # Changelog
1
+ # @microfox/ai-router
2
2
 
3
- ## 1.1.2
3
+ ## 2.0.1-beta.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - b2c6e7e: Triggered by issue #626: release @microfox/ai-router patch
7
+ - 07d4a18: beta release
8
8
 
9
- ## 1.1.1
9
+ ## 2.0.1-beta.0
10
10
 
11
11
  ### Patch Changes
12
12
 
13
- - 6ad8500: release: update type definitions and improve tool ID handling
13
+ - 07d4a18: beta release
14
14
 
15
- ## 1.1.0
15
+ ## 2.0.0
16
16
 
17
- ### Minor Changes
17
+ ### Major Changes
18
18
 
19
- - 7e0ae1f: upgraded ai to 15
20
-
21
- ## 1.0.4
22
-
23
- ### Patch Changes
24
-
25
- - fd91148: patch fixes
26
-
27
- ## 1.0.3
28
-
29
- ### Patch Changes
30
-
31
- - 897d926: Changes from PR #582: subhakar
32
-
33
- ## 1.0.2
34
-
35
- ### Patch Changes
36
-
37
- - 064dab6: release: update package descriptions and README for @microfox/ai-router and @microfox/tool-kit to better reflect functionality; enhance tool-kit documentation with detailed features and Human-in-the-Loop (HITL) guidelines
38
-
39
- ## 1.0.1
40
-
41
- ### Patch Changes
42
-
43
- - de2e3cc: Changes from PR #559: suno
44
-
45
- All notable changes to this project will be documented in this file.
46
-
47
- ## [1.0.0] - 2025-07-02
48
-
49
- ### Added
50
-
51
- - Initial release
52
- - Basic SDK structure
53
- - TypeScript support
54
-
55
- <!-- Add your changes here using this format:
56
-
57
- ## [1.1.0] - YYYY-MM-DD
58
-
59
- ### Added
60
- - New feature
61
-
62
- ### Changed
63
- - Updated feature
64
-
65
- ### Fixed
66
- - Bug fix
67
-
68
- ### Removed
69
- - Deprecated feature
70
- -->
19
+ - 3dc4cc4: V2 of AiRouter with AgentAsTool, toAwaitResponse, Better State Race condition handling, type inference