@pellux/goodvibes-sdk 0.18.27 → 0.18.29

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 (93) hide show
  1. package/dist/_internal/platform/agents/orchestrator-runner.js +1 -1
  2. package/dist/_internal/platform/bookmarks/manager.d.ts +1 -1
  3. package/dist/_internal/platform/bookmarks/manager.d.ts.map +1 -1
  4. package/dist/_internal/platform/channels/surface-registry.js +3 -3
  5. package/dist/_internal/platform/config/api-keys.d.ts +29 -0
  6. package/dist/_internal/platform/config/api-keys.d.ts.map +1 -0
  7. package/dist/_internal/platform/config/api-keys.js +153 -0
  8. package/dist/_internal/platform/config/index.d.ts +1 -13
  9. package/dist/_internal/platform/config/index.d.ts.map +1 -1
  10. package/dist/_internal/platform/config/index.js +1 -138
  11. package/dist/_internal/platform/core/conversation-diff.d.ts +6 -2
  12. package/dist/_internal/platform/core/conversation-diff.d.ts.map +1 -1
  13. package/dist/_internal/platform/core/conversation.d.ts +13 -5
  14. package/dist/_internal/platform/core/conversation.d.ts.map +1 -1
  15. package/dist/_internal/platform/core/conversation.js +35 -1
  16. package/dist/_internal/platform/plugins/loader.d.ts +5 -1
  17. package/dist/_internal/platform/plugins/loader.d.ts.map +1 -1
  18. package/dist/_internal/platform/plugins/loader.js +7 -3
  19. package/dist/_internal/platform/runtime/bootstrap-hook-bridge.d.ts +10 -0
  20. package/dist/_internal/platform/runtime/bootstrap-hook-bridge.d.ts.map +1 -0
  21. package/dist/_internal/platform/runtime/bootstrap-hook-bridge.js +143 -0
  22. package/dist/_internal/platform/runtime/diagnostics/panels/panel-resources.d.ts +5 -5
  23. package/dist/_internal/platform/runtime/diagnostics/panels/panel-resources.d.ts.map +1 -1
  24. package/dist/_internal/platform/runtime/diagnostics/panels/panel-resources.js +3 -3
  25. package/dist/_internal/platform/runtime/diagnostics/types.d.ts +26 -13
  26. package/dist/_internal/platform/runtime/diagnostics/types.d.ts.map +1 -1
  27. package/dist/_internal/platform/runtime/diagnostics/types.js +4 -2
  28. package/dist/_internal/platform/runtime/mutable-runtime-state.d.ts +14 -0
  29. package/dist/_internal/platform/runtime/mutable-runtime-state.d.ts.map +1 -0
  30. package/dist/_internal/platform/runtime/mutable-runtime-state.js +1 -0
  31. package/dist/_internal/platform/runtime/ops/playbooks/permission-deadlock.js +2 -2
  32. package/dist/_internal/platform/runtime/perf/component-contracts.d.ts +114 -0
  33. package/dist/_internal/platform/runtime/perf/component-contracts.d.ts.map +1 -0
  34. package/dist/_internal/platform/runtime/perf/component-contracts.js +104 -0
  35. package/dist/_internal/platform/runtime/perf/component-health-monitor.d.ts +98 -0
  36. package/dist/_internal/platform/runtime/perf/component-health-monitor.d.ts.map +1 -0
  37. package/dist/_internal/platform/runtime/perf/component-health-monitor.js +248 -0
  38. package/dist/_internal/platform/runtime/perf/index.d.ts +6 -3
  39. package/dist/_internal/platform/runtime/perf/index.d.ts.map +1 -1
  40. package/dist/_internal/platform/runtime/perf/index.js +4 -2
  41. package/dist/_internal/platform/runtime/perf/panel-contracts.d.ts +6 -90
  42. package/dist/_internal/platform/runtime/perf/panel-contracts.d.ts.map +1 -1
  43. package/dist/_internal/platform/runtime/perf/panel-contracts.js +4 -83
  44. package/dist/_internal/platform/runtime/perf/panel-health-monitor.d.ts +4 -88
  45. package/dist/_internal/platform/runtime/perf/panel-health-monitor.d.ts.map +1 -1
  46. package/dist/_internal/platform/runtime/perf/panel-health-monitor.js +4 -236
  47. package/dist/_internal/platform/runtime/service-queries.d.ts +3 -0
  48. package/dist/_internal/platform/runtime/service-queries.d.ts.map +1 -0
  49. package/dist/_internal/platform/runtime/service-queries.js +1 -0
  50. package/dist/_internal/platform/runtime/services.d.ts +2 -2
  51. package/dist/_internal/platform/runtime/services.d.ts.map +1 -1
  52. package/dist/_internal/platform/runtime/services.js +3 -3
  53. package/dist/_internal/platform/runtime/session-persistence.d.ts +3 -3
  54. package/dist/_internal/platform/runtime/session-persistence.d.ts.map +1 -1
  55. package/dist/_internal/platform/runtime/session-persistence.js +13 -13
  56. package/dist/_internal/platform/runtime/session-return-context.js +1 -1
  57. package/dist/_internal/platform/runtime/shell-command-services.d.ts +2 -2
  58. package/dist/_internal/platform/runtime/shell-command-services.d.ts.map +1 -1
  59. package/dist/_internal/platform/runtime/shell-command-services.js +2 -2
  60. package/dist/_internal/platform/runtime/shell-command-workspace.d.ts +2 -2
  61. package/dist/_internal/platform/runtime/shell-command-workspace.d.ts.map +1 -1
  62. package/dist/_internal/platform/runtime/shell-command-workspace.js +2 -2
  63. package/dist/_internal/platform/runtime/store/domains/index.d.ts +2 -0
  64. package/dist/_internal/platform/runtime/store/domains/index.d.ts.map +1 -1
  65. package/dist/_internal/platform/runtime/store/domains/index.js +1 -0
  66. package/dist/_internal/platform/runtime/store/selectors/index.d.ts +27 -14
  67. package/dist/_internal/platform/runtime/store/selectors/index.d.ts.map +1 -1
  68. package/dist/_internal/platform/runtime/store/selectors/index.js +35 -25
  69. package/dist/_internal/platform/runtime/store/state.d.ts +3 -4
  70. package/dist/_internal/platform/runtime/store/state.d.ts.map +1 -1
  71. package/dist/_internal/platform/runtime/store/state.js +3 -4
  72. package/dist/_internal/platform/runtime/system-message-policy.d.ts +18 -0
  73. package/dist/_internal/platform/runtime/system-message-policy.d.ts.map +1 -0
  74. package/dist/_internal/platform/runtime/system-message-policy.js +35 -0
  75. package/dist/_internal/platform/utils/clipboard.d.ts +3 -2
  76. package/dist/_internal/platform/utils/clipboard.d.ts.map +1 -1
  77. package/dist/_internal/platform/utils/clipboard.js +0 -17
  78. package/dist/_internal/platform/utils/notify.d.ts.map +1 -1
  79. package/dist/_internal/platform/utils/notify.js +4 -1
  80. package/dist/_internal/platform/utils/terminal-width.d.ts +13 -0
  81. package/dist/_internal/platform/utils/terminal-width.d.ts.map +1 -1
  82. package/dist/_internal/platform/utils/terminal-width.js +13 -0
  83. package/dist/_internal/platform/version.js +1 -1
  84. package/package.json +1 -1
  85. package/dist/_internal/platform/core/history.d.ts +0 -22
  86. package/dist/_internal/platform/core/history.d.ts.map +0 -1
  87. package/dist/_internal/platform/core/history.js +0 -43
  88. package/dist/_internal/platform/types/grid.d.ts +0 -27
  89. package/dist/_internal/platform/types/grid.d.ts.map +0 -1
  90. package/dist/_internal/platform/types/grid.js +0 -26
  91. package/dist/_internal/platform/utils/splash-lines.d.ts +0 -8
  92. package/dist/_internal/platform/utils/splash-lines.d.ts.map +0 -1
  93. package/dist/_internal/platform/utils/splash-lines.js +0 -32
