ux(chat): show activity indicator during file writes and improve post-interview flow#51
Open
davewaring wants to merge 3 commits intomainfrom
Open
ux(chat): show activity indicator during file writes and improve post-interview flow#51davewaring wants to merge 3 commits intomainfrom
davewaring wants to merge 3 commits intomainfrom
Conversation
…-interview flow ChatPanel: - Show TypingIndicator during active tool calls even after assistant has started replying - Fixes silent gap when AI writes files — user now sees "Writing to your library..." Base AGENT.md template: - Post-interview: AI tells user what was created and where to find it - Ongoing Partnership: explicit instruction to update me/profile.md after every conversation - Addresses first-run-feedback #4 (no navigation), #5 (profile accumulation), #10 (Haiku AGENT.md) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Show typing indicator throughout entire loading cycle, not just during tool calls — eliminates dead-air gaps that made the UI look stuck - Track whether tools have been used this turn via ref to pick the right status label: "Thinking..." before any tool call, "Working..." between tool calls, and specific labels during active tool use - Remove unused isToolActive variable Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
BD+1 only had a brief status-line mention to read me/profile.md. Project pages inherited the full instruction from the base template, but BD+1 uses a custom AGENT.md and was skipping the profile read. Added a dedicated Owner Profile section matching the base template's guidance — read before every conversation, update when learning stable facts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
ChatPanel.tsx
TypingIndicatorduring active tool calls (memory_write, memory_read, etc.) even after the assistant has started replyingBase AGENT.md (starter-pack template)
me/profile.mdafter every conversation, not just the first interviewTest plan
me/profile.mdgets updated with new info🤖 Generated with Claude Code