| 1 | import { Disposable, IInstantiationService, InstantiationType, registerSingleton } from '../../di'; |
| 2 | import { Emitter } from '../../base/common/event'; |
| 3 | import { ErrorCodes, KimiError } from '../../errors'; |
| 4 | import { isRealUserInput } from '../../agent/compaction'; |
nothing calls this directly
no test coverage detected