@tacuchi/agent-workflow-cli 5.10.0 → 5.11.0

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 (67) hide show
  1. package/dist/cli/tui/app.d.ts +1 -1
  2. package/dist/cli/tui/app.d.ts.map +1 -1
  3. package/dist/cli/tui/app.js +104 -35
  4. package/dist/cli/tui/app.js.map +1 -1
  5. package/dist/cli/tui/components/connections-grid.d.ts +8 -0
  6. package/dist/cli/tui/components/connections-grid.d.ts.map +1 -0
  7. package/dist/cli/tui/components/connections-grid.js +55 -0
  8. package/dist/cli/tui/components/connections-grid.js.map +1 -0
  9. package/dist/cli/tui/components/connections-table.d.ts.map +1 -1
  10. package/dist/cli/tui/components/connections-table.js +3 -2
  11. package/dist/cli/tui/components/connections-table.js.map +1 -1
  12. package/dist/cli/tui/components/header.d.ts +6 -3
  13. package/dist/cli/tui/components/header.d.ts.map +1 -1
  14. package/dist/cli/tui/components/header.js +12 -3
  15. package/dist/cli/tui/components/header.js.map +1 -1
  16. package/dist/cli/tui/components/input-prompt.d.ts.map +1 -1
  17. package/dist/cli/tui/components/input-prompt.js +3 -2
  18. package/dist/cli/tui/components/input-prompt.js.map +1 -1
  19. package/dist/cli/tui/components/keymap-bar.d.ts +9 -0
  20. package/dist/cli/tui/components/keymap-bar.d.ts.map +1 -0
  21. package/dist/cli/tui/components/keymap-bar.js +7 -0
  22. package/dist/cli/tui/components/keymap-bar.js.map +1 -0
  23. package/dist/cli/tui/components/screen-frame.d.ts +6 -0
  24. package/dist/cli/tui/components/screen-frame.d.ts.map +1 -0
  25. package/dist/cli/tui/components/screen-frame.js +7 -0
  26. package/dist/cli/tui/components/screen-frame.js.map +1 -0
  27. package/dist/cli/tui/components/sectioned-menu.d.ts.map +1 -1
  28. package/dist/cli/tui/components/sectioned-menu.js +3 -2
  29. package/dist/cli/tui/components/sectioned-menu.js.map +1 -1
  30. package/dist/cli/tui/components/tab-bar.d.ts +11 -0
  31. package/dist/cli/tui/components/tab-bar.d.ts.map +1 -0
  32. package/dist/cli/tui/components/tab-bar.js +16 -0
  33. package/dist/cli/tui/components/tab-bar.js.map +1 -0
  34. package/dist/cli/tui/components/toast.d.ts +7 -0
  35. package/dist/cli/tui/components/toast.d.ts.map +1 -0
  36. package/dist/cli/tui/components/toast.js +17 -0
  37. package/dist/cli/tui/components/toast.js.map +1 -0
  38. package/dist/cli/tui/screens/main-menu.d.ts.map +1 -1
  39. package/dist/cli/tui/screens/main-menu.js +13 -9
  40. package/dist/cli/tui/screens/main-menu.js.map +1 -1
  41. package/dist/cli/tui/screens/mcp-done.d.ts.map +1 -1
  42. package/dist/cli/tui/screens/mcp-done.js +7 -2
  43. package/dist/cli/tui/screens/mcp-done.js.map +1 -1
  44. package/dist/cli/tui/screens/mcp-wizard.d.ts.map +1 -1
  45. package/dist/cli/tui/screens/mcp-wizard.js +10 -4
  46. package/dist/cli/tui/screens/mcp-wizard.js.map +1 -1
  47. package/dist/cli/tui/tabs/mcp-tab.d.ts +7 -0
  48. package/dist/cli/tui/tabs/mcp-tab.d.ts.map +1 -0
  49. package/dist/cli/tui/tabs/mcp-tab.js +139 -0
  50. package/dist/cli/tui/tabs/mcp-tab.js.map +1 -0
  51. package/dist/cli/tui/tabs/skills-tab.d.ts +7 -0
  52. package/dist/cli/tui/tabs/skills-tab.d.ts.map +1 -0
  53. package/dist/cli/tui/tabs/skills-tab.js +70 -0
  54. package/dist/cli/tui/tabs/skills-tab.js.map +1 -0
  55. package/dist/cli/tui/tabs/status-tab.d.ts +7 -0
  56. package/dist/cli/tui/tabs/status-tab.d.ts.map +1 -0
  57. package/dist/cli/tui/tabs/status-tab.js +83 -0
  58. package/dist/cli/tui/tabs/status-tab.js.map +1 -0
  59. package/dist/cli/tui/tabs/update-tab.d.ts +9 -0
  60. package/dist/cli/tui/tabs/update-tab.d.ts.map +1 -0
  61. package/dist/cli/tui/tabs/update-tab.js +11 -0
  62. package/dist/cli/tui/tabs/update-tab.js.map +1 -0
  63. package/dist/cli/tui/theme.d.ts +34 -0
  64. package/dist/cli/tui/theme.d.ts.map +1 -0
  65. package/dist/cli/tui/theme.js +37 -0
  66. package/dist/cli/tui/theme.js.map +1 -0
  67. package/package.json +1 -1
