@h-rig/cli 0.0.6-alpha.85 → 0.0.6-alpha.87

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 (69) hide show
  1. package/dist/bin/rig.js +79 -1027
  2. package/dist/src/app-opentui/bootstrap.js +79 -1027
  3. package/dist/src/app-opentui/command-palette.js +1 -0
  4. package/dist/src/app-opentui/drone.js +1 -0
  5. package/dist/src/app-opentui/index.js +61 -1024
  6. package/dist/src/app-opentui/list-search.d.ts +5 -1
  7. package/dist/src/app-opentui/list-search.js +2 -2
  8. package/dist/src/app-opentui/react/App.js +62 -970
  9. package/dist/src/app-opentui/react/Backdrop.js +3 -9
  10. package/dist/src/app-opentui/react/ChromeHost.js +6 -1038
  11. package/dist/src/app-opentui/react/SceneFrameView.js +55 -5
  12. package/dist/src/app-opentui/react/launch.js +62 -970
  13. package/dist/src/app-opentui/react/syntax.js +1 -0
  14. package/dist/src/app-opentui/registry.js +3 -5
  15. package/dist/src/app-opentui/render/constants.d.ts +0 -1
  16. package/dist/src/app-opentui/render/constants.js +0 -2
  17. package/dist/src/app-opentui/render/graphics.js +3 -9
  18. package/dist/src/app-opentui/render/hover.d.ts +11 -0
  19. package/dist/src/app-opentui/render/hover.js +34 -0
  20. package/dist/src/app-opentui/render/native-host.js +1 -0
  21. package/dist/src/app-opentui/render/panels.js +50 -3
  22. package/dist/src/app-opentui/render/preloader.js +1 -0
  23. package/dist/src/app-opentui/render/scene.js +1 -0
  24. package/dist/src/app-opentui/render/text.d.ts +13 -0
  25. package/dist/src/app-opentui/render/text.js +54 -5
  26. package/dist/src/app-opentui/render/type-bar.js +1 -0
  27. package/dist/src/app-opentui/runtime.js +62 -1025
  28. package/dist/src/app-opentui/scenes/command.js +1 -0
  29. package/dist/src/app-opentui/scenes/doctor.js +1 -0
  30. package/dist/src/app-opentui/scenes/error.js +1 -0
  31. package/dist/src/app-opentui/scenes/family-domains/agent.js +1 -0
  32. package/dist/src/app-opentui/scenes/family-domains/browser.js +1 -0
  33. package/dist/src/app-opentui/scenes/family-domains/dist.js +1 -0
  34. package/dist/src/app-opentui/scenes/family-domains/git.js +1 -0
  35. package/dist/src/app-opentui/scenes/family-domains/github.js +1 -0
  36. package/dist/src/app-opentui/scenes/family-domains/harness.js +1 -0
  37. package/dist/src/app-opentui/scenes/family-domains/index.js +1 -0
  38. package/dist/src/app-opentui/scenes/family-domains/kit.js +1 -0
  39. package/dist/src/app-opentui/scenes/family-domains/profile.js +1 -0
  40. package/dist/src/app-opentui/scenes/family-domains/queue.js +1 -0
  41. package/dist/src/app-opentui/scenes/family-domains/remote.js +1 -0
  42. package/dist/src/app-opentui/scenes/family-domains/review.js +1 -0
  43. package/dist/src/app-opentui/scenes/family-domains/setup.js +1 -0
  44. package/dist/src/app-opentui/scenes/family-domains/stats.js +1 -0
  45. package/dist/src/app-opentui/scenes/family.js +1 -0
  46. package/dist/src/app-opentui/scenes/fleet.js +3 -5
  47. package/dist/src/app-opentui/scenes/handoff.js +1 -0
  48. package/dist/src/app-opentui/scenes/help.js +1 -0
  49. package/dist/src/app-opentui/scenes/inbox.js +1 -0
  50. package/dist/src/app-opentui/scenes/init.js +1 -0
  51. package/dist/src/app-opentui/scenes/inspect.js +1 -0
  52. package/dist/src/app-opentui/scenes/main.js +1 -0
  53. package/dist/src/app-opentui/scenes/pi.js +1 -0
  54. package/dist/src/app-opentui/scenes/plugin.js +1 -0
  55. package/dist/src/app-opentui/scenes/repo.js +1 -0
  56. package/dist/src/app-opentui/scenes/run-detail.js +1 -0
  57. package/dist/src/app-opentui/scenes/server.js +1 -0
  58. package/dist/src/app-opentui/scenes/tasks.js +3 -5
  59. package/dist/src/app-opentui/scenes/workspace.js +1 -0
  60. package/dist/src/app-opentui/selectable.js +1 -0
  61. package/dist/src/app-opentui/theme.d.ts +1 -0
  62. package/dist/src/app-opentui/theme.js +1 -0
  63. package/package.json +8 -8
  64. package/dist/src/app-opentui/render/image-visual-layer-worker.d.ts +0 -1
  65. package/dist/src/app-opentui/render/image-visual-layer-worker.js +0 -1084
  66. package/dist/src/app-opentui/render/image-visual-layer.d.ts +0 -109
  67. package/dist/src/app-opentui/render/image-visual-layer.js +0 -1068
  68. package/dist/src/app-opentui/terminal-capabilities.d.ts +0 -7
  69. package/dist/src/app-opentui/terminal-capabilities.js +0 -15
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -15,6 +15,7 @@ var RIG_UI = {
15
15
  bg2: "#0b0c0e",
16
16
  panel: "#101115",
17
17
  panel2: "#14161b",
18
+ hover: "#181b24",
18
19
  glass: "#1e2230",
19
20
  border: "#2a2e3a",
20
21
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -284,11 +285,8 @@ function withSelectable(line2, item) {
284
285
  }
285
286
 
286
287
  // packages/cli/src/app-opentui/list-search.ts
287
- function isListSearchScene(scene) {
288
- return scene === "fleet" || scene === "tasks";
289
- }
290
- function listSearchQuery(state) {
291
- return isListSearchScene(state.scene) ? state.typeBar.value.trim() : "";
288
+ function listSearchQuery(_state) {
289
+ return "";
292
290
  }
293
291
  function valueText(value) {
294
292
  if (value === undefined || value === null)
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -284,11 +285,8 @@ function withSelectable(line2, item) {
284
285
  }
285
286
 
286
287
  // packages/cli/src/app-opentui/list-search.ts
287
- function isListSearchScene(scene) {
288
- return scene === "fleet" || scene === "tasks";
289
- }
290
- function listSearchQuery(state) {
291
- return isListSearchScene(state.scene) ? state.typeBar.value.trim() : "";
288
+ function listSearchQuery(_state) {
289
+ return "";
292
290
  }
293
291
  function valueText(value) {
294
292
  if (value === undefined || value === null)
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
@@ -4,6 +4,7 @@ export declare const RIG_UI: {
4
4
  readonly bg2: "#0b0c0e";
5
5
  readonly panel: "#101115";
6
6
  readonly panel2: "#14161b";
7
+ readonly hover: "#181b24";
7
8
  readonly glass: "#1e2230";
8
9
  readonly border: "#2a2e3a";
9
10
  readonly ink: "#f4f5f8";
@@ -12,6 +12,7 @@ var RIG_UI = {
12
12
  bg2: "#0b0c0e",
13
13
  panel: "#101115",
14
14
  panel2: "#14161b",
15
+ hover: "#181b24",
15
16
  glass: "#1e2230",
16
17
  border: "#2a2e3a",
17
18
  ink: "#f4f5f8",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h-rig/cli",
3
- "version": "0.0.6-alpha.85",
3
+ "version": "0.0.6-alpha.87",
4
4
  "type": "module",
5
5
  "description": "Rig package",
6
6
  "license": "UNLICENSED",
@@ -28,13 +28,13 @@
28
28
  "@earendil-works/pi-tui": "^0.79.0",
29
29
  "@opentui/core": "^0.4.1",
30
30
  "@opentui/react": "0.4.1",
31
- "@rig/client": "npm:@h-rig/client@0.0.6-alpha.85",
32
- "@rig/contracts": "npm:@h-rig/contracts@0.0.6-alpha.85",
33
- "@rig/core": "npm:@h-rig/core@0.0.6-alpha.85",
34
- "@rig/pi-rig": "npm:@h-rig/pi-rig@0.0.6-alpha.85",
35
- "@rig/runtime": "npm:@h-rig/runtime@0.0.6-alpha.85",
36
- "@rig/server": "npm:@h-rig/server@0.0.6-alpha.85",
37
- "@rig/standard-plugin": "npm:@h-rig/standard-plugin@0.0.6-alpha.85",
31
+ "@rig/client": "npm:@h-rig/client@0.0.6-alpha.87",
32
+ "@rig/contracts": "npm:@h-rig/contracts@0.0.6-alpha.87",
33
+ "@rig/core": "npm:@h-rig/core@0.0.6-alpha.87",
34
+ "@rig/pi-rig": "npm:@h-rig/pi-rig@0.0.6-alpha.87",
35
+ "@rig/runtime": "npm:@h-rig/runtime@0.0.6-alpha.87",
36
+ "@rig/server": "npm:@h-rig/server@0.0.6-alpha.87",
37
+ "@rig/standard-plugin": "npm:@h-rig/standard-plugin@0.0.6-alpha.87",
38
38
  "@xterm/headless": "^6.0.0",
39
39
  "effect": "4.0.0-beta.78",
40
40
  "picocolors": "^1.1.1",