@ahggg/dsh-side-chat 0.4.2 → 0.6.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.
- package/README.md +2 -1
- package/README.zh-CN.md +2 -1
- package/lib/client/apply.d.ts.map +1 -1
- package/lib/client/apply.js +1 -1
- package/lib/client/apply.js.map +1 -1
- package/lib/client/contracts.d.ts +3 -1
- package/lib/client/contracts.d.ts.map +1 -1
- package/lib/client/index.d.ts +2 -2
- package/lib/client/index.d.ts.map +1 -1
- package/lib/client/index.js +1 -1
- package/lib/client/index.js.map +1 -1
- package/lib/client/model-preference.d.ts +14 -0
- package/lib/client/model-preference.d.ts.map +1 -0
- package/lib/client/model-preference.js +60 -0
- package/lib/client/model-preference.js.map +1 -0
- package/lib/client/panel/SelectionQuote.d.ts.map +1 -1
- package/lib/client/panel/SelectionQuote.js +26 -1
- package/lib/client/panel/SelectionQuote.js.map +1 -1
- package/lib/client/panel/SideChatModelSelect.d.ts +17 -0
- package/lib/client/panel/SideChatModelSelect.d.ts.map +1 -0
- package/lib/client/panel/SideChatModelSelect.js +247 -0
- package/lib/client/panel/SideChatModelSelect.js.map +1 -0
- package/lib/client/panel/SideChatPanel.d.ts +2 -1
- package/lib/client/panel/SideChatPanel.d.ts.map +1 -1
- package/lib/client/panel/SideChatPanel.js +3 -3
- package/lib/client/panel/SideChatPanel.js.map +1 -1
- package/lib/client/parent-composer/ParentConversationAnnotations.d.ts.map +1 -1
- package/lib/client/parent-composer/ParentConversationAnnotations.js +4 -2
- package/lib/client/parent-composer/ParentConversationAnnotations.js.map +1 -1
- package/lib/client/parent-composer/add-to-conversation.d.ts +16 -0
- package/lib/client/parent-composer/add-to-conversation.d.ts.map +1 -1
- package/lib/client/parent-composer/add-to-conversation.js +143 -17
- package/lib/client/parent-composer/add-to-conversation.js.map +1 -1
- package/lib/client/parent-composer/annotation-persistence.d.ts +19 -0
- package/lib/client/parent-composer/annotation-persistence.d.ts.map +1 -0
- package/lib/client/parent-composer/annotation-persistence.js +97 -0
- package/lib/client/parent-composer/annotation-persistence.js.map +1 -0
- package/lib/client/rc6/ArchivedConversation.d.ts +3 -1
- package/lib/client/rc6/ArchivedConversation.d.ts.map +1 -1
- package/lib/client/rc6/ArchivedConversation.js +61 -11
- package/lib/client/rc6/ArchivedConversation.js.map +1 -1
- package/lib/client/rc6/Rc6SideChatOverlay.d.ts.map +1 -1
- package/lib/client/rc6/Rc6SideChatOverlay.js +65 -5
- package/lib/client/rc6/Rc6SideChatOverlay.js.map +1 -1
- package/lib/client/rc6/context.d.ts +3 -1
- package/lib/client/rc6/context.d.ts.map +1 -1
- package/lib/client/rc6/remote-adapter.d.ts.map +1 -1
- package/lib/client/rc6/remote-adapter.js +4 -0
- package/lib/client/rc6/remote-adapter.js.map +1 -1
- package/lib/client/rc6/sessions-adapter.d.ts +16 -1
- package/lib/client/rc6/sessions-adapter.d.ts.map +1 -1
- package/lib/client/rc6/sessions-adapter.js +80 -16
- package/lib/client/rc6/sessions-adapter.js.map +1 -1
- package/lib/client/selection/ConversationAnnotationMarkers.d.ts +9 -0
- package/lib/client/selection/ConversationAnnotationMarkers.d.ts.map +1 -0
- package/lib/client/selection/ConversationAnnotationMarkers.js +241 -0
- package/lib/client/selection/ConversationAnnotationMarkers.js.map +1 -0
- package/lib/client/selection/SelectionActions.d.ts +6 -1
- package/lib/client/selection/SelectionActions.d.ts.map +1 -1
- package/lib/client/selection/SelectionActions.js +9 -8
- package/lib/client/selection/SelectionActions.js.map +1 -1
- package/lib/client/selection/selection-controller.d.ts +11 -0
- package/lib/client/selection/selection-controller.d.ts.map +1 -1
- package/lib/client/selection/selection-controller.js +54 -0
- package/lib/client/selection/selection-controller.js.map +1 -1
- package/lib/client/side-chat-controller.d.ts +3 -1
- package/lib/client/side-chat-controller.d.ts.map +1 -1
- package/lib/client/side-chat-controller.js +45 -1
- package/lib/client/side-chat-controller.js.map +1 -1
- package/lib/client.js +1392 -144
- package/lib/client.js.map +1 -1
- package/lib/host/archived-fork-service.d.ts +3 -1
- package/lib/host/archived-fork-service.d.ts.map +1 -1
- package/lib/host/archived-fork-service.js +80 -2
- package/lib/host/archived-fork-service.js.map +1 -1
- package/lib/index.d.ts +2 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +4 -1
- package/lib/index.js.map +1 -1
- package/lib/remote.d.ts +5 -2
- package/lib/remote.d.ts.map +1 -1
- package/lib/remote.js.map +1 -1
- package/lib/shared/archived-wire.d.ts +56 -0
- package/lib/shared/archived-wire.d.ts.map +1 -1
- package/lib/shared/archived-wire.js +17 -0
- package/lib/shared/archived-wire.js.map +1 -1
- package/lib/shared/contracts.d.ts +16 -0
- package/lib/shared/contracts.d.ts.map +1 -1
- package/lib/shared/error-codes.d.ts +1 -1
- package/lib/shared/error-codes.d.ts.map +1 -1
- package/lib/shared/error-codes.js +1 -0
- package/lib/shared/error-codes.js.map +1 -1
- package/lib/typert.d.ts +2 -2
- package/lib/typert.d.ts.map +1 -1
- package/lib/typert.js +14 -3
- package/lib/typert.js.map +1 -1
- package/package.json +6 -1
package/lib/typert.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typert.js","sourceRoot":"","sources":["../src/typert.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,0BAA0B,EAC1B,yBAAyB,EACzB,2BAA2B,EAC3B,0BAA0B,
|
|
1
|
+
{"version":3,"file":"typert.js","sourceRoot":"","sources":["../src/typert.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,0BAA0B,EAC1B,yBAAyB,EACzB,2BAA2B,EAC3B,0BAA0B,EAC1B,gCAAgC,EAChC,+BAA+B,GAChC,MAAM,2BAA2B,CAAA;AAElC,SAAS,UAAU,CACjB,MAA0C,EAC1C,cAAsB,EACtB,eAAmD,EACnD,YAAgD;IAEhD,MAAM,WAAW,GAAG,MAAM,KAAK,QAAQ;QACrC,CAAC,CAAC,uBAAuB;QACzB,CAAC,CAAC,MAAM,KAAK,aAAa;YACxB,CAAC,CAAC,4BAA4B;YAC9B,CAAC,CAAC,sBAAsB,CAAA;IAC5B,MAAM,UAAU,GAAG,MAAM,KAAK,QAAQ;QACpC,CAAC,CAAC,sBAAsB;QACxB,CAAC,CAAC,MAAM,KAAK,aAAa;YACxB,CAAC,CAAC,2BAA2B;YAC7B,CAAC,CAAC,qBAAqB,CAAA;IAC3B,OAAO;QACL,EAAE,EAAE,yCAAyC,MAAM,EAAE;QACrD,OAAO,EAAE,UAAU;QACnB,SAAS,EAAE,kBAAkB;QAC7B,MAAM;QACN,cAAc;QACd,UAAU,EAAE,EAAE,IAAI,EAAE,QAAiB,EAAE;QACvC,UAAU,EAAE,CAAC;gBACX,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;gBACf,MAAM,EAAE,MAAe;gBACvB,KAAK,EAAE;oBACL,IAAI,EAAE,QAAiB;oBACvB,UAAU,EAAE,+BAA+B,WAAW,EAAE;oBACxD,MAAM,EAAE,eAAe;iBACxB;aACF,CAAC;QACF,MAAM,EAAE;YACN,IAAI,EAAE,QAAiB;YACvB,UAAU,EAAE,+BAA+B,UAAU,EAAE;YACvD,MAAM,EAAE,YAAY;SACrB;QACD,cAAc,EAAE,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE;KAC7D,CAAA;AACH,CAAC;AAED,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,UAAU,CAAC,QAAQ,EAAE,gBAAgB,EAAE,2BAA2B,EAAE,0BAA0B,CAAC;IAC/F,UAAU,CAAC,aAAa,EAAE,qBAAqB,EAAE,gCAAgC,EAAE,+BAA+B,CAAC;IACnH,UAAU,CAAC,OAAO,EAAE,eAAe,EAAE,0BAA0B,EAAE,yBAAyB,CAAC;CAC5F,CAAA;AAED,MAAM,CAAC,MAAM,MAAM,GAAG;IACpB,OAAO,EAAE,sBAAsB;IAC/B,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,EAAE;IACX,KAAK,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;IAChD,WAAW,EAAE,oBAAoB;CAClC,CAAA;AAED,eAAe,MAAM,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ahggg/dsh-side-chat",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Codex-style side conversations for DeepSeek Harness",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"deepseek-harness",
|
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
"@deepseek-ai/dsh-client-ui-conversation",
|
|
60
60
|
"@deepseek-ai/dsh-client-ui-input-trigger",
|
|
61
61
|
"@deepseek-ai/dsh-client-ui-layout",
|
|
62
|
+
"@deepseek-ai/dsh-client-ui-model-selection",
|
|
62
63
|
"@deepseek-ai/dsh-client-ui-primitives",
|
|
63
64
|
"@deepseek-ai/dsh-client-ui-slots"
|
|
64
65
|
]
|
|
@@ -87,8 +88,10 @@
|
|
|
87
88
|
"@deepseek-ai/dsh-api-remotes": "0.1.0-rc.6",
|
|
88
89
|
"@deepseek-ai/dsh-client-runtime": "0.1.0-rc.6",
|
|
89
90
|
"@deepseek-ai/dsh-client-ui-layout": "0.1.0-rc.6",
|
|
91
|
+
"@deepseek-ai/dsh-client-ui-model-selection": "0.1.0-rc.6",
|
|
90
92
|
"@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.6",
|
|
91
93
|
"@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.6",
|
|
94
|
+
"@deepseek-ai/dsh-llm": "0.1.0-rc.6",
|
|
92
95
|
"@deepseek-ai/dsh-session": "0.1.0-rc.6",
|
|
93
96
|
"@deepseek-ai/dsh-typert-protocol": "0.1.0-rc.6",
|
|
94
97
|
"@deepseek-ai/dsh-user-questions": "0.1.0-rc.6",
|
|
@@ -105,8 +108,10 @@
|
|
|
105
108
|
"@deepseek-ai/dsh-api-remotes": "0.1.0-rc.6",
|
|
106
109
|
"@deepseek-ai/dsh-client-runtime": "0.1.0-rc.6",
|
|
107
110
|
"@deepseek-ai/dsh-client-ui-layout": "0.1.0-rc.6",
|
|
111
|
+
"@deepseek-ai/dsh-client-ui-model-selection": "0.1.0-rc.6",
|
|
108
112
|
"@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.6",
|
|
109
113
|
"@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.6",
|
|
114
|
+
"@deepseek-ai/dsh-llm": "0.1.0-rc.6",
|
|
110
115
|
"@deepseek-ai/dsh-session": "0.1.0-rc.6",
|
|
111
116
|
"@deepseek-ai/dsh-typert-protocol": "0.1.0-rc.6",
|
|
112
117
|
"@deepseek-ai/dsh-user-questions": "0.1.0-rc.6",
|