feat(ui): add showContextCompression setting and simplify message wording

This commit is contained in:
Keith Guerin
2026-03-19 23:23:14 -07:00
parent 39fb7b11a8
commit 252dbeb39a
9 changed files with 87 additions and 20 deletions
@@ -47,8 +47,8 @@ describe('compressCommand', () => {
isPending: true,
beforePercentage: null,
afterPercentage: null,
threshold: null,
compressionStatus: null,
isManual: true,
},
};
await compressCommand.action!(context, '');
@@ -80,7 +80,7 @@ describe('compressCommand', () => {
compressionStatus: null,
beforePercentage: null,
afterPercentage: null,
threshold: null,
isManual: true,
},
});
@@ -97,7 +97,7 @@ describe('compressCommand', () => {
compressionStatus: Core.CompressionStatus.COMPRESSED,
beforePercentage: 20,
afterPercentage: 10,
threshold: 20,
isManual: true,
},
},
expect.any(Number),