docs(ui): update settings.md and settingsSchema descriptions for context UI changes

This commit is contained in:
Keith Guerin
2026-03-19 23:56:36 -07:00
parent b6231f561b
commit 1de0367faa
5 changed files with 18 additions and 5 deletions
@@ -22,6 +22,10 @@ describe('compressCommand', () => {
let context: ReturnType<typeof createMockCommandContext>;
let mockTryCompressChat: ReturnType<typeof vi.fn>;
afterEach(() => {
vi.restoreAllMocks();
});
beforeEach(() => {
mockTryCompressChat = vi.fn();
vi.mocked(Core.tokenLimit).mockReturnValue(1000);