@tongil_kim/clautunnel 1.7.0 → 1.7.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 CHANGED
@@ -102,6 +102,55 @@ var require_events = __commonJS({
102
102
  }
103
103
  });
104
104
 
105
+ // ../../packages/shared/dist/constants/message-types.js
106
+ var require_message_types = __commonJS({
107
+ "../../packages/shared/dist/constants/message-types.js"(exports) {
108
+ "use strict";
109
+ Object.defineProperty(exports, "__esModule", { value: true });
110
+ exports.MESSAGE_TYPES = exports.REALTIME_MESSAGE_TYPES = void 0;
111
+ exports.REALTIME_MESSAGE_TYPES = [
112
+ "output",
113
+ "input",
114
+ "error",
115
+ "system",
116
+ "mode",
117
+ "mode-change",
118
+ "commands",
119
+ "commands-request",
120
+ "model",
121
+ "model-change",
122
+ "models",
123
+ "models-request",
124
+ "mobile-disconnect",
125
+ "interactive-request",
126
+ "interactive-response",
127
+ "interactive-apply",
128
+ "interactive-confirm",
129
+ "cancel-request",
130
+ "clear-request",
131
+ "resume-request",
132
+ "resume-history",
133
+ "user-question",
134
+ "user-answer",
135
+ "permission-request",
136
+ "permission-response",
137
+ "request-queued",
138
+ "status-request",
139
+ "status-response",
140
+ "session-title",
141
+ "tool-use",
142
+ "complete"
143
+ ];
144
+ exports.MESSAGE_TYPES = [
145
+ "output",
146
+ "input",
147
+ "error",
148
+ "system",
149
+ "tool-use"
150
+ ];
151
+ }
152
+ });
153
+
105
154
  // ../../packages/shared/dist/constants/index.js
106
155
  var require_constants = __commonJS({
107
156
  "../../packages/shared/dist/constants/index.js"(exports) {
@@ -124,6 +173,7 @@ var require_constants = __commonJS({
124
173
  };
125
174
  Object.defineProperty(exports, "__esModule", { value: true });
126
175
  __exportStar(require_events(), exports);
176
+ __exportStar(require_message_types(), exports);
127
177
  }
128
178
  });
129
179
 
@@ -1733,7 +1783,7 @@ ${contextLines.join("\n")}
1733
1783
  const coreModels = [
1734
1784
  { value: "opus", displayName: "Opus 4.6", description: "Opus 4.6 \xB7 Most capable for complex work" },
1735
1785
  { value: "haiku", displayName: "Haiku 4.5", description: "Haiku 4.5 \xB7 Fastest for quick answers" },
1736
- { value: "sonnet", displayName: "Sonnet 4.5", description: "Sonnet 4.5 \xB7 Best for everyday tasks" }
1786
+ { value: "sonnet", displayName: "Sonnet 4.6", description: "Sonnet 4.6 \xB7 Best for everyday tasks" }
1737
1787
  ];
1738
1788
  if (this.cachedModels) {
1739
1789
  return this.cachedModels;
@@ -2398,7 +2448,7 @@ ${msg}
2398
2448
  if (previousModel !== message.model) {
2399
2449
  const modelNames = {
2400
2450
  "default": "Opus 4.6",
2401
- "sonnet": "Sonnet 4.5",
2451
+ "sonnet": "Sonnet 4.6",
2402
2452
  "opus": "Opus 4.6",
2403
2453
  "haiku": "Haiku 3.5"
2404
2454
  };