Skip to content

Sync working-copy code: AI agent suite + MCP server (v1.2.0)#63

Merged
sathyaprakash000 merged 3 commits into
mainfrom
sync/working-code-v1.2.0
Jun 10, 2026
Merged

Sync working-copy code: AI agent suite + MCP server (v1.2.0)#63
sathyaprakash000 merged 3 commits into
mainfrom
sync/working-code-v1.2.0

Conversation

@sathyaprakash000

Copy link
Copy Markdown
Contributor

Brings the latest /root/Forge-Chat working code into ForgeChat as a reviewable PR.

What's included

  • Google Sheets upsert op — find-or-update a contact's row by a key column (handles header discovery, row numbers, column offset; no duplicate rows)
  • CRM write-back toolsset_contact_name / add_contact_tag / set_contact_field on the live contact (gated by an "Update CRM" toggle)
  • Human handoffescalate_to_human tool, handoff keywords, round-robin BDA assignment, per-conversation pause (router skips paused chats), pause/resume API + a take-over toggle in the chat header
  • Auto-summary on close — idle sweeper re-runs the agent to log a final summary
  • "New conversations only" trigger mode — engage only a contact's first inbound
  • MCP agent-builder server (stdio + HTTP): read_sheet_values, upsert, discovery + mutations
  • Version bump → 1.2.0

Notes for the reviewer

  • These two repos have unrelated histories, so this PR was built by branching off main and overlaying the working-copy code — the diff shows exactly what changes to apply.
  • ForgeChat's curated docs/CI are intentionally left untouched: README.md, CONTRIBUTING.md, CHANGELOG.md, DEPLOY*.md, .github/. The only doc added is mcp-server/README.md.
  • No secrets: .env files are gitignored; the diff was scanned for hardcoded keys/tokens.

🤖 Generated with Claude Code

sathyaprakash000 and others added 3 commits June 10, 2026 14:38
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>
@sathyaprakash000 sathyaprakash000 merged commit 4480915 into main Jun 10, 2026
14 of 15 checks passed
@sathyaprakash000 sathyaprakash000 deleted the sync/working-code-v1.2.0 branch June 10, 2026 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant