fix: center minichat widget and fix weather tool success status

- KnowledgeView minichat: add margin-inline: auto so the widget centers
  within the content area when max-width is reached on wide screens
- weather get_weather tool: return success: true on both the arbitrary
  location path and the cached locations path so ToolCallCard shows
  the correct success state instead of always flagging as error

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-03 00:50:42 -04:00
parent b4be1f0799
commit 07f4956550
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -1043,6 +1043,7 @@ onUnmounted(() => {
left: var(--sidebar-width); /* align with content area past filter panel */
right: 0;
max-width: var(--page-max-width);
margin-inline: auto;
z-index: 20;
display: flex;
flex-direction: column;