@probelabs/visor 0.1.159-ee → 0.1.160-ee

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.
Files changed (36) hide show
  1. package/defaults/assistant.yaml +143 -0
  2. package/defaults/skills/code-explorer.yaml +41 -0
  3. package/dist/defaults/assistant.yaml +143 -0
  4. package/dist/defaults/skills/code-explorer.yaml +41 -0
  5. package/dist/index.js +174 -24
  6. package/dist/providers/workflow-check-provider.d.ts.map +1 -1
  7. package/dist/sdk/{check-provider-registry-A32RRIIF.mjs → check-provider-registry-EFBU3XPX.mjs} +5 -5
  8. package/dist/sdk/chunk-2LL6GIEU.mjs +1502 -0
  9. package/dist/sdk/chunk-2LL6GIEU.mjs.map +1 -0
  10. package/dist/sdk/chunk-CYIKOFJZ.mjs +443 -0
  11. package/dist/sdk/chunk-CYIKOFJZ.mjs.map +1 -0
  12. package/dist/sdk/{chunk-RHAKGIBI.mjs → chunk-FHWFG5AS.mjs} +111 -22
  13. package/dist/sdk/{chunk-RHAKGIBI.mjs.map → chunk-FHWFG5AS.mjs.map} +1 -1
  14. package/dist/sdk/chunk-HT3EFZ75.mjs +739 -0
  15. package/dist/sdk/chunk-HT3EFZ75.mjs.map +1 -0
  16. package/dist/sdk/failure-condition-evaluator-3Q45T5EW.mjs +17 -0
  17. package/dist/sdk/github-frontend-SZBGCH43.mjs +1368 -0
  18. package/dist/sdk/github-frontend-SZBGCH43.mjs.map +1 -0
  19. package/dist/sdk/{host-KO3WVPVP.mjs → host-Z6OFA24O.mjs} +2 -2
  20. package/dist/sdk/routing-GGZBWOLZ.mjs +25 -0
  21. package/dist/sdk/{schedule-tool-RF3GRKMG.mjs → schedule-tool-DWHKTTEY.mjs} +5 -5
  22. package/dist/sdk/{schedule-tool-handler-JRSULLPY.mjs → schedule-tool-handler-IZPIN2GK.mjs} +5 -5
  23. package/dist/sdk/schedule-tool-handler-IZPIN2GK.mjs.map +1 -0
  24. package/dist/sdk/sdk.js +97 -8
  25. package/dist/sdk/sdk.js.map +1 -1
  26. package/dist/sdk/sdk.mjs +4 -4
  27. package/dist/sdk/trace-helpers-AXJZLLWE.mjs +25 -0
  28. package/dist/sdk/trace-helpers-AXJZLLWE.mjs.map +1 -0
  29. package/dist/sdk/{workflow-check-provider-LWJTZ5AI.mjs → workflow-check-provider-XGW3WVPS.mjs} +5 -5
  30. package/dist/sdk/workflow-check-provider-XGW3WVPS.mjs.map +1 -0
  31. package/package.json +2 -2
  32. /package/dist/sdk/{check-provider-registry-A32RRIIF.mjs.map → check-provider-registry-EFBU3XPX.mjs.map} +0 -0
  33. /package/dist/sdk/{schedule-tool-RF3GRKMG.mjs.map → failure-condition-evaluator-3Q45T5EW.mjs.map} +0 -0
  34. /package/dist/sdk/{host-KO3WVPVP.mjs.map → host-Z6OFA24O.mjs.map} +0 -0
  35. /package/dist/sdk/{schedule-tool-handler-JRSULLPY.mjs.map → routing-GGZBWOLZ.mjs.map} +0 -0
  36. /package/dist/sdk/{workflow-check-provider-LWJTZ5AI.mjs.map → schedule-tool-DWHKTTEY.mjs.map} +0 -0
package/dist/sdk/sdk.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  StateMachineExecutionEngine,
3
3
  init_state_machine_execution_engine
4
- } from "./chunk-RHAKGIBI.mjs";
4
+ } from "./chunk-FHWFG5AS.mjs";
5
5
  import "./chunk-KFKHU6CM.mjs";
6
6
  import "./chunk-AVMMKGLQ.mjs";
