feat(assistant): rename conversations + new-machine README#20
Merged
Conversation
PATCH /api/assistant/history accepts { conversationId, title }, trims
to 200 chars, stores null for empty so the UI falls back to "Untitled".
Sidebar gains pencil/double-click inline edit with optimistic update
and revert-on-failure. Includes route-level tests for auth, validation,
404, trim, null-clear, and truncation behavior.
Also adds 5 watchlist entries (ROK, ISRG, GFS, CSCO, EQT) accumulated
since the last commit so the new machine starts with current state.
Toolchain table (Node/pnpm/Claude Code/Tailscale), env var reference for apps/web/.env.local, Tailscale + phone-PWA wiring, OneDrive assistant workspace, and a list of out-of-repo MCP server folders that need manual migration.
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
PATCH /api/assistant/historyendpoint — trims to 200 chars, storesnullfor empty so the UI falls back to "Untitled"README.mdwith new-machine setup: toolchain, env vars, Tailscale wiring, OneDrive assistant workspace, MCP server migration listTest plan
pnpm --filter @mysuperapp/web test→ 58 passing