mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
* feat: Improve error handling architecture across chain runners. # Conflicts: # src/LLMProviders/chainRunner/AutonomousAgentChainRunner.ts # src/chainFactory.ts # src/chainUtils.ts * fix: Preserve correct content ordering in streaming messages Fix two issues that could confuse users during streaming: - Error blocks now inserted at correct stream position instead of always appending to end, preserving visual context - Reset lastDisplayedContent between runs to prevent stale content from appearing in new responses * fix: fix branch conflicts. * fix: correctly dispose error block roots by parameterizing disposal helpers with registry. |
||
|---|---|---|
| .. | ||
| useActiveFile.ts | ||
| useChatManager.ts | ||
| useChatScrolling.ts | ||
| useLatestVersion.ts | ||
| useProjectContextStatus.ts | ||