@prettier-ai/dsh-client-ui-chat 0.1.2-alpha.1

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 (76) hide show
  1. package/LICENSE +21 -0
  2. package/README.i18n.yaml +6 -0
  3. package/README.md +69 -0
  4. package/README.zh.md +69 -0
  5. package/lib/client.js +7588 -0
  6. package/lib/index.js +25 -0
  7. package/lib/invariant.js +16 -0
  8. package/lib/types/chat-settings.d.ts +20 -0
  9. package/lib/types/client/apply.d.ts +10 -0
  10. package/lib/types/client/chat/ApprovalCommand.d.ts +20 -0
  11. package/lib/types/client/chat/AssistantMarkdown.d.ts +22 -0
  12. package/lib/types/client/chat/AssistantNodeView.d.ts +4 -0
  13. package/lib/types/client/chat/ChatNodeSeat.d.ts +15 -0
  14. package/lib/types/client/chat/ChatView.d.ts +7 -0
  15. package/lib/types/client/chat/CommandNodeView.d.ts +9 -0
  16. package/lib/types/client/chat/CompactionCommandCard.d.ts +8 -0
  17. package/lib/types/client/chat/CompactionItem.d.ts +19 -0
  18. package/lib/types/client/chat/ContextBody.d.ts +131 -0
  19. package/lib/types/client/chat/ContextInjectionRow.d.ts +26 -0
  20. package/lib/types/client/chat/GenericCommandCard.d.ts +9 -0
  21. package/lib/types/client/chat/MessageIconActions.d.ts +36 -0
  22. package/lib/types/client/chat/MessageItem.d.ts +42 -0
  23. package/lib/types/client/chat/ReasoningRow.d.ts +14 -0
  24. package/lib/types/client/chat/StatsLine.d.ts +64 -0
  25. package/lib/types/client/chat/SystemPromptRow.d.ts +19 -0
  26. package/lib/types/client/chat/TurnNavigator.d.ts +21 -0
  27. package/lib/types/client/chat/TurnProcessNodeView.d.ts +4 -0
  28. package/lib/types/client/chat/TurnTailNodeView.d.ts +7 -0
  29. package/lib/types/client/chat/TurnUsageDisclosure.d.ts +9 -0
  30. package/lib/types/client/chat/message-chrome.d.ts +49 -0
  31. package/lib/types/client/chat/register-node-renderers.d.ts +7 -0
  32. package/lib/types/client/chat/searchable-hidden.d.ts +9 -0
  33. package/lib/types/client/chat/token-format.d.ts +25 -0
  34. package/lib/types/client/chat/turn-assistant.d.ts +8 -0
  35. package/lib/types/client/chat/use-calendar-day.d.ts +6 -0
  36. package/lib/types/client/chat/use-throttled-visual-update.d.ts +8 -0
  37. package/lib/types/client/contract/assistant-content.d.ts +9 -0
  38. package/lib/types/client/contract/chat-nodes.d.ts +110 -0
  39. package/lib/types/client/contract/slots.d.ts +195 -0
  40. package/lib/types/client/contract/snapshot.d.ts +65 -0
  41. package/lib/types/client/contract/store.d.ts +22 -0
  42. package/lib/types/client/contract/turn-metrics.d.ts +38 -0
  43. package/lib/types/client/contract/turn-process.d.ts +48 -0
  44. package/lib/types/client/conversation-nodes/assistant.d.ts +37 -0
  45. package/lib/types/client/conversation-nodes/chat-snapshot-builder.d.ts +42 -0
  46. package/lib/types/client/conversation-nodes/command.d.ts +54 -0
  47. package/lib/types/client/conversation-nodes/common.d.ts +41 -0
  48. package/lib/types/client/conversation-nodes/compaction.d.ts +22 -0
  49. package/lib/types/client/conversation-nodes/event-projection.d.ts +57 -0
  50. package/lib/types/client/conversation-nodes/fallback.d.ts +17 -0
  51. package/lib/types/client/conversation-nodes/inbox.d.ts +21 -0
  52. package/lib/types/client/conversation-nodes/message.d.ts +31 -0
  53. package/lib/types/client/conversation-nodes/partial.d.ts +34 -0
  54. package/lib/types/client/conversation-nodes/register.d.ts +7 -0
  55. package/lib/types/client/conversation-nodes/request-prompt.d.ts +30 -0
  56. package/lib/types/client/conversation-nodes/retry.d.ts +23 -0
  57. package/lib/types/client/conversation-nodes/tool.d.ts +23 -0
  58. package/lib/types/client/conversation-nodes/turn-error.d.ts +31 -0
  59. package/lib/types/client/conversation-nodes/turn-max-tokens.d.ts +23 -0
  60. package/lib/types/client/conversation-nodes/turn-navigation.d.ts +17 -0
  61. package/lib/types/client/conversation-nodes/turn-process.d.ts +32 -0
  62. package/lib/types/client/conversation-nodes/turn-tail.d.ts +28 -0
  63. package/lib/types/client/details/DetailsPanel.d.ts +4 -0
  64. package/lib/types/client/details/tool-node-reader.d.ts +9 -0
  65. package/lib/types/client/index.d.ts +36 -0
  66. package/lib/types/client/locale.d.ts +224 -0
  67. package/lib/types/client/markdown-labels.d.ts +10 -0
  68. package/lib/types/client/model/conversation-context.d.ts +22 -0
  69. package/lib/types/client/model/steering-history.d.ts +23 -0
  70. package/lib/types/client/model/tool-call-tree.d.ts +45 -0
  71. package/lib/types/client/settings/TranscriptViewRow.d.ts +22 -0
  72. package/lib/types/client/stores.d.ts +22 -0
  73. package/lib/types/client/transcript-view.d.ts +22 -0
  74. package/lib/types/index.d.ts +6 -0
  75. package/lib/types/invariant.d.ts +13 -0
  76. package/package.json +121 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.