@@ -0,0 +1,37 @@
1
+ // Paleta + iconos compartidos por la TUI. Inspirado (no copiado) en
2
+ // charmbracelet/crush + charmtone: jerarquía fg en 4 niveles, accent claro
3
+ // distinto al primary, iconografía minimal Unicode (compatible con cualquier
4
+ // terminal moderna sin emojis).
5
+ export const colors = {
6
+ primary: "magenta",
7
+ accent: "cyan",
8
+ secondary: "magentaBright",
9
+ success: "green",
10
+ warning: "yellow",
11
+ error: "red",
12
+ info: "blue",
13
+ fg: "white",
14
+ fgSubtle: "gray",
15
+ fgMoreSubtle: "blackBright",
16
+ border: "blackBright",
17
+ borderActive: "magenta",
18
+ };
19
+ export const icons = {
20
+ check: "✓",
21
+ cross: "✗",
22
+ pending: "●",
23
+ spinner: "⋯",
24
+ arrow: "→",
25
+ section: "─",
26
+ focusBullet: "❯",
27
+ dimBullet: " ",
28
+ bullet: "•",
29
+ diamond: "◆",
30
+ brand: "◆",
31
+ promptMark: "›",
32
+ tabActiveLeft: "[",
33
+ tabActiveRight: "]",
34
+ tabSeparator: " ",
35
+ divider: "─",
36
+ };
37
+ //# sourceMappingURL=theme.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme.js","sourceRoot":"","sources":["../../../src/cli/tui/theme.ts"],"names":[],"mappings":"AAAA,oEAAoE;AACpE,2EAA2E;AAC3E,6EAA6E;AAC7E,gCAAgC;AAEhC,MAAM,CAAC,MAAM,MAAM,GAAG;IACpB,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,MAAM;IACd,SAAS,EAAE,eAAe;IAC1B,OAAO,EAAE,OAAO;IAChB,OAAO,EAAE,QAAQ;IACjB,KAAK,EAAE,KAAK;IACZ,IAAI,EAAE,MAAM;IACZ,EAAE,EAAE,OAAO;IACX,QAAQ,EAAE,MAAM;IAChB,YAAY,EAAE,aAAa;IAC3B,MAAM,EAAE,aAAa;IACrB,YAAY,EAAE,SAAS;CACf,CAAC;AAEX,MAAM,CAAC,MAAM,KAAK,GAAG;IACnB,KAAK,EAAE,GAAG;IACV,KAAK,EAAE,GAAG;IACV,OAAO,EAAE,GAAG;IACZ,OAAO,EAAE,GAAG;IACZ,KAAK,EAAE,GAAG;IACV,OAAO,EAAE,GAAG;IACZ,WAAW,EAAE,GAAG;IAChB,SAAS,EAAE,GAAG;IACd,MAAM,EAAE,GAAG;IACX,OAAO,EAAE,GAAG;IACZ,KAAK,EAAE,GAAG;IACV,UAAU,EAAE,GAAG;IACf,aAAa,EAAE,GAAG;IAClB,cAAc,EAAE,GAAG;IACnB,YAAY,EAAE,IAAI;IAClB,OAAO,EAAE,GAAG;CACJ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tacuchi/agent-workflow-cli",
3
- "version": "5.10.0",
3
+ "version": "5.11.0",
4
4
  "description": "Agnostic runtime CLI for session-lifecycle workflows. Auto-detects namespace from any `.<ns>/sessions/` dir in CWD; falls back to 'agent-workflow'. Plugins can reclaim a fixed namespace via SessionStart hook (writes to `~/.config/agent-workflow/namespace`). Bundles the universal `agent-workflow` skill in the tarball — `self install-skill` copies it from the bundled location to `~/.claude/skills/agent-workflow/` and `~/.codex/skills/agent-workflow/` (dual-target by default; opt-out with `--target claude|codex`). Override the source with `--from <local-path>` for skill development.",
5
5
  "type": "module",
6
6
  "bin": {