@@ -1,8 +0,0 @@
1
- export interface SplashOptions {
2
- workingDir?: string;
3
- model?: string;
4
- provider?: string;
5
- toolCount?: number;
6
- }
7
- export declare function getSplashLines(columns: number, opts?: SplashOptions): string[];
8
- //# sourceMappingURL=splash-lines.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"splash-lines.d.ts","sourceRoot":"","sources":["../../../../src/_internal/platform/utils/splash-lines.ts"],"names":[],"mappings":"AAwBA,MAAM,WAAW,aAAa;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,cAAc,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,GAAE,aAAkB,GAAG,MAAM,EAAE,CAclF"}
@@ -1,32 +0,0 @@
1
- import { center, getDisplayWidth } from '@pellux/goodvibes-sdk/platform/utils/terminal-width';
2
- import { VERSION } from '../version.js';
3
- const ART_LINES = [
4
- ' ██████╗ ██████╗ ██████╗ ██████╗ ██╗ ██╗ ██╗ ██████╗ ███████╗ ███████╗',
5
- '██╔════╝ ██╔═══██╗ ██╔═══██╗ ██╔══██╗ ██║ ██║ ██║ ██╔══██╗ ██╔════╝ ██╔════╝',
6
- '██║ ███╗ ██║ ██║ ██║ ██║ ██║ ██║ ██║ ██║ ██║ ██████╔╝ █████╗ ███████╗',
7
- '██║ ██║ ██║ ██║ ██║ ██║ ██║ ██║ ╚██╗ ██╔╝ ██║ ██╔══██╗ ██╔══╝ ╚════██║',
8
- '╚██████╔╝ ╚██████╔╝ ╚██████╔╝ ██████╔╝ ╚████╔╝ ██║ ██████╔╝ ███████╗ ███████║',
9
- ' ╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═══╝ ╚═╝ ╚═════╝ ╚══════╝ ╚══════╝',
10
- ];
11
- const ART_W = Math.max(...ART_LINES.map((line) => getDisplayWidth(line)));
12
- const TOP_BORDER = '━'.repeat(ART_W);
13
- const SEPARATOR = '━'.repeat(ART_W);
14
- /**
15
- * Audit Fix: Full-width English characters for vaporwave aesthetic.
16
- * good vibes ・ A I ・ いい雰囲気
17
- */
18
- const TAGLINE = '[ good vibes ・ A I ・ いい雰囲気 ]';
19
- const VERSION_LINE = ` ✦ v${VERSION} █ terminal AI assistant █ 自動コード  ✦`;
20
- export function getSplashLines(columns, opts = {}) {
21
- const splashHint = 'start chatting or type /help for commands';
22
- const lines = [
23
- center(TOP_BORDER, columns),
24
- ...ART_LINES.map((line) => center(line, columns)),
25
- center(SEPARATOR, columns),
26
- center(TAGLINE, columns),
27
- center(VERSION_LINE, columns),
28
- '',
29
- ];
30
- lines.push(center(splashHint, columns));
31
- return lines;
32
- }