logancyang_obsidian-copilot/src/context
Zero Liu adf8c68a73
chore(deps): remove unused deps and dead code to shrink bundle (#2460)
Drop unused runtime deps (huggingface, koa, langchain, react-markdown,
react-syntax-highlighter, next-i18next, p-queue, trie-search, sse,
codemirror-companion-extension, tabler/icons-react, etc.) and demote
build-only packages to devDependencies. Delete dead source files
(quick-ask modes, ListPromptModal, NewChatConfirmModal,
PatternMatchingModal, ContainerContext, command-ui chat-message,
ui/tabs) and unused exports flagged by knip. Add `lint:dead` script
backed by knip and a knip.json config.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 22:25:59 -07:00
..
ChatHistoryCompactor.test.ts chore(eslint): enable no-explicit-any; fix ~395 violations (#2452) 2026-05-14 02:08:45 -07:00
ChatHistoryCompactor.ts chore(eslint): enable @typescript-eslint/no-unsafe-return and fix violations (#2436) 2026-05-13 22:04:59 -07:00
ChatInputContext.tsx chore(lint): fix no-array-index-key and other React lint warnings (#2453) 2026-05-14 02:19:38 -07:00
compactionUtils.test.ts Implement modular context compaction architecture (#2159) 2026-02-06 21:52:33 -08:00
compactionUtils.ts Implement modular context compaction architecture (#2159) 2026-02-06 21:52:33 -08:00
contextBlockRegistry.test.ts Audit context envelope, tag alignment, artifact dedup, and logging (#2164) 2026-02-07 21:18:25 -08:00
contextBlockRegistry.ts Audit context envelope, tag alignment, artifact dedup, and logging (#2164) 2026-02-07 21:18:25 -08:00
L2ContextCompactor.test.ts chore(eslint): enable no-explicit-any; fix ~395 violations (#2452) 2026-05-14 02:08:45 -07:00
L2ContextCompactor.ts chore(deps): remove unused deps and dead code to shrink bundle (#2460) 2026-05-14 22:25:59 -07:00
LayerToMessagesConverter.test.ts Context revamp (#1971) 2025-10-27 23:28:36 -07:00
LayerToMessagesConverter.ts Context revamp (#1971) 2025-10-27 23:28:36 -07:00
parseContextSegments.ts Audit context envelope, tag alignment, artifact dedup, and logging (#2164) 2026-02-07 21:18:25 -08:00
PromptContextEngine.ts chore(deps): swap unmaintained/legacy deps per e18e module-replacements (#2447) 2026-05-14 01:12:52 -07:00
PromptContextTypes.ts Context revamp (#1971) 2025-10-27 23:28:36 -07:00