mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
* Use openrouter openai embedding small as default embedding model * Increase agent max iterations to 16 and add 5-minute loop timeout - Raise max tool call iterations limit from 8 to 16 - Add AGENT_LOOP_TIMEOUT_MS constant (5 minutes) to prevent runaway loops - Update slider max in settings UI to match new limit - Show appropriate message when loop exits due to timeout vs max iterations Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Update agent reasoning spinner to sigma shape with smooth animation - Change from 9-dot diamond to 7-dot sigma (Σ) pattern - Animation traces sigma shape: top-right → top-left → center → bottom - Use ease-in-out timing and gradual opacity transitions for smooth motion - Adjust size to 13.5px for better alignment with text Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Improve agent reasoning step summaries and fix composer tool UX - Add meaningful summaries for writeToFile/replaceInFile tools (e.g., "Writing to filename" instead of "Calling writeToFile") - Show "Edit rejected" when user rejects changes in diff view - Fix "Changes applied successfully" notice showing on reject - Extract model's intermediate reasoning as finding summaries - Add TODO doc for composer tool redesign to address 30s feedback gap Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Add self-host mode eligibility gating and permanent validation - Increase tool timeout from 60s to 120s - Show self-host mode section only to Believer/Supporter plan users - Add permanent validation after 3 consecutive successful checks - Add useIsSelfHostEligible hook for offline-friendly eligibility check - Preserve permanent validation status when re-enabling self-host mode Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Fix self-host validation to require 14-day intervals between count increments - Only increment validation count when 14+ days have passed since last check - Document need for structured ComposerTools results in TODO doc - Add TODO for no-op case handling in AgentReasoningState Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Fix self-host validation timer and offline re-enable issues - Don't reset timestamp when < 14 days (preserves interval countdown) - Allow permanently validated users to see section even if toggle is off - Supports offline re-enable for users with 3+ successful validations Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Wire refreshSelfHostModeValidation into plugin startup Enables the 14-day periodic validation to actually increment the count toward permanent self-host mode (3 successful checks). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Improve self-host mode validation with offline support and documentation - Add grace period check in validateSelfHostMode for offline re-enable - Change grace period from 14 to 15 days - Add comprehensive documentation explaining validation flow - Fix offline re-enable for users within grace period Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| AGENT_REASONING_BLOCK.md | ||
| BEDROCK_TOOL_CALLING.md | ||
| CITATION_IMPLEMENTATION.md | ||
| CONTEXT_ENGINEERING.md | ||
| deprecating-intent-analyzer.md | ||
| MESSAGE_ARCHITECTURE.md | ||
| NATIVE_TOOL_CALLING_MIGRATION.md | ||
| SELF_HOSTED_SEARCH.md | ||
| TECHDEBT.md | ||
| TODO-composer-tool-redesign.md | ||
| TOOLS.md | ||