Sync working-copy code: AI agent suite + MCP server (v1.2.0)#63
Merged
Conversation
Brings the latest /root/Forge-Chat working code into ForgeChat: - Sheets `upsert` op, CRM write-back tools, human handoff (escalate + keywords + round-robin + pause/resume + chat take-over), auto-summary on close, "new conversations only" trigger mode - MCP agent-builder server (stdio + HTTP): read_sheet_values, upsert, discovery - Version bump to 1.2.0 ForgeChat's curated docs/CI (README, CONTRIBUTING, CHANGELOG, DEPLOY*, .github) are intentionally left untouched. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…: Phase 4 latest - backend/package-lock.json regenerated to match package.json (MCP deps) so `npm ci` passes - ChatWindow: guard api.agentConversation?.status?.() so the header never breaks when the endpoint/api shape is absent (fixes ChatWindow.header unit tests) - SKILL.md Phase 4: drop "(optional)", add read_sheet_values + the Sheets `upsert` op (recommended for logging) Co-Authored-By: Claude Opus 4.8 <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.
Brings the latest
/root/Forge-Chatworking code into ForgeChat as a reviewable PR.What's included
upsertop — find-or-update a contact's row by a key column (handles header discovery, row numbers, column offset; no duplicate rows)set_contact_name/add_contact_tag/set_contact_fieldon the live contact (gated by an "Update CRM" toggle)escalate_to_humantool, handoff keywords, round-robin BDA assignment, per-conversation pause (router skips paused chats), pause/resume API + a take-over toggle in the chat headerread_sheet_values,upsert, discovery + mutationsNotes for the reviewer
mainand overlaying the working-copy code — the diff shows exactly what changes to apply.README.md,CONTRIBUTING.md,CHANGELOG.md,DEPLOY*.md,.github/. The only doc added ismcp-server/README.md..envfiles are gitignored; the diff was scanned for hardcoded keys/tokens.🤖 Generated with Claude Code