docs: regenerate settings.md to fix CI

This commit is contained in:
Mahima Shanware
2026-04-08 17:06:38 +00:00
parent c1c8ecef3c
commit ae433fbef7
3 changed files with 18 additions and 26 deletions
@@ -5102,7 +5102,7 @@ describe('InputPrompt', () => {
it('dismisses Btw on ESC key press', async () => {
const dismissBtw = vi.fn();
const { stdin, unmount } = await renderWithProviders(
<InputPrompt {...props} />,
<TestInputPrompt {...props} />,
{
uiState: {
btwState: {
@@ -5130,7 +5130,7 @@ describe('InputPrompt', () => {
it('dismisses Btw on Enter key press', async () => {
const dismissBtw = vi.fn();
const { stdin, unmount } = await renderWithProviders(
<InputPrompt {...props} />,
<TestInputPrompt {...props} />,
{
uiState: {
btwState: {
@@ -5158,7 +5158,7 @@ describe('InputPrompt', () => {
it('dismisses Btw on Space key press when buffer is empty', async () => {
const dismissBtw = vi.fn();
const { stdin, unmount } = await renderWithProviders(
<InputPrompt {...props} />,
<TestInputPrompt {...props} />,
{
uiState: {
btwState: {
@@ -5186,7 +5186,7 @@ describe('InputPrompt', () => {
it('dismisses Btw and accepts input on typing when not streaming', async () => {
const dismissBtw = vi.fn();
const { stdin, stdout, unmount } = await renderWithProviders(
<InputPrompt {...props} />,
<TestInputPrompt {...props} />,
{
uiState: {
btwState: {
@@ -5215,7 +5215,7 @@ describe('InputPrompt', () => {
it('blocks typing when Btw is streaming', async () => {
const dismissBtw = vi.fn();
const { stdin, stdout, unmount } = await renderWithProviders(
<InputPrompt {...props} />,
<TestInputPrompt {...props} />,
{
uiState: {
btwState: {