@google/gemini-cli-core 0.33.0-preview.12 → 0.33.0-preview.13

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.
@@ -140,6 +140,8 @@ export interface Question {
140
140
  multiSelect?: boolean;
141
141
  /** Placeholder hint text. For type='text', shown in the input field. For type='choice', shown in the "Other" custom input. */
142
142
  placeholder?: string;
143
+ /** Allow the question to consume more vertical space instead of being strictly capped. */
144
+ unconstrainedHeight?: boolean;
143
145
  }
144
146
  export interface AskUserRequest {
145
147
  type: MessageBusType.ASK_USER_REQUEST;
@@ -3,5 +3,5 @@
3
3
  * Copyright 2026 Google LLC
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
- export declare const GIT_COMMIT_INFO = "6431ea872";
7
- export declare const CLI_VERSION = "0.33.0-preview.12";
6
+ export declare const GIT_COMMIT_INFO = "ca0db7ec4";
7
+ export declare const CLI_VERSION = "0.33.0-preview.13";
@@ -5,6 +5,6 @@
5
5
  */
6
6
  // This file is auto-generated by the build script (scripts/generate-git-commit-info.js)
7
7
  // Do not edit this file manually.
8
- export const GIT_COMMIT_INFO = '6431ea872';
9
- export const CLI_VERSION = '0.33.0-preview.12';
8
+ export const GIT_COMMIT_INFO = 'ca0db7ec4';
9
+ export const CLI_VERSION = '0.33.0-preview.13';
10
10
  //# sourceMappingURL=git-commit.js.map