logancyang_obsidian-copilot/src/utils
2026-05-23 01:06:16 -07:00
..
dom chore(styles): replace element.style with Tailwind + CSS vars (W5/9) (#2400) 2026-05-12 22:50:05 -07:00
react chore(react): centralize React root creation via createPluginRoot helper (#2467) 2026-05-15 11:49:03 -07:00
base64.test.ts fix(mobile): import Buffer from the buffer polyfill so it works in WebView (#2443) 2026-05-13 23:05:29 -07:00
base64.ts fix(mobile): import Buffer from the buffer polyfill so it works in WebView (#2443) 2026-05-13 23:05:29 -07:00
binaryPath.test.ts fix(agent-mode): make binary auto-detect work under Obsidian's sparse GUI PATH (#2480) 2026-05-20 19:05:41 -07:00
binaryPath.ts fix(agent-mode): make binary auto-detect work under Obsidian's sparse GUI PATH (#2480) 2026-05-20 19:05:41 -07:00
cacheFileOpener.ts feat: migrate project storage from data.json to vault files (#2324) 2026-05-09 12:21:04 -07:00
chatHistoryUtils.ts feat(agent-mode): introduce Agent Mode feature 2026-05-20 19:05:41 -07:00
convertedDocOutput.test.ts chore(types): tighten types and replace TFile/TFolder casts (W1/9) (#2403) 2026-05-12 16:18:22 -07:00
convertedDocOutput.ts feat: configurable output folder for converted docs + Miyo PDF routing (#2210) 2026-02-23 20:15:54 -08:00
curlCommand.ts feat(keychain): migrate API key storage to Obsidian Keychain (#2364) 2026-05-14 13:57:21 -07:00
debounce.test.ts chore(deps): swap unmaintained/legacy deps per e18e module-replacements (#2447) 2026-05-14 01:12:52 -07:00
debounce.ts chore(eslint): enable no-explicit-any; fix ~395 violations (#2452) 2026-05-14 02:08:45 -07:00
detectBinary.test.ts fix(agent-mode): make binary auto-detect work under Obsidian's sparse GUI PATH (#2480) 2026-05-20 19:05:41 -07:00
detectBinary.ts fix(agent-mode): make binary auto-detect work under Obsidian's sparse GUI PATH (#2480) 2026-05-20 19:05:41 -07:00
errorUtils.test.ts feat(agent-mode): introduce Agent Mode feature 2026-05-20 19:05:41 -07:00
errorUtils.ts feat(agent-mode): introduce Agent Mode feature 2026-05-20 19:05:41 -07:00
fileListUtils.test.ts chore(lint): fix no-array-index-key and other React lint warnings (#2453) 2026-05-14 02:19:38 -07:00
fileListUtils.ts chore(lint): fix no-array-index-key and other React lint warnings (#2453) 2026-05-14 02:19:38 -07:00
hash.test.ts chore(deps): swap unmaintained/legacy deps per e18e module-replacements (#2447) 2026-05-14 01:12:52 -07:00
hash.ts chore(deps): swap unmaintained/legacy deps per e18e module-replacements (#2447) 2026-05-14 01:12:52 -07:00
markdownPreprocess.ts chore(deps): remove unused deps and dead code to shrink bundle (#2460) 2026-05-14 22:25:59 -07:00
modelParamsHelper.ts Add reasoning/thinking token support for LM Studio (#2151) 2026-02-04 18:29:09 -08:00
modelUtils.ts chore(deps): remove unused deps and dead code to shrink bundle (#2460) 2026-05-14 22:25:59 -07:00
panelPlacement.test.ts fix: Quick Ask/Command panel positioning overhaul (#2278) 2026-03-13 21:50:01 -07:00
panelPlacement.ts fix: Quick Ask/Command panel positioning overhaul (#2278) 2026-03-13 21:50:01 -07:00
pathUtils.test.ts feat(agent-mode): introduce Agent Mode feature 2026-05-20 19:05:41 -07:00
pathUtils.ts feat(agent-mode): introduce Agent Mode feature 2026-05-20 19:05:41 -07:00
projectUtils.ts chore(eslint): enable @typescript-eslint/no-unsafe-argument and fix violations (#2440) 2026-05-13 21:40:26 -07:00
quickAskAnchorMapping.test.ts chore(types): tighten types and replace TFile/TFolder casts (W1/9) (#2403) 2026-05-12 16:18:22 -07:00
quickAskAnchorMapping.ts fix: Quick Ask/Command panel positioning overhaul (#2278) 2026-03-13 21:50:01 -07:00
rateLimitUtils.ts chore(eslint): enable no-explicit-any; fix ~395 violations (#2452) 2026-05-14 02:08:45 -07:00
recentUsageManager.test.ts Enable basic obsidian eslint rules (#2410) 2026-05-13 00:49:49 -07:00
recentUsageManager.ts chore(deps): remove unused deps and dead code to shrink bundle (#2460) 2026-05-14 22:25:59 -07:00
rendererEventsShim.ts feat(agent-mode): introduce Agent Mode feature 2026-05-20 19:05:41 -07:00
renderMarkdown.ts feat(agent-mode): make note links clickable in chat and tool cards (#2503) 2026-05-21 10:05:10 -07:00
selectionAnchors.test.ts fix: Quick Ask/Command panel positioning overhaul (#2278) 2026-03-13 21:50:01 -07:00
selectionAnchors.ts fix: Quick Ask/Command panel positioning overhaul (#2278) 2026-03-13 21:50:01 -07:00
sliceCache.test.ts Add provider and configured model registry 2026-05-23 01:06:16 -07:00
sliceCache.ts Add provider and configured model registry 2026-05-23 01:06:16 -07:00
stripSpecialTokens.test.ts fix: strip leaked special tokens from local model responses (#2284) (#2285) 2026-03-12 17:36:31 -07:00
stripSpecialTokens.ts fix: strip leaked special tokens from local model responses (#2284) (#2285) 2026-03-12 17:36:31 -07:00
toolResultUtils.test.ts chore(eslint): enable @typescript-eslint/no-unsafe-argument and fix violations (#2440) 2026-05-13 21:40:26 -07:00
toolResultUtils.ts chore(deps): remove unused deps and dead code to shrink bundle (#2460) 2026-05-14 22:25:59 -07:00
urlNormalization.test.ts feat: Add Web Viewer bridge for referencing open web tabs in chat (#2096) 2026-01-12 17:54:54 -08:00
urlNormalization.ts feat: Add Web Viewer bridge for referencing open web tabs in chat (#2096) 2026-01-12 17:54:54 -08:00
urlTagUtils.ts feat: migrate project storage from data.json to vault files (#2324) 2026-05-09 12:21:04 -07:00
vaultAdapterUtils.ts feat(agent-mode): introduce Agent Mode feature 2026-05-20 19:05:41 -07:00
youtubeUrl.ts feat: migrate project storage from data.json to vault files (#2324) 2026-05-09 12:21:04 -07:00