stk-codegen 1.0.3 → 1.0.4
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.
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
export declare const AGENT_STREAM_RATIO = 0.5;
|
|
2
|
+
export declare const DIFF_REVIEW_RATIO = 0.5;
|
|
3
|
+
export declare const SHELL_OUTPUT_RATIO = 0.7;
|
|
4
|
+
export declare const FOOTER_RESERVED_LINES = 4;
|
|
1
5
|
export declare const useTerminalLayout: () => {
|
|
2
6
|
readonly rows: any;
|
|
3
7
|
readonly maxAgentStreamingLines: number;
|