chatroom-cli 1.61.0 → 1.61.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.
- package/dist/index.js +2 -2
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29172,7 +29172,7 @@ var init_claude_sdk_agent_service = __esm(() => {
|
|
|
29172
29172
|
init_claude_sdk_stream_adapter();
|
|
29173
29173
|
ClaudeSdkAgentService = class ClaudeSdkAgentService extends BaseCLIAgentService {
|
|
29174
29174
|
id = "claude-sdk";
|
|
29175
|
-
displayName = "Claude
|
|
29175
|
+
displayName = "Claude (SDK)";
|
|
29176
29176
|
command = CLAUDE_SDK_COMMAND;
|
|
29177
29177
|
sessions = new Map;
|
|
29178
29178
|
constructor(deps) {
|
|
@@ -107736,4 +107736,4 @@ program2.hook("preAction", async (_thisCommand, actionCommand) => {
|
|
|
107736
107736
|
});
|
|
107737
107737
|
program2.parse();
|
|
107738
107738
|
|
|
107739
|
-
//# debugId=
|
|
107739
|
+
//# debugId=7B9AE1A5001DAD3964756E2164756E21
|