@redocly/replay 0.24.0-next.2 → 0.24.0-next.4
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/dist/{replay-index-CMDZK_WV.js → replay-index-BPxWZhxT.js} +1 -1
- package/dist/{replay-index-BRR5bL8a.js → replay-index-BiiX-bai.js} +1 -1
- package/dist/{replay-index-B2hxHO71.js → replay-index-BvG3rjLC.js} +42189 -38036
- package/dist/{replay-index-DdH9X-06.js → replay-index-CjmdsV7D.js} +1496 -1398
- package/dist/{replay-respect-run-Bz6CHm6x.js → replay-respect-run-BIAKp3gZ.js} +3799 -3770
- package/dist/replay-respect-run-D8xgGl0P.js +81 -0
- package/dist/{replay-tauri-path-CkKR4yjJ.js → replay-tauri-path-BH1lgHDm.js} +2 -2
- package/dist/{replay-tauri-path-BZgQe2h9.js → replay-tauri-path-C83G6xBv.js} +1 -1
- package/dist/replay.cjs +1 -1
- package/dist/replay.d.ts +1 -0
- package/dist/replay.js +1 -1
- package/package.json +4 -8
- package/dist/replay-respect-run-DMXH3z6E.js +0 -81
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { e as h, s as x, r as i } from "./replay-index-
|
|
2
|
-
import { d as j, a as b, j as d } from "./replay-index-
|
|
1
|
+
import { e as h, s as x, r as i } from "./replay-index-BvG3rjLC.js";
|
|
2
|
+
import { d as j, a as b, j as d } from "./replay-index-BvG3rjLC.js";
|
|
3
3
|
async function u(n, e) {
|
|
4
4
|
const t = x(), l = await i(n), c = await i(e), o = l.replace(new RegExp(`^${t}+`), "").split(t).filter(Boolean), r = c.replace(new RegExp(`^${t}+`), "").split(t).filter(Boolean), m = Math.min(o.length, r.length);
|
|
5
5
|
let s = 0;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./replay-index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./replay-index-CjmdsV7D.js");async function u(r,n){const t=e.sep(),l=await e.resolve(r),c=await e.resolve(n),a=l.replace(new RegExp(`^${t}+`),"").split(t).filter(Boolean),i=c.replace(new RegExp(`^${t}+`),"").split(t).filter(Boolean),m=Math.min(a.length,i.length);let s=0;for(let o=0;o<m&&a[o]===i[o];o++)s++;const p=a.slice(s).map(()=>".."),f=i.slice(s);return[...p,...f].join(t)}async function g(r){const n=await e.extname(r);return n?`.${n}`:""}exports.dirname=e.dirname;exports.isAbsolute=e.isAbsolute;exports.join=e.join;exports.resolve=e.resolve;exports.extname=g;exports.relative=u;
|
package/dist/replay.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./replay-index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./replay-index-CjmdsV7D.js"),t=require("./replay-oauth2-redirect-handler-Bqw5UUvl.js");exports.AgentLoop=e.AgentLoop;exports.AiPanelContext=e.AiPanelContext;exports.EmbeddedReplay=e.EmbeddedReplay;exports.Modal=e.Modal;exports.Replay=e.Replay;exports.ReplayOverlay=e.ReplayOverlay;Object.defineProperty(exports,"SpanStatusCode",{enumerable:!0,get:()=>e.SpanStatusCode});exports.TelemetryClient=e.TelemetryClient;exports.applyThemeToDOM=e.applyThemeToDOM;exports.getCurrentTheme=e.getCurrentTheme;exports.resolveTheme=e.resolveTheme;exports.useAiPanel=e.useAiPanel;exports.useTelemetry=e.useTelemetry;exports.useTelemetryClient=e.useTelemetryClient;exports.validateApiKey=e.validateApiKey;exports.OAuth2Error=t.OAuth2Error;exports.handleOAuth2Redirect=t.handleOAuth2Redirect;
|
package/dist/replay.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ declare type AgentRuntimeConfig = {
|
|
|
42
42
|
model: Model;
|
|
43
43
|
tools: ReplayToolSet;
|
|
44
44
|
sendEvent: AiChatTelemetrySendEvent;
|
|
45
|
+
parentCtx?: TelemetryContext;
|
|
45
46
|
maxSteps?: number;
|
|
46
47
|
maxOutputTokens?: ToolLoopAgentConfig['maxOutputTokens'];
|
|
47
48
|
maxRetries?: ToolLoopAgentConfig['maxRetries'];
|
package/dist/replay.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { w as s, x as t, E as l, M as r, R as o, y as p, S as y, T as m, z as n, C as d, D as T, F as h, G as i, H as u, I as A } from "./replay-index-
|
|
1
|
+
import { w as s, x as t, E as l, M as r, R as o, y as p, S as y, T as m, z as n, C as d, D as T, F as h, G as i, H as u, I as A } from "./replay-index-BvG3rjLC.js";
|
|
2
2
|
import { O, h as R } from "./replay-oauth2-redirect-handler-CqKZB3aV.js";
|
|
3
3
|
export {
|
|
4
4
|
s as AgentLoop,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/replay",
|
|
3
|
-
"version": "0.24.0-next.
|
|
3
|
+
"version": "0.24.0-next.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/replay.cjs",
|
|
6
6
|
"module": "./dist/replay.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"react-dom": "^19.2.4",
|
|
21
21
|
"react-router-dom": "^6.30.3",
|
|
22
22
|
"styled-components": "^5.3.11",
|
|
23
|
-
"@redocly/theme": "0.65.0-next.
|
|
23
|
+
"@redocly/theme": "0.65.0-next.4"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@ai-sdk/anthropic": "3.0.1",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"@opentelemetry/api": "1.9.0",
|
|
51
51
|
"@redocly/hookstate-core": "4.2.3",
|
|
52
52
|
"@redocly/hookstate-devtools": "^4.2.0",
|
|
53
|
-
"@redocly/openapi-core": "2.30.
|
|
54
|
-
"@redocly/respect-core": "2.30.
|
|
53
|
+
"@redocly/openapi-core": "2.30.3",
|
|
54
|
+
"@redocly/respect-core": "2.30.3",
|
|
55
55
|
"@redocly/vscode-json-languageservice": "^3.4.9",
|
|
56
56
|
"@tauri-apps/api": "2.4.1",
|
|
57
57
|
"@tauri-apps/plugin-dialog": "2.0.0-rc.1",
|
|
@@ -113,10 +113,6 @@
|
|
|
113
113
|
"build": "pnpm run clean && vite build && pnpm run copy-static",
|
|
114
114
|
"copy-static": "cp src/oauth2-redirect-page/oauth2-redirect.html dist",
|
|
115
115
|
"preview": "vite preview",
|
|
116
|
-
"test": "jest",
|
|
117
|
-
"test:update": "jest -u",
|
|
118
|
-
"test:watch": "jest --watch",
|
|
119
|
-
"test:coverage": "jest --coverage",
|
|
120
116
|
"ts:check": "tsc --noEmit --skipLibCheck",
|
|
121
117
|
"watch": "tsc --build --watch",
|
|
122
118
|
"clean": "rm -rf dist"
|