7
7
  import "./chunk-LG4AUKHB.mjs";
@@ -14,9 +14,9 @@ import {
14
14
  init_config
15
15
  } from "./chunk-AS6LIEO4.mjs";
16
16
  import "./chunk-NCWIZVOT.mjs";
17
- import "./chunk-QSY3XLA3.mjs";
18
- import "./chunk-ITZWA2RF.mjs";
19
- import "./chunk-WYD5ISLQ.mjs";
17
+ import "./chunk-2LL6GIEU.mjs";
18
+ import "./chunk-HT3EFZ75.mjs";
19
+ import "./chunk-CYIKOFJZ.mjs";
20
20
  import "./chunk-JL7JXCET.mjs";
21
21
  import "./chunk-ZUEQNCKB.mjs";
22
22
  import "./chunk-25IC7KXZ.mjs";
@@ -0,0 +1,25 @@
1
+ import {
2
+ __getOrCreateNdjsonPath,
3
+ _appendRunMarker,
4
+ addEvent,
5
+ getTracer,
6
+ getVisorRunAttributes,
7
+ init_trace_helpers,
8
+ setSpanAttributes,
9
+ setSpanError,
10
+ withActiveSpan
11
+ } from "./chunk-CYIKOFJZ.mjs";
12
+ import "./chunk-UCMJJ3IM.mjs";
13
+ import "./chunk-J7LXIPZS.mjs";
14
+ init_trace_helpers();
15
+ export {
16
+ __getOrCreateNdjsonPath,
17
+ _appendRunMarker,
18
+ addEvent,
19
+ getTracer,
20
+ getVisorRunAttributes,
21
+ setSpanAttributes,
22
+ setSpanError,
23
+ withActiveSpan
24
+ };
25
+ //# sourceMappingURL=trace-helpers-AXJZLLWE.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  WorkflowCheckProvider,
3
3
  init_workflow_check_provider
4
- } from "./chunk-RHAKGIBI.mjs";
4
+ } from "./chunk-FHWFG5AS.mjs";
5
5
  import "./chunk-KFKHU6CM.mjs";
6
6
  import "./chunk-AVMMKGLQ.mjs";
7
7
  import "./chunk-LG4AUKHB.mjs";
@@ -11,9 +11,9 @@ import "./chunk-GEW6LS32.mjs";
11
11
  import "./chunk-NZADFXHE.mjs";
12
12
  import "./chunk-AS6LIEO4.mjs";
13
13
  import "./chunk-NCWIZVOT.mjs";
14
- import "./chunk-QSY3XLA3.mjs";
15
- import "./chunk-ITZWA2RF.mjs";
16
- import "./chunk-WYD5ISLQ.mjs";
14
+ import "./chunk-2LL6GIEU.mjs";
15
+ import "./chunk-HT3EFZ75.mjs";
16
+ import "./chunk-CYIKOFJZ.mjs";
17
17
  import "./chunk-JL7JXCET.mjs";
18
18
  import "./chunk-ZUEQNCKB.mjs";
19
19
  import "./chunk-25IC7KXZ.mjs";
@@ -26,4 +26,4 @@ init_workflow_check_provider();
26
26
  export {
27
27
  WorkflowCheckProvider
28
28
  };
29
- //# sourceMappingURL=workflow-check-provider-LWJTZ5AI.mjs.map
29
+ //# sourceMappingURL=workflow-check-provider-XGW3WVPS.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@probelabs/visor",
3
- "version": "0.1.159-ee",
3
+ "version": "0.1.160-ee",
4
4
  "main": "dist/index.js",
5
5
  "bin": {
6
6
  "visor": "./dist/index.js"
@@ -114,7 +114,7 @@
114
114
  "@opentelemetry/sdk-node": "^0.203.0",
115
115
  "@opentelemetry/sdk-trace-base": "^1.30.1",
116
116
  "@opentelemetry/semantic-conventions": "^1.30.1",
117
- "@probelabs/probe": "^0.6.0-rc274",
117
+ "@probelabs/probe": "^0.6.0-rc275",
118
118
  "@types/commander": "^2.12.0",
119
119
  "@types/uuid": "^10.0.0",
120
120
  "acorn": "^8.16.0",