@wrongstack/tui 0.268.0 → 0.269.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/dist/index.d.ts +2 -0
- package/dist/index.js +324 -171
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -193,6 +193,8 @@ type Settings = {
|
|
|
193
193
|
reasoningEffort: ReasoningEffort;
|
|
194
194
|
/** Preserve thinking across turns. */
|
|
195
195
|
reasoningPreserve: boolean;
|
|
196
|
+
/** Single word shown in the TUI rainbow working-state chip. */
|
|
197
|
+
thinkingWord: string;
|
|
196
198
|
/** Prompt cache TTL. */
|
|
197
199
|
cacheTtl: CacheTtl;
|
|
198
200
|
/** Where to persist settings: 'global' or 'project'. */
|