@stack-spot/portal-network 0.179.0 → 0.179.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 +305 -0
- package/dist/api/agent-tools.d.ts +72 -1
- package/dist/api/agent-tools.d.ts.map +1 -1
- package/dist/api/agent-tools.js +36 -1
- package/dist/api/agent-tools.js.map +1 -1
- package/dist/api/codeShift.d.ts +170 -10
- package/dist/api/codeShift.d.ts.map +1 -1
- package/dist/api/codeShift.js +97 -0
- package/dist/api/codeShift.js.map +1 -1
- package/dist/apis-itau.json +1 -1
- package/dist/client/agent-tools.d.ts +14 -1
- package/dist/client/agent-tools.d.ts.map +1 -1
- package/dist/client/agent-tools.js +11 -2
- package/dist/client/agent-tools.js.map +1 -1
- package/dist/client/ai.d.ts.map +1 -1
- package/dist/client/ai.js +69 -15
- package/dist/client/ai.js.map +1 -1
- package/dist/client/code-shift.d.ts +69 -4
- package/dist/client/code-shift.d.ts.map +1 -1
- package/dist/client/code-shift.js +55 -1
- package/dist/client/code-shift.js.map +1 -1
- package/dist/client/types.d.ts +26 -6
- package/dist/client/types.d.ts.map +1 -1
- package/dist/error/DefaultAPIError.d.ts.map +1 -1
- package/dist/error/DefaultAPIError.js.map +1 -1
- package/dist/error/StackspotAPIError.d.ts +3 -4
- package/dist/error/StackspotAPIError.d.ts.map +1 -1
- package/dist/error/StackspotAPIError.js +3 -3
- package/dist/error/StackspotAPIError.js.map +1 -1
- package/package.json +2 -2
- package/readme.md +1 -1
- package/src/api/account.ts +1 -0
- package/src/api/agent-tools.ts +117 -1
- package/src/api/agent.ts +2 -0
- package/src/api/codeShift.ts +368 -12
- package/src/api/notification.ts +2 -0
- package/src/apis-itau.json +1 -1
- package/src/client/agent-tools.ts +7 -2
- package/src/client/ai.ts +72 -14
- package/src/client/code-shift.ts +36 -0
- package/src/client/types.ts +27 -6
- package/src/error/DefaultAPIError.ts +5 -5
- package/src/error/StackspotAPIError.ts +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,84 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.179.1-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.179.0-beta.1...portal-network-beta@v0.179.1-beta.1) (2025-09-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* Merge branch 'feat-3049-execution-modes-chat' into beta-release ([065c737](https://github.com/stack-spot/portal-commons/commit/065c7372f72da124a50bca9b53d06b1b937f4eae))
|
|
9
|
+
|
|
10
|
+
## [0.179.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.178.1-beta.1...portal-network-beta@v0.179.0-beta.1) (2025-09-30)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* Update beta release ([#1653](https://github.com/stack-spot/portal-commons/issues/1653)) ([fe22548](https://github.com/stack-spot/portal-commons/commit/fe22548292f47a325c6e0eecb41f8b36ab8d5307))
|
|
16
|
+
* upgrades translation lib ([#1643](https://github.com/stack-spot/portal-commons/issues/1643)) ([05db11f](https://github.com/stack-spot/portal-commons/commit/05db11f399dd2c6e1815e74ee99f8b6c2e6fedef))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* Merge branch 'fix-trial-agents' into beta-release ([1239c2e](https://github.com/stack-spot/portal-commons/commit/1239c2e0f0082b1ad88c5168802275d657480262))
|
|
22
|
+
|
|
23
|
+
## [0.178.1-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.178.0-beta.1...portal-network-beta@v0.178.1-beta.1) (2025-09-30)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* Update swagger ([#1639](https://github.com/stack-spot/portal-commons/issues/1639)) ([d953972](https://github.com/stack-spot/portal-commons/commit/d953972405210de1a6b62e966d5a5a1fb5ea9b84))
|
|
29
|
+
|
|
30
|
+
## [0.178.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.177.1-beta.1...portal-network-beta@v0.178.0-beta.1) (2025-09-26)
|
|
31
|
+
## [0.181.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.180.1...portal-network@v0.181.0) (2025-09-30)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* agents v3 ([#1619](https://github.com/stack-spot/portal-commons/issues/1619)) ([9172979](https://github.com/stack-spot/portal-commons/commit/9172979ba34ca076888d0d34db57d342cee4ad41))
|
|
37
|
+
|
|
38
|
+
## [0.177.1-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.177.0-beta.1...portal-network-beta@v0.177.1-beta.1) (2025-09-24)
|
|
39
|
+
* 2288 association secrets ([#1476](https://github.com/stack-spot/portal-commons/issues/1476)) ([d14e33f](https://github.com/stack-spot/portal-commons/commit/d14e33f590d965ffacdcd997c30cc58d421148d1))
|
|
40
|
+
* Add analytics and SCM search endpoints support ([#1537](https://github.com/stack-spot/portal-commons/issues/1537)) ([e7f1389](https://github.com/stack-spot/portal-commons/commit/e7f1389a7c87a5455017f8af6653df79ff5aba2d))
|
|
41
|
+
* add analytics methods to code-shift client ([#1319](https://github.com/stack-spot/portal-commons/issues/1319)) ([634c612](https://github.com/stack-spot/portal-commons/commit/634c6129c20640a1ebd99fad767bdec42f1b2a95))
|
|
42
|
+
* add discover api (adp) ([#1510](https://github.com/stack-spot/portal-commons/issues/1510)) ([3690ee4](https://github.com/stack-spot/portal-commons/commit/3690ee44653f24e92e503fda2bd31d6b4e6b4e2d))
|
|
43
|
+
* added remote quick command endpoints ([#1440](https://github.com/stack-spot/portal-commons/issues/1440)) ([41f1c45](https://github.com/stack-spot/portal-commons/commit/41f1c457cd000509b2c20c2338f4bb9af2c50de7))
|
|
44
|
+
* Adds analytics details API ([#1435](https://github.com/stack-spot/portal-commons/issues/1435)) ([da1e3e1](https://github.com/stack-spot/portal-commons/commit/da1e3e1ef391f1d253e1abf4617ab6aee64999d3))
|
|
45
|
+
* exposed openapi request ([105155b](https://github.com/stack-spot/portal-commons/commit/105155b211e3ab0d12399c54ea32a40dc7c37405))
|
|
46
|
+
* exposed openapi request ([#1606](https://github.com/stack-spot/portal-commons/issues/1606)) ([e917526](https://github.com/stack-spot/portal-commons/commit/e91752611f5254ebb7e25ff1b654a6de45d87bed))
|
|
47
|
+
* Favorite agents on agent tools ([#1420](https://github.com/stack-spot/portal-commons/issues/1420)) ([8caeb02](https://github.com/stack-spot/portal-commons/commit/8caeb02e8102c17c56f20198530eb3e463629070))
|
|
48
|
+
* Feat 2141 field for QC end step ([#1542](https://github.com/stack-spot/portal-commons/issues/1542)) ([1fac22d](https://github.com/stack-spot/portal-commons/commit/1fac22d4236eb8a014df357622c4ba40348f658c))
|
|
49
|
+
* Feat list indexed files ks ([#1521](https://github.com/stack-spot/portal-commons/issues/1521)) ([993ff53](https://github.com/stack-spot/portal-commons/commit/993ff53969ed2a5099ea4d0743fe60e8cedea3ba))
|
|
50
|
+
* itau selft hosted ([#1527](https://github.com/stack-spot/portal-commons/issues/1527)) ([38abce7](https://github.com/stack-spot/portal-commons/commit/38abce78fcab84748924544d37aaa71e2149bd98))
|
|
51
|
+
* upgrades translation lib ([#1643](https://github.com/stack-spot/portal-commons/issues/1643)) ([05db11f](https://github.com/stack-spot/portal-commons/commit/05db11f399dd2c6e1815e74ee99f8b6c2e6fedef))
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Bug Fixes
|
|
55
|
+
|
|
56
|
+
* code shift discovery repository beta ([#1608](https://github.com/stack-spot/portal-commons/issues/1608)) ([30522d8](https://github.com/stack-spot/portal-commons/commit/30522d8c70799cabd26d845fa5eae3026b1b0d4e))
|
|
57
|
+
|
|
58
|
+
## [0.177.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.176.2-beta.1...portal-network-beta@v0.177.0-beta.1) (2025-09-23)
|
|
59
|
+
* add error mapping in cloud platform ([#1522](https://github.com/stack-spot/portal-commons/issues/1522)) ([da78360](https://github.com/stack-spot/portal-commons/commit/da78360a42b273dd36465303b7bb77eb463cc849))
|
|
60
|
+
* agent tools buildStackSpotError ([#1478](https://github.com/stack-spot/portal-commons/issues/1478)) ([89455ae](https://github.com/stack-spot/portal-commons/commit/89455aeadf2b8b3090a807a755d1a4deaff9e26c))
|
|
61
|
+
* Change api call on message for agent toolkit details ([#1479](https://github.com/stack-spot/portal-commons/issues/1479)) ([023e57b](https://github.com/stack-spot/portal-commons/commit/023e57b3389fee9aac60fbde509823183e28ae70))
|
|
62
|
+
* create agent ([#1428](https://github.com/stack-spot/portal-commons/issues/1428)) ([d44173d](https://github.com/stack-spot/portal-commons/commit/d44173d9da98d9b3974dd594609b600fdb64aac1))
|
|
63
|
+
* endpoints itau ([#1584](https://github.com/stack-spot/portal-commons/issues/1584)) ([c40aecb](https://github.com/stack-spot/portal-commons/commit/c40aecbe724fbaa9a10fa7cfd3073de71ff1af51))
|
|
64
|
+
* interface FixedAddResourceToWorkspaceAi ([#1400](https://github.com/stack-spot/portal-commons/issues/1400)) ([ec455de](https://github.com/stack-spot/portal-commons/commit/ec455de188e04d23c3d1c5c98441a7c2ea7d87b6))
|
|
65
|
+
* List agents available to be added to other agents ([#1433](https://github.com/stack-spot/portal-commons/issues/1433)) ([2436a7e](https://github.com/stack-spot/portal-commons/commit/2436a7e7060bba950c8e6b91832c66db42482e71))
|
|
66
|
+
* tokens limit ([#1519](https://github.com/stack-spot/portal-commons/issues/1519)) ([b7fdd19](https://github.com/stack-spot/portal-commons/commit/b7fdd19b4051b123b33c0ef073c57780b856f29a))
|
|
67
|
+
* translation in cloud platform errors ([#1583](https://github.com/stack-spot/portal-commons/issues/1583)) ([3a47adf](https://github.com/stack-spot/portal-commons/commit/3a47adf33b90f21a421a76db80940e59bc07e1fc))
|
|
68
|
+
* update agent tools and add getSecretsByIds ([#1458](https://github.com/stack-spot/portal-commons/issues/1458)) ([eee24d0](https://github.com/stack-spot/portal-commons/commit/eee24d0ba9d8b92291156a65beeaf513b476a8db))
|
|
69
|
+
* Update code buddy ([#1431](https://github.com/stack-spot/portal-commons/issues/1431)) ([b283553](https://github.com/stack-spot/portal-commons/commit/b2835539279961f16fca56265cdd6f00ff3afc5c))
|
|
70
|
+
* update code buddy ([#1494](https://github.com/stack-spot/portal-commons/issues/1494)) ([a21d681](https://github.com/stack-spot/portal-commons/commit/a21d681600e055e9696e68818a626affa85c1850))
|
|
71
|
+
* update horizon api ([#1470](https://github.com/stack-spot/portal-commons/issues/1470)) ([9f99d84](https://github.com/stack-spot/portal-commons/commit/9f99d841e2d9ea1ec93d560264e70dc58c4a26cd))
|
|
72
|
+
* workspace input ([#1523](https://github.com/stack-spot/portal-commons/issues/1523)) ([5447804](https://github.com/stack-spot/portal-commons/commit/5447804dad162a7e78304c2079721403f3a5c0bb))
|
|
73
|
+
|
|
74
|
+
## [0.180.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.179.0...portal-network@v0.180.0) (2025-09-24)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Features
|
|
78
|
+
|
|
79
|
+
* 'feat-3049-execution-modes' into beta-release ([00d39e2](https://github.com/stack-spot/portal-commons/commit/00d39e292c5bd0bf9cfd44dec6c7f913785df027))
|
|
80
|
+
* Add analytics and SCM search endpoints support ([#1537](https://github.com/stack-spot/portal-commons/issues/1537)) ([e7f1389](https://github.com/stack-spot/portal-commons/commit/e7f1389a7c87a5455017f8af6653df79ff5aba2d))
|
|
81
|
+
|
|
3
82
|
## [0.179.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.178.0...portal-network@v0.179.0) (2025-09-23)
|
|
4
83
|
|
|
5
84
|
|
|
@@ -25,6 +104,9 @@
|
|
|
25
104
|
|
|
26
105
|
### Bug Fixes
|
|
27
106
|
|
|
107
|
+
* code shift analytics repository target details beta ([#1582](https://github.com/stack-spot/portal-commons/issues/1582)) ([518ffdb](https://github.com/stack-spot/portal-commons/commit/518ffdb44990603b2b7196c6d644f9f2c701b907))
|
|
108
|
+
* code shift discovery repository beta ([#1581](https://github.com/stack-spot/portal-commons/issues/1581)) ([ef94cf6](https://github.com/stack-spot/portal-commons/commit/ef94cf69d801bb3205252d8fd661424d947645c2))
|
|
109
|
+
* endpoints itau ([#1584](https://github.com/stack-spot/portal-commons/issues/1584)) ([c40aecb](https://github.com/stack-spot/portal-commons/commit/c40aecbe724fbaa9a10fa7cfd3073de71ff1af51))
|
|
28
110
|
* add error mapping in cloud platform ([#1522](https://github.com/stack-spot/portal-commons/issues/1522)) ([da78360](https://github.com/stack-spot/portal-commons/commit/da78360a42b273dd36465303b7bb77eb463cc849))
|
|
29
111
|
* agent tools buildStackSpotError ([#1478](https://github.com/stack-spot/portal-commons/issues/1478)) ([89455ae](https://github.com/stack-spot/portal-commons/commit/89455aeadf2b8b3090a807a755d1a4deaff9e26c))
|
|
30
112
|
* Change api call on message for agent toolkit details ([#1479](https://github.com/stack-spot/portal-commons/issues/1479)) ([023e57b](https://github.com/stack-spot/portal-commons/commit/023e57b3389fee9aac60fbde509823183e28ae70))
|
|
@@ -47,6 +129,45 @@
|
|
|
47
129
|
* endpoints itau ([#1584](https://github.com/stack-spot/portal-commons/issues/1584)) ([c40aecb](https://github.com/stack-spot/portal-commons/commit/c40aecbe724fbaa9a10fa7cfd3073de71ff1af51))
|
|
48
130
|
|
|
49
131
|
## [0.177.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.177.0...portal-network@v0.177.1) (2025-09-19)
|
|
132
|
+
## [0.176.2-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.176.1-beta.1...portal-network-beta@v0.176.2-beta.1) (2025-09-19)
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
### Bug Fixes
|
|
136
|
+
|
|
137
|
+
* code shift analytics repository target details beta ([#1568](https://github.com/stack-spot/portal-commons/issues/1568)) ([a95c78c](https://github.com/stack-spot/portal-commons/commit/a95c78c75bbbbd8d6f17fd5af0f2d0404dd7d61f))
|
|
138
|
+
|
|
139
|
+
## [0.176.1-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.176.0-beta.1...portal-network-beta@v0.176.1-beta.1) (2025-09-18)
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
### Bug Fixes
|
|
143
|
+
|
|
144
|
+
* code shift discovery repository beta ([#1564](https://github.com/stack-spot/portal-commons/issues/1564)) ([bb4bd93](https://github.com/stack-spot/portal-commons/commit/bb4bd93bc4fdba05d8a2ee4fc5ca2312db981532))
|
|
145
|
+
|
|
146
|
+
## [0.176.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.175.1-beta.1...portal-network-beta@v0.176.0-beta.1) (2025-09-17)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
### Features
|
|
150
|
+
|
|
151
|
+
* itau selft hosted ([#1527](https://github.com/stack-spot/portal-commons/issues/1527)) ([38abce7](https://github.com/stack-spot/portal-commons/commit/38abce78fcab84748924544d37aaa71e2149bd98))
|
|
152
|
+
|
|
153
|
+
* Feat 2141 field for QC end step ([#1542](https://github.com/stack-spot/portal-commons/issues/1542)) ([1fac22d](https://github.com/stack-spot/portal-commons/commit/1fac22d4236eb8a014df357622c4ba40348f658c))
|
|
154
|
+
|
|
155
|
+
## [0.175.1-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.175.0-beta.1...portal-network-beta@v0.175.1-beta.1) (2025-09-17)
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
### Bug Fixes
|
|
159
|
+
|
|
160
|
+
* change getBaseUrlByTenantWithOverride to return only matches api name ([#1540](https://github.com/stack-spot/portal-commons/issues/1540)) ([787ff06](https://github.com/stack-spot/portal-commons/commit/787ff06df58c7643eb692d917cf55faa5d955d70))
|
|
161
|
+
|
|
162
|
+
## [0.175.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.174.0-beta.1...portal-network-beta@v0.175.0-beta.1) (2025-09-17)
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
### Features
|
|
166
|
+
|
|
167
|
+
* code shift analytics repository target details beta ([#1538](https://github.com/stack-spot/portal-commons/issues/1538)) ([7b7a77b](https://github.com/stack-spot/portal-commons/commit/7b7a77ba46519931d66c79bfe88666bb6b523451))
|
|
168
|
+
|
|
169
|
+
## [0.174.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.173.0-beta.1...portal-network-beta@v0.174.0-beta.1) (2025-09-16)
|
|
170
|
+
## [0.177.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.177.0...portal-network@v0.177.1) (2025-09-19)
|
|
50
171
|
|
|
51
172
|
|
|
52
173
|
### Features
|
|
@@ -58,6 +179,17 @@
|
|
|
58
179
|
|
|
59
180
|
### Features
|
|
60
181
|
|
|
182
|
+
* Feat list indexed files ks ([#1521](https://github.com/stack-spot/portal-commons/issues/1521)) ([993ff53](https://github.com/stack-spot/portal-commons/commit/993ff53969ed2a5099ea4d0743fe60e8cedea3ba))
|
|
183
|
+
* itau selft hosted ([#1526](https://github.com/stack-spot/portal-commons/issues/1526)) ([cd35525](https://github.com/stack-spot/portal-commons/commit/cd355255b41db0938b7240673f890eccf9880bfd))
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
### Bug Fixes
|
|
187
|
+
|
|
188
|
+
* add error mapping in cloud platform ([#1522](https://github.com/stack-spot/portal-commons/issues/1522)) ([da78360](https://github.com/stack-spot/portal-commons/commit/da78360a42b273dd36465303b7bb77eb463cc849))
|
|
189
|
+
* back version auth([#1528](https://github.com/stack-spot/portal-commons/issues/1528)) ([8ed9eb9](https://github.com/stack-spot/portal-commons/commit/8ed9eb91eff6ae31cd940e51864dc4e4036f5fe7))
|
|
190
|
+
* code shift discovery repository beta ([#1517](https://github.com/stack-spot/portal-commons/issues/1517)) ([39f4fe3](https://github.com/stack-spot/portal-commons/commit/39f4fe3b3fb4f7ba29d7f6de6cdced7d359896ab))
|
|
191
|
+
* tokens limit ([#1519](https://github.com/stack-spot/portal-commons/issues/1519)) ([b7fdd19](https://github.com/stack-spot/portal-commons/commit/b7fdd19b4051b123b33c0ef073c57780b856f29a))
|
|
192
|
+
* workspace input ([#1523](https://github.com/stack-spot/portal-commons/issues/1523)) ([5447804](https://github.com/stack-spot/portal-commons/commit/5447804dad162a7e78304c2079721403f3a5c0bb))
|
|
61
193
|
* Feat 2141 field for QC end step ([#1542](https://github.com/stack-spot/portal-commons/issues/1542)) ([1fac22d](https://github.com/stack-spot/portal-commons/commit/1fac22d4236eb8a014df357622c4ba40348f658c))
|
|
62
194
|
|
|
63
195
|
## [0.176.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.176.0...portal-network@v0.176.1) (2025-09-16)
|
|
@@ -87,6 +219,14 @@
|
|
|
87
219
|
* tokens limit ([#1519](https://github.com/stack-spot/portal-commons/issues/1519)) ([b7fdd19](https://github.com/stack-spot/portal-commons/commit/b7fdd19b4051b123b33c0ef073c57780b856f29a))
|
|
88
220
|
|
|
89
221
|
## [0.175.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.174.0...portal-network@v0.175.0) (2025-09-04)
|
|
222
|
+
## [0.172.4-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.172.3-beta.1...portal-network-beta@v0.172.4-beta.1) (2025-09-04)
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
### Bug Fixes
|
|
226
|
+
|
|
227
|
+
* code shift analytics details beta ([#1506](https://github.com/stack-spot/portal-commons/issues/1506)) ([dc40d99](https://github.com/stack-spot/portal-commons/commit/dc40d992e69a9c7eb3bb57411dea9321d0ceab54))
|
|
228
|
+
|
|
229
|
+
## [0.171.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.170.0-beta.1...portal-network-beta@v0.171.0-beta.1) (2025-09-01)
|
|
90
230
|
|
|
91
231
|
|
|
92
232
|
### Features
|
|
@@ -94,11 +234,91 @@
|
|
|
94
234
|
* Adds analytics details API ([#1435](https://github.com/stack-spot/portal-commons/issues/1435)) ([da1e3e1](https://github.com/stack-spot/portal-commons/commit/da1e3e1ef391f1d253e1abf4617ab6aee64999d3))
|
|
95
235
|
|
|
96
236
|
## [0.174.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.173.1...portal-network@v0.174.0) (2025-09-04)
|
|
237
|
+
* 2288 association secrets ([#1476](https://github.com/stack-spot/portal-commons/issues/1476)) ([d14e33f](https://github.com/stack-spot/portal-commons/commit/d14e33f590d965ffacdcd997c30cc58d421148d1))
|
|
238
|
+
* add analytics methods to code-shift client ([6785016](https://github.com/stack-spot/portal-commons/commit/678501629c23499647e35ee0d680ef3e8e3ad62f))
|
|
239
|
+
* add analytics methods to code-shift client ([#1319](https://github.com/stack-spot/portal-commons/issues/1319)) ([634c612](https://github.com/stack-spot/portal-commons/commit/634c6129c20640a1ebd99fad767bdec42f1b2a95))
|
|
240
|
+
* add analytics methods to code-shift client ([#1320](https://github.com/stack-spot/portal-commons/issues/1320)) ([84d2306](https://github.com/stack-spot/portal-commons/commit/84d2306f540c5ebaa08bd80297cfbfc61fdac1b5))
|
|
241
|
+
* add new requests in cloud horizon ([#1337](https://github.com/stack-spot/portal-commons/issues/1337)) ([9e5fb25](https://github.com/stack-spot/portal-commons/commit/9e5fb2543b1be6b2a44bebb5f0b6eab0bb57f890))
|
|
242
|
+
* add query in workspace manager ([#1232](https://github.com/stack-spot/portal-commons/issues/1232)) ([17c617f](https://github.com/stack-spot/portal-commons/commit/17c617fbde32035f4d2ed677ebcec55b1463a3d2))
|
|
243
|
+
* added remote quick command endpoints ([#1440](https://github.com/stack-spot/portal-commons/issues/1440)) ([41f1c45](https://github.com/stack-spot/portal-commons/commit/41f1c457cd000509b2c20c2338f4bb9af2c50de7))
|
|
244
|
+
* Adds support for suggested error messages in API response ([#1201](https://github.com/stack-spot/portal-commons/issues/1201)) ([9f99742](https://github.com/stack-spot/portal-commons/commit/9f99742c6dfe1b5d554ba4bbcf901e27aa8d5b05))
|
|
245
|
+
* adiciona serviço para listar usuários no Code Shift ([40e6c97](https://github.com/stack-spot/portal-commons/commit/40e6c972aa34b8f076d657012ce366c5c5d324c3))
|
|
246
|
+
* adiciona serviço para listar usuários no Code Shift ([#1359](https://github.com/stack-spot/portal-commons/issues/1359)) ([89787d4](https://github.com/stack-spot/portal-commons/commit/89787d48665d14c219e82b34de6509d866e4acd4))
|
|
247
|
+
* change default agent to stackspot flex ([#1298](https://github.com/stack-spot/portal-commons/issues/1298)) ([7ae7a42](https://github.com/stack-spot/portal-commons/commit/7ae7a42dea47727fef84a1c015a9f276e341eca6))
|
|
248
|
+
* change knowledge_source_config from knowledge_sources_config ([#1361](https://github.com/stack-spot/portal-commons/issues/1361)) ([52ff42e](https://github.com/stack-spot/portal-commons/commit/52ff42e51822f483ac4785320f49952a6081d64f))
|
|
249
|
+
* code shift analytics beta ([#1330](https://github.com/stack-spot/portal-commons/issues/1330)) ([25a84df](https://github.com/stack-spot/portal-commons/commit/25a84dfb62a3a60cf309cd3984fd05e574b16599))
|
|
250
|
+
* code shift analytics beta ([#1350](https://github.com/stack-spot/portal-commons/issues/1350)) ([543753e](https://github.com/stack-spot/portal-commons/commit/543753eb36588caa99488c0e1b0492a41662957e))
|
|
251
|
+
* code shift analytics beta ([#1412](https://github.com/stack-spot/portal-commons/issues/1412)) ([5afd190](https://github.com/stack-spot/portal-commons/commit/5afd190d62a24bdcda950351a476e5730b545dd1))
|
|
252
|
+
* code shift analytics details beta ([#1500](https://github.com/stack-spot/portal-commons/issues/1500)) ([54e1e65](https://github.com/stack-spot/portal-commons/commit/54e1e6515c8059ec57421999e1093b581158e239))
|
|
253
|
+
* code shift updates beta ([#1260](https://github.com/stack-spot/portal-commons/issues/1260)) ([c56ecb7](https://github.com/stack-spot/portal-commons/commit/c56ecb76562b2a457e258f203aed6bbba9693c14))
|
|
254
|
+
* Favorite agents on agent tools ([#1420](https://github.com/stack-spot/portal-commons/issues/1420)) ([8caeb02](https://github.com/stack-spot/portal-commons/commit/8caeb02e8102c17c56f20198530eb3e463629070))
|
|
255
|
+
* Feat magic link for fido ([#1243](https://github.com/stack-spot/portal-commons/issues/1243)) ([01db6fc](https://github.com/stack-spot/portal-commons/commit/01db6fc16112e5d5718819f1bcb149442db98982))
|
|
256
|
+
* Feat migration api agent ([#1322](https://github.com/stack-spot/portal-commons/issues/1322)) ([f72d5a0](https://github.com/stack-spot/portal-commons/commit/f72d5a0726f8785a0586f44406b237734e86c9d6))
|
|
257
|
+
* Feat upd account api ([#1373](https://github.com/stack-spot/portal-commons/issues/1373)) ([0febe8b](https://github.com/stack-spot/portal-commons/commit/0febe8bbde9d36c4a68300c16b641dc0ad70918b))
|
|
258
|
+
* implement support for overriding the API config file for local testing ([3231d07](https://github.com/stack-spot/portal-commons/commit/3231d07613d29fe9e790973bad0972dd819d465a))
|
|
259
|
+
* implement support for overriding the API config file for local testing ([#1251](https://github.com/stack-spot/portal-commons/issues/1251)) ([14b86fd](https://github.com/stack-spot/portal-commons/commit/14b86fd5f44fd2fe965d1190fd57ecb73137c8a5))
|
|
260
|
+
* improve API typing based on static JSON ([b87ad41](https://github.com/stack-spot/portal-commons/commit/b87ad41b8384397fd0724184a56aa0ca4a167d89))
|
|
261
|
+
* Refactors API types and adds workflow input query ([#1296](https://github.com/stack-spot/portal-commons/issues/1296)) ([046e102](https://github.com/stack-spot/portal-commons/commit/046e1021a1d5722beacd6a57d2e3a9b6fa037659))
|
|
262
|
+
* Upd agent tools api ([#1357](https://github.com/stack-spot/portal-commons/issues/1357)) ([572c68f](https://github.com/stack-spot/portal-commons/commit/572c68faaaea9ed78ca361a8864477c4d29adc95))
|
|
263
|
+
* Upd version network ([#1266](https://github.com/stack-spot/portal-commons/issues/1266)) ([95d9b8c](https://github.com/stack-spot/portal-commons/commit/95d9b8c358d3cad4166658e974fef88be0ec503a))
|
|
264
|
+
* update main ([#1339](https://github.com/stack-spot/portal-commons/issues/1339)) ([d878a6f](https://github.com/stack-spot/portal-commons/commit/d878a6fc9bdd6a4304cddbbac494a93a7fc5bdce))
|
|
265
|
+
* visibility filter to retrieve recently used agents ([da72243](https://github.com/stack-spot/portal-commons/commit/da72243f22b3c5dcbdc4dab73a10355e2fe59589))
|
|
266
|
+
* visibility filter to retrieve recently used agents ([#1306](https://github.com/stack-spot/portal-commons/issues/1306)) ([32ffc84](https://github.com/stack-spot/portal-commons/commit/32ffc84131164d0e7c4f2d15280be1cdab924dd6))
|
|
267
|
+
* workflow extensions ([#1234](https://github.com/stack-spot/portal-commons/issues/1234)) ([3b320ab](https://github.com/stack-spot/portal-commons/commit/3b320ab7ecff15c3af48625d1ba22396b36dcffc))
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
### Bug Fixes
|
|
271
|
+
|
|
272
|
+
* accessibility file insert ([bed8848](https://github.com/stack-spot/portal-commons/commit/bed88484c27169aaf60840945b99bdd87cdc0cff))
|
|
273
|
+
* add sendAgentMessage ([#1285](https://github.com/stack-spot/portal-commons/issues/1285)) ([dc412d5](https://github.com/stack-spot/portal-commons/commit/dc412d55b701285c93a19f708639028a60e48b67))
|
|
274
|
+
* add suggested messages beta ([#1236](https://github.com/stack-spot/portal-commons/issues/1236)) ([8910f4f](https://github.com/stack-spot/portal-commons/commit/8910f4f3f5b33980241f977f975c060f6595887f))
|
|
275
|
+
* add suggested messages beta ([#1245](https://github.com/stack-spot/portal-commons/issues/1245)) ([8374801](https://github.com/stack-spot/portal-commons/commit/8374801758d0c89b737926e78e285a8a17fa4675))
|
|
276
|
+
* agent tools ([#1207](https://github.com/stack-spot/portal-commons/issues/1207)) ([2ebb9b5](https://github.com/stack-spot/portal-commons/commit/2ebb9b5b7c3c228cc29c288cd79b1efd4be04f89))
|
|
277
|
+
* agent tools buildStackSpotError ([#1478](https://github.com/stack-spot/portal-commons/issues/1478)) ([89455ae](https://github.com/stack-spot/portal-commons/commit/89455aeadf2b8b3090a807a755d1a4deaff9e26c))
|
|
278
|
+
* ai error message ([#1323](https://github.com/stack-spot/portal-commons/issues/1323)) ([6c46066](https://github.com/stack-spot/portal-commons/commit/6c46066d1f37a2c65bd227453ef45d8e7bdc09dc))
|
|
279
|
+
* Change api call on message for agent toolkit details ([#1479](https://github.com/stack-spot/portal-commons/issues/1479)) ([023e57b](https://github.com/stack-spot/portal-commons/commit/023e57b3389fee9aac60fbde509823183e28ae70))
|
|
280
|
+
* create agent ([#1428](https://github.com/stack-spot/portal-commons/issues/1428)) ([d44173d](https://github.com/stack-spot/portal-commons/commit/d44173d9da98d9b3974dd594609b600fdb64aac1))
|
|
281
|
+
* ensure getting correct agent default ([#1282](https://github.com/stack-spot/portal-commons/issues/1282)) ([c35495c](https://github.com/stack-spot/portal-commons/commit/c35495c72023064777aec25a8913e00100b877e1))
|
|
282
|
+
* Expands analytics API for enhanced usage reporting ([#1381](https://github.com/stack-spot/portal-commons/issues/1381)) ([9e8d020](https://github.com/stack-spot/portal-commons/commit/9e8d020518c45810e053526c52f276fd3f06214a))
|
|
283
|
+
* Fix enum workspace ai ([#1355](https://github.com/stack-spot/portal-commons/issues/1355)) ([4a485be](https://github.com/stack-spot/portal-commons/commit/4a485be42b222364330453bcbaab1c27983b4d93))
|
|
284
|
+
* handle optional suggestedMessages in createMessage function ([3049fee](https://github.com/stack-spot/portal-commons/commit/3049fee91717120f52bc3a3f91428ad47af1ebfe))
|
|
285
|
+
* inconsistent hide button beta ([98c0025](https://github.com/stack-spot/portal-commons/commit/98c00256a8b54c03d91265170de83f73197048db))
|
|
286
|
+
* interface FixedAddResourceToWorkspaceAi ([#1400](https://github.com/stack-spot/portal-commons/issues/1400)) ([ec455de](https://github.com/stack-spot/portal-commons/commit/ec455de188e04d23c3d1c5c98441a7c2ea7d87b6))
|
|
287
|
+
* List agents available to be added to other agents ([#1433](https://github.com/stack-spot/portal-commons/issues/1433)) ([2436a7e](https://github.com/stack-spot/portal-commons/commit/2436a7e7060bba950c8e6b91832c66db42482e71))
|
|
288
|
+
* sendAgentMessage ([#1287](https://github.com/stack-spot/portal-commons/issues/1287)) ([0d4f1da](https://github.com/stack-spot/portal-commons/commit/0d4f1da6ed04ea5fb6b3ffabf518f9320b95218b))
|
|
289
|
+
* update agent tools and add getSecretsByIds ([#1458](https://github.com/stack-spot/portal-commons/issues/1458)) ([eee24d0](https://github.com/stack-spot/portal-commons/commit/eee24d0ba9d8b92291156a65beeaf513b476a8db))
|
|
290
|
+
* Update code buddy ([#1431](https://github.com/stack-spot/portal-commons/issues/1431)) ([b283553](https://github.com/stack-spot/portal-commons/commit/b2835539279961f16fca56265cdd6f00ff3afc5c))
|
|
291
|
+
* update code buddy ([#1494](https://github.com/stack-spot/portal-commons/issues/1494)) ([a21d681](https://github.com/stack-spot/portal-commons/commit/a21d681600e055e9696e68818a626affa85c1850))
|
|
292
|
+
* update horizon api ([#1470](https://github.com/stack-spot/portal-commons/issues/1470)) ([9f99d84](https://github.com/stack-spot/portal-commons/commit/9f99d841e2d9ea1ec93d560264e70dc58c4a26cd))
|
|
293
|
+
* update horizon swagger ([#1352](https://github.com/stack-spot/portal-commons/issues/1352)) ([e6368f2](https://github.com/stack-spot/portal-commons/commit/e6368f2d1790de07d1b1b5b342aecd869fb067c6))
|
|
294
|
+
* update lib ([b686671](https://github.com/stack-spot/portal-commons/commit/b68667176bd1cfe22a832df667e233008ca3fabf))
|
|
295
|
+
* Update readme.md ([a245ec0](https://github.com/stack-spot/portal-commons/commit/a245ec05902b65e0f9063fe7d9233cfc10d45d57))
|
|
296
|
+
* Update swagger ([#1308](https://github.com/stack-spot/portal-commons/issues/1308)) ([0deae63](https://github.com/stack-spot/portal-commons/commit/0deae632864fc9485d81bb574eac14b8f625dbf5))
|
|
297
|
+
|
|
298
|
+
## [0.170.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.169.0-beta.1...portal-network-beta@v0.170.0-beta.1) (2025-09-01)
|
|
97
299
|
|
|
98
300
|
|
|
99
301
|
### Features
|
|
100
302
|
|
|
101
303
|
* add discover api (adp) ([#1510](https://github.com/stack-spot/portal-commons/issues/1510)) ([3690ee4](https://github.com/stack-spot/portal-commons/commit/3690ee44653f24e92e503fda2bd31d6b4e6b4e2d))
|
|
304
|
+
* 2288 association secrets ([#1476](https://github.com/stack-spot/portal-commons/issues/1476)) ([d14e33f](https://github.com/stack-spot/portal-commons/commit/d14e33f590d965ffacdcd997c30cc58d421148d1))
|
|
305
|
+
* add analytics methods to code-shift client ([#1319](https://github.com/stack-spot/portal-commons/issues/1319)) ([634c612](https://github.com/stack-spot/portal-commons/commit/634c6129c20640a1ebd99fad767bdec42f1b2a95))
|
|
306
|
+
* added remote quick command endpoints ([#1440](https://github.com/stack-spot/portal-commons/issues/1440)) ([41f1c45](https://github.com/stack-spot/portal-commons/commit/41f1c457cd000509b2c20c2338f4bb9af2c50de7))
|
|
307
|
+
* code shift analytics details beta ([#1500](https://github.com/stack-spot/portal-commons/issues/1500)) ([54e1e65](https://github.com/stack-spot/portal-commons/commit/54e1e6515c8059ec57421999e1093b581158e239))
|
|
308
|
+
* Favorite agents on agent tools ([#1420](https://github.com/stack-spot/portal-commons/issues/1420)) ([8caeb02](https://github.com/stack-spot/portal-commons/commit/8caeb02e8102c17c56f20198530eb3e463629070))
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
### Bug Fixes
|
|
312
|
+
|
|
313
|
+
* agent tools buildStackSpotError ([#1478](https://github.com/stack-spot/portal-commons/issues/1478)) ([89455ae](https://github.com/stack-spot/portal-commons/commit/89455aeadf2b8b3090a807a755d1a4deaff9e26c))
|
|
314
|
+
* Change api call on message for agent toolkit details ([#1479](https://github.com/stack-spot/portal-commons/issues/1479)) ([023e57b](https://github.com/stack-spot/portal-commons/commit/023e57b3389fee9aac60fbde509823183e28ae70))
|
|
315
|
+
* create agent ([#1428](https://github.com/stack-spot/portal-commons/issues/1428)) ([d44173d](https://github.com/stack-spot/portal-commons/commit/d44173d9da98d9b3974dd594609b600fdb64aac1))
|
|
316
|
+
* inconsistent hide button beta ([98c0025](https://github.com/stack-spot/portal-commons/commit/98c00256a8b54c03d91265170de83f73197048db))
|
|
317
|
+
* List agents available to be added to other agents ([#1433](https://github.com/stack-spot/portal-commons/issues/1433)) ([2436a7e](https://github.com/stack-spot/portal-commons/commit/2436a7e7060bba950c8e6b91832c66db42482e71))
|
|
318
|
+
* update agent tools and add getSecretsByIds ([#1458](https://github.com/stack-spot/portal-commons/issues/1458)) ([eee24d0](https://github.com/stack-spot/portal-commons/commit/eee24d0ba9d8b92291156a65beeaf513b476a8db))
|
|
319
|
+
* Update code buddy ([#1431](https://github.com/stack-spot/portal-commons/issues/1431)) ([b283553](https://github.com/stack-spot/portal-commons/commit/b2835539279961f16fca56265cdd6f00ff3afc5c))
|
|
320
|
+
* update code buddy ([#1494](https://github.com/stack-spot/portal-commons/issues/1494)) ([a21d681](https://github.com/stack-spot/portal-commons/commit/a21d681600e055e9696e68818a626affa85c1850))
|
|
321
|
+
* update horizon api ([#1470](https://github.com/stack-spot/portal-commons/issues/1470)) ([9f99d84](https://github.com/stack-spot/portal-commons/commit/9f99d841e2d9ea1ec93d560264e70dc58c4a26cd))
|
|
102
322
|
|
|
103
323
|
## [0.173.1](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.173.0...portal-network@v0.173.1) (2025-08-28)
|
|
104
324
|
|
|
@@ -158,11 +378,21 @@
|
|
|
158
378
|
|
|
159
379
|
* create agent ([#1428](https://github.com/stack-spot/portal-commons/issues/1428)) ([d44173d](https://github.com/stack-spot/portal-commons/commit/d44173d9da98d9b3974dd594609b600fdb64aac1))
|
|
160
380
|
|
|
381
|
+
## [0.169.0-beta.1](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.168.0-beta.1...portal-network-beta@v0.169.0-beta.1) (2025-08-15)
|
|
161
382
|
## [0.171.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.170.0...portal-network@v0.171.0) (2025-08-18)
|
|
162
383
|
|
|
163
384
|
|
|
164
385
|
### Features
|
|
165
386
|
|
|
387
|
+
* change knowledge_source_config from knowledge_sources_config ([#1361](https://github.com/stack-spot/portal-commons/issues/1361)) ([52ff42e](https://github.com/stack-spot/portal-commons/commit/52ff42e51822f483ac4785320f49952a6081d64f))
|
|
388
|
+
* code shift analytics beta ([#1412](https://github.com/stack-spot/portal-commons/issues/1412)) ([5afd190](https://github.com/stack-spot/portal-commons/commit/5afd190d62a24bdcda950351a476e5730b545dd1))
|
|
389
|
+
* Feat upd account api ([#1373](https://github.com/stack-spot/portal-commons/issues/1373)) ([0febe8b](https://github.com/stack-spot/portal-commons/commit/0febe8bbde9d36c4a68300c16b641dc0ad70918b))
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
### Bug Fixes
|
|
393
|
+
|
|
394
|
+
* accessibility file insert ([bed8848](https://github.com/stack-spot/portal-commons/commit/bed88484c27169aaf60840945b99bdd87cdc0cff))
|
|
395
|
+
* interface FixedAddResourceToWorkspaceAi ([#1400](https://github.com/stack-spot/portal-commons/issues/1400)) ([ec455de](https://github.com/stack-spot/portal-commons/commit/ec455de188e04d23c3d1c5c98441a7c2ea7d87b6))
|
|
166
396
|
* add analytics methods to code-shift client ([#1319](https://github.com/stack-spot/portal-commons/issues/1319)) ([634c612](https://github.com/stack-spot/portal-commons/commit/634c6129c20640a1ebd99fad767bdec42f1b2a95))
|
|
167
397
|
|
|
168
398
|
## [0.170.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.169.1...portal-network@v0.170.0) (2025-08-15)
|
|
@@ -345,6 +575,29 @@
|
|
|
345
575
|
|
|
346
576
|
* changes in discover api ([#1215](https://github.com/stack-spot/portal-commons/issues/1215)) ([cb95a55](https://github.com/stack-spot/portal-commons/commit/cb95a550824854e268cce2b2a7e8adaf1b360e83))
|
|
347
577
|
|
|
578
|
+
## [0.157.1-beta.2](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.157.0-beta.2...portal-network-beta@v0.157.1-beta.2) (2025-07-14)
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
### Bug Fixes
|
|
582
|
+
|
|
583
|
+
* Refactors report types and adds `ReportStatus` enum ([#1209](https://github.com/stack-spot/portal-commons/issues/1209)) ([7132382](https://github.com/stack-spot/portal-commons/commit/7132382a337d3f521153ad43e529764082b81b68))
|
|
584
|
+
|
|
585
|
+
## [0.157.0-beta.2](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.156.1-beta.2...portal-network-beta@v0.157.0-beta.2) (2025-07-14)
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
### Features
|
|
589
|
+
|
|
590
|
+
* add suggested messages beta ([#1204](https://github.com/stack-spot/portal-commons/issues/1204)) ([40b58f1](https://github.com/stack-spot/portal-commons/commit/40b58f1c0b1bd5c06d9365c8cb36ad3c53b5d114))
|
|
591
|
+
* code shift validate scm url beta ([#1205](https://github.com/stack-spot/portal-commons/issues/1205)) ([bdf9984](https://github.com/stack-spot/portal-commons/commit/bdf9984d304f90197b734d4aba8eb12528a74e1d))
|
|
592
|
+
|
|
593
|
+
## [0.156.1-beta.2](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.156.0-beta.2...portal-network-beta@v0.156.1-beta.2) (2025-07-11)
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
### Bug Fixes
|
|
597
|
+
|
|
598
|
+
* add sendAgentMessage ([#1198](https://github.com/stack-spot/portal-commons/issues/1198)) ([c16b103](https://github.com/stack-spot/portal-commons/commit/c16b1031155661a1ad957fb909d7c44c827137a9))
|
|
599
|
+
|
|
600
|
+
## [0.156.0-beta.2](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.155.0-beta.2...portal-network-beta@v0.156.0-beta.2) (2025-07-11)
|
|
348
601
|
## [0.156.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.155.0...portal-network@v0.156.0) (2025-07-11)
|
|
349
602
|
|
|
350
603
|
|
|
@@ -352,6 +605,21 @@
|
|
|
352
605
|
|
|
353
606
|
* 1530 refactor ks ([#1187](https://github.com/stack-spot/portal-commons/issues/1187)) ([b133ec8](https://github.com/stack-spot/portal-commons/commit/b133ec8a047623adf4db9d839017a551fae80029))
|
|
354
607
|
|
|
608
|
+
## [0.155.0-beta.2](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.154.0-beta.2...portal-network-beta@v0.155.0-beta.2) (2025-07-11)
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
### Features
|
|
612
|
+
|
|
613
|
+
* accordion component beta ([#1191](https://github.com/stack-spot/portal-commons/issues/1191)) ([b49a388](https://github.com/stack-spot/portal-commons/commit/b49a388660523bab21abcdb17fc92341ffd40570))
|
|
614
|
+
* Add calculate condition ([#1170](https://github.com/stack-spot/portal-commons/issues/1170)) ([9a4557f](https://github.com/stack-spot/portal-commons/commit/9a4557f1a5d810649f6222c5181cd8c1e53c3d54))
|
|
615
|
+
* code shift validate scm url ([#1195](https://github.com/stack-spot/portal-commons/issues/1195)) ([53ecdd0](https://github.com/stack-spot/portal-commons/commit/53ecdd0805494cdb072c25f05f26303b7049e874))
|
|
616
|
+
* New account methods ([#1185](https://github.com/stack-spot/portal-commons/issues/1185)) ([2ada8ea](https://github.com/stack-spot/portal-commons/commit/2ada8eaaf1362bb90e43920d58d02be8cede93db))
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
### Bug Fixes
|
|
620
|
+
|
|
621
|
+
* Improve naming ([#1188](https://github.com/stack-spot/portal-commons/issues/1188)) ([5beeb04](https://github.com/stack-spot/portal-commons/commit/5beeb040a4adc22ba38c1dfeaf866105e4236b9d))
|
|
622
|
+
|
|
355
623
|
## [0.155.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.154.1...portal-network@v0.155.0) (2025-07-10)
|
|
356
624
|
|
|
357
625
|
|
|
@@ -374,12 +642,49 @@
|
|
|
374
642
|
* New account methods ([#1185](https://github.com/stack-spot/portal-commons/issues/1185)) ([2ada8ea](https://github.com/stack-spot/portal-commons/commit/2ada8eaaf1362bb90e43920d58d02be8cede93db))
|
|
375
643
|
|
|
376
644
|
## [0.153.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.152.0...portal-network@v0.153.0) (2025-07-10)
|
|
645
|
+
## [0.154.0-beta.2](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.153.0-beta.2...portal-network-beta@v0.154.0-beta.2) (2025-07-10)
|
|
377
646
|
|
|
378
647
|
|
|
379
648
|
### Features
|
|
380
649
|
|
|
381
650
|
* add new requests in data integration api ([#1180](https://github.com/stack-spot/portal-commons/issues/1180)) ([c72662b](https://github.com/stack-spot/portal-commons/commit/c72662bef9f71a6fa166838e669d79987428b026))
|
|
382
651
|
|
|
652
|
+
## [0.153.0-beta.2](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.152.0-beta.2...portal-network-beta@v0.153.0-beta.2) (2025-07-09)
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
### Features
|
|
656
|
+
|
|
657
|
+
* code shift validate scm url ([#1181](https://github.com/stack-spot/portal-commons/issues/1181)) ([0286404](https://github.com/stack-spot/portal-commons/commit/0286404be9c40b273afde21fc096bd309159da22))
|
|
658
|
+
|
|
659
|
+
## [0.152.0-beta.2](https://github.com/stack-spot/portal-commons/compare/portal-network-beta@v0.151.0-beta.2...portal-network-beta@v0.152.0-beta.2) (2025-07-08)
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
### Features
|
|
663
|
+
|
|
664
|
+
* add new requests in workspace ai ([#1177](https://github.com/stack-spot/portal-commons/issues/1177)) ([02a1c3b](https://github.com/stack-spot/portal-commons/commit/02a1c3bec4dbbe012a558159dcc6df8137396ba9))
|
|
665
|
+
* add workflow error message ([#1150](https://github.com/stack-spot/portal-commons/issues/1150)) ([f6e71f8](https://github.com/stack-spot/portal-commons/commit/f6e71f825a6d97c9ef42673d1589d99cb49d2426))
|
|
666
|
+
* toolkit fork ([#1171](https://github.com/stack-spot/portal-commons/issues/1171)) ([73b8c4a](https://github.com/stack-spot/portal-commons/commit/73b8c4a382885fb396bc1d05e0c6bce69c1dbff0))
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
### Bug Fixes
|
|
670
|
+
|
|
671
|
+
* map cnt workflow errors ([#1165](https://github.com/stack-spot/portal-commons/issues/1165)) ([4409958](https://github.com/stack-spot/portal-commons/commit/4409958fbc4e7448a128f61ccdb9dcc8fc274c30))
|
|
672
|
+
* merge 'feat-beta-releases' into beta-releases ([cb9e293](https://github.com/stack-spot/portal-commons/commit/cb9e2936740e3b97d4724c092c6d114e80701319))
|
|
673
|
+
* publish Test ([#1160](https://github.com/stack-spot/portal-commons/issues/1160)) ([4507af5](https://github.com/stack-spot/portal-commons/commit/4507af5de59d6a5603d74965c75be67216e86c2b))
|
|
674
|
+
* test ([e974bb4](https://github.com/stack-spot/portal-commons/commit/e974bb47ee5333bcf1d25307a92b17f2c1e93a1a))
|
|
675
|
+
* test ([b8ccf50](https://github.com/stack-spot/portal-commons/commit/b8ccf507a4291abf19b83b0b4ca7b1a9893764d7))
|
|
676
|
+
* test ([#1134](https://github.com/stack-spot/portal-commons/issues/1134)) ([e58acb9](https://github.com/stack-spot/portal-commons/commit/e58acb90919f03e99debb0ae159385bd5aaa63d6))
|
|
677
|
+
* test ([#1135](https://github.com/stack-spot/portal-commons/issues/1135)) ([558c524](https://github.com/stack-spot/portal-commons/commit/558c5243e599031f6bee6160614fbae9ec715d5d))
|
|
678
|
+
* test ([#1157](https://github.com/stack-spot/portal-commons/issues/1157)) ([2c50106](https://github.com/stack-spot/portal-commons/commit/2c5010606c2b9c2b95091370bef895727b1c36ec))
|
|
679
|
+
* Test ([#1162](https://github.com/stack-spot/portal-commons/issues/1162)) ([94c553d](https://github.com/stack-spot/portal-commons/commit/94c553d41ec9c3a77d3c79292fc7552938c56080))
|
|
680
|
+
* teste ([01ab2f6](https://github.com/stack-spot/portal-commons/commit/01ab2f6deb912cf19256bd874b33ebe266579c90))
|
|
681
|
+
* testing ([#1128](https://github.com/stack-spot/portal-commons/issues/1128)) ([54a3e1c](https://github.com/stack-spot/portal-commons/commit/54a3e1c49c787275646e0ac6238ae32b7338f592))
|
|
682
|
+
* Testing ([#1144](https://github.com/stack-spot/portal-commons/issues/1144)) ([7671400](https://github.com/stack-spot/portal-commons/commit/76714008d9ba587af41d46135e2819fc7b2b991a))
|
|
683
|
+
* testing ([#1146](https://github.com/stack-spot/portal-commons/issues/1146)) ([fd80eff](https://github.com/stack-spot/portal-commons/commit/fd80eff96a07182ead5ad8d5975796a558b97830))
|
|
684
|
+
* update 'main' into beta-release ([5205864](https://github.com/stack-spot/portal-commons/commit/5205864d2f7782035d640648c8a8554c01573936))
|
|
685
|
+
* update tools 'feat-1615-agent-migration' into beta-release ([d9c6b6f](https://github.com/stack-spot/portal-commons/commit/d9c6b6fccbdcaacaa5067b7e3f1251c7ffe8236a))
|
|
686
|
+
* update version ([#1179](https://github.com/stack-spot/portal-commons/issues/1179)) ([76e4408](https://github.com/stack-spot/portal-commons/commit/76e4408f5cfa084ab010e31f2a7cada104111d6c))
|
|
687
|
+
|
|
383
688
|
## [0.152.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.151.0...portal-network@v0.152.0) (2025-07-08)
|
|
384
689
|
|
|
385
690
|
|
|
@@ -348,6 +348,7 @@ export type ListAgentResponse = {
|
|
|
348
348
|
avatar: string | null;
|
|
349
349
|
suggested_prompts: string[] | null;
|
|
350
350
|
knowledge_sources_config: KnowledgeSourcesConfig;
|
|
351
|
+
has_multiagent_tool?: boolean;
|
|
351
352
|
"type"?: string;
|
|
352
353
|
system_prompt?: string;
|
|
353
354
|
creator_name?: string;
|
|
@@ -362,6 +363,7 @@ export type KnowledgeSourcesConfigRequest = {
|
|
|
362
363
|
knowledge_sources?: string[] | null;
|
|
363
364
|
sealed?: boolean | null;
|
|
364
365
|
};
|
|
366
|
+
export type AgentMode = "autonomous" | "plan_approval" | "plan_and_critical_approval";
|
|
365
367
|
export type NewAgentRequest = {
|
|
366
368
|
/** LLM model name */
|
|
367
369
|
model_name?: string | null;
|
|
@@ -391,6 +393,8 @@ export type NewAgentRequest = {
|
|
|
391
393
|
llm_settings?: {
|
|
392
394
|
[key: string]: any;
|
|
393
395
|
} | null;
|
|
396
|
+
/** Agent mode */
|
|
397
|
+
mode?: AgentMode;
|
|
394
398
|
};
|
|
395
399
|
export type SearchAgentsRequest = {
|
|
396
400
|
/** Agent ids to filter for */
|
|
@@ -527,6 +531,7 @@ export type AgentModel = {
|
|
|
527
531
|
conversation_starter?: string[] | null;
|
|
528
532
|
use_only: boolean;
|
|
529
533
|
detail_mode: boolean;
|
|
534
|
+
mode: AgentMode;
|
|
530
535
|
structured_output?: {
|
|
531
536
|
[key: string]: any;
|
|
532
537
|
} | null;
|
|
@@ -571,6 +576,8 @@ export type UpdateAgentRequest = {
|
|
|
571
576
|
llm_settings?: {
|
|
572
577
|
[key: string]: any;
|
|
573
578
|
} | null;
|
|
579
|
+
/** Agent mode */
|
|
580
|
+
mode?: AgentMode | null;
|
|
574
581
|
};
|
|
575
582
|
export type ForkAgentRequest = {
|
|
576
583
|
/** Agent slug to fork */
|
|
@@ -595,6 +602,46 @@ export type ListAgentResponseV2 = {
|
|
|
595
602
|
system_prompt?: string;
|
|
596
603
|
creator_name?: string;
|
|
597
604
|
};
|
|
605
|
+
export type ListAgentRequestV3 = {
|
|
606
|
+
/** Agent name to filter the list */
|
|
607
|
+
name?: string | null;
|
|
608
|
+
/** Agent slug to filter the list */
|
|
609
|
+
slug?: string | null;
|
|
610
|
+
/** Paginated param to configure page size */
|
|
611
|
+
size?: number;
|
|
612
|
+
/** Paginated param to configure which page is being requested */
|
|
613
|
+
page?: number;
|
|
614
|
+
/** Filter by a list of agent visibility levels. When provided, overrides the single 'visibility' parameter */
|
|
615
|
+
visibility_list?: (AgentVisibilityLevelEnum | VisibilityLevelEnum)[];
|
|
616
|
+
};
|
|
617
|
+
export type KnowledgeSourcesConfigResponseV3 = {
|
|
618
|
+
knowledge_sources: string[];
|
|
619
|
+
max_number_of_kos?: number;
|
|
620
|
+
relevancy_threshold?: number;
|
|
621
|
+
similarity_function?: string;
|
|
622
|
+
post_processing?: boolean;
|
|
623
|
+
};
|
|
624
|
+
export type AgentResponseV3 = {
|
|
625
|
+
id: string;
|
|
626
|
+
name: string;
|
|
627
|
+
slug: string;
|
|
628
|
+
created_by: string | null;
|
|
629
|
+
created_at: string | null;
|
|
630
|
+
visibility_level: string;
|
|
631
|
+
avatar: string | null;
|
|
632
|
+
suggested_prompts: string[] | null;
|
|
633
|
+
knowledge_sources_config: KnowledgeSourcesConfigResponseV3;
|
|
634
|
+
has_multiagent_tool?: boolean;
|
|
635
|
+
"type"?: string;
|
|
636
|
+
system_prompt?: string;
|
|
637
|
+
creator_name?: string;
|
|
638
|
+
is_favorite?: boolean;
|
|
639
|
+
is_recently_used?: boolean;
|
|
640
|
+
};
|
|
641
|
+
export type PaginatedResponseAgentResponseV3 = {
|
|
642
|
+
total_pages: number;
|
|
643
|
+
items: AgentResponseV3[];
|
|
644
|
+
};
|
|
598
645
|
export type InternalListToolkitsRequest = {
|
|
599
646
|
/** List of toolkit IDs to retrieve */
|
|
600
647
|
toolkit_ids: string[];
|
|
@@ -868,7 +915,8 @@ export declare function executeToolV1AgentsToolsAgentToolIdExecutePost({ agentTo
|
|
|
868
915
|
/**
|
|
869
916
|
* List Agents
|
|
870
917
|
*/
|
|
871
|
-
export declare function listAgentsV1AgentsGet({ name, slug, visibility, size, page, xAccountId, xUsername, xUserId, xUserFullName, authorization }: {
|
|
918
|
+
export declare function listAgentsV1AgentsGet({ isPublic, name, slug, visibility, size, page, xAccountId, xUsername, xUserId, xUserFullName, authorization }: {
|
|
919
|
+
isPublic?: boolean;
|
|
872
920
|
name?: string | null;
|
|
873
921
|
slug?: string | null;
|
|
874
922
|
visibility?: AgentVisibilityLevelEnum | VisibilityLevelEnum;
|
|
@@ -1079,6 +1127,17 @@ export declare function getAgentByKsIdV1AgentsKnowledgeSourceKsIdGet({ ksId, xAc
|
|
|
1079
1127
|
xUserFullName?: string | null;
|
|
1080
1128
|
authorization: string;
|
|
1081
1129
|
}, opts?: Oazapfts.RequestOpts): Promise<ListAgentResponse[]>;
|
|
1130
|
+
/**
|
|
1131
|
+
* Migrate Agent Avatar By Id
|
|
1132
|
+
*/
|
|
1133
|
+
export declare function migrateAgentAvatarByIdV1AgentsAgentIdMigrateAvatarPost({ agentId, xAccountId, xUsername, xUserId, xUserFullName, authorization }: {
|
|
1134
|
+
agentId: string;
|
|
1135
|
+
xAccountId?: string | null;
|
|
1136
|
+
xUsername?: string | null;
|
|
1137
|
+
xUserId?: string | null;
|
|
1138
|
+
xUserFullName?: string | null;
|
|
1139
|
+
authorization: string;
|
|
1140
|
+
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
1082
1141
|
/**
|
|
1083
1142
|
* List Agents
|
|
1084
1143
|
*/
|
|
@@ -1105,6 +1164,18 @@ export declare function searchAgentsV2AgentsSearchPost({ xAccountId, xUsername,
|
|
|
1105
1164
|
authorization: string;
|
|
1106
1165
|
searchAgentsRequest: SearchAgentsRequest;
|
|
1107
1166
|
}, opts?: Oazapfts.RequestOpts): Promise<ListAgentResponseV2[]>;
|
|
1167
|
+
/**
|
|
1168
|
+
* List Agents
|
|
1169
|
+
*/
|
|
1170
|
+
export declare function listAgentsV3AgentsGet({ filters, isPublic, xAccountId, xUsername, xUserId, xUserFullName, authorization }: {
|
|
1171
|
+
filters: ListAgentRequestV3;
|
|
1172
|
+
isPublic?: boolean;
|
|
1173
|
+
xAccountId?: string | null;
|
|
1174
|
+
xUsername?: string | null;
|
|
1175
|
+
xUserId?: string | null;
|
|
1176
|
+
xUserFullName?: string | null;
|
|
1177
|
+
authorization: string;
|
|
1178
|
+
}, opts?: Oazapfts.RequestOpts): Promise<PaginatedResponseAgentResponseV3>;
|
|
1108
1179
|
/**
|
|
1109
1180
|
* Internal List Toolkits By Ids
|
|
1110
1181
|
*/
|