@scalar/api-reference 1.44.0 → 1.44.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,32 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.44.2
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/agent-chat@0.4.2**
10
+ - [#7962](https://github.com/scalar/scalar/pull/7962): fix(agent): add flag for agent share flow
11
+
12
+ ## 1.44.1
13
+
14
+ ### Patch Changes
15
+
16
+ - [#7961](https://github.com/scalar/scalar/pull/7961): fix(agent): make agent ui responsive
17
+ - [#7967](https://github.com/scalar/scalar/pull/7967): fix(agent): remove ui jump on uploading document
18
+
19
+ #### Updated Dependencies
20
+
21
+ - **@scalar/agent-chat@0.4.1**
22
+ - [#7960](https://github.com/scalar/scalar/pull/7960): fix: update agent pricing per message
23
+ - [#7966](https://github.com/scalar/scalar/pull/7966): feat(agent): add remaining message information
24
+ - [#7961](https://github.com/scalar/scalar/pull/7961): fix(agent): make agent ui responsive
25
+ - [#7967](https://github.com/scalar/scalar/pull/7967): fix(agent): remove ui jump on uploading document
26
+
27
+ - **@scalar/api-client@2.22.1**
28
+ - [#7965](https://github.com/scalar/scalar/pull/7965): Adds exports for creating external actions
29
+
3
30
  ## 1.44.0
4
31
 
5
32
  ### Minor Changes