@wrongstack/tui 0.6.7 → 0.7.2
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 +3 -2
- package/dist/index.js +1975 -1608
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -100,8 +100,9 @@ interface RunTuiOptions {
|
|
|
100
100
|
* context chip uses this for its progress denominator.
|
|
101
101
|
*/
|
|
102
102
|
effectiveMaxContext?: number;
|
|
103
|
-
/**
|
|
104
|
-
|
|
103
|
+
/** Absolute project root for goal.json loading. */
|
|
104
|
+
projectRoot?: string;
|
|
105
|
+
/** Render into the terminal's alternate screen buffer (like vim/less/htop).
|
|
105
106
|
* Default: false — native scrollback stays live so chat history is
|
|
106
107
|
* scrollable via mouse wheel / Shift+PgUp, which matches the user's
|
|
107
108
|
* "this is a chat app, let me scroll the chat" intuition. Pass true
|