Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

fix(chat): stop tool schemas from filling the Claude harness context window

merged#2920CedarCopilot

CedarCopilot wants to merge 2 commits into staging from worktree-send-it-chat-harness-tool-deferral

11 files changed

Libra does not show diffs here. View the full diff on GitHub.

  • modifiedapps/server/.claude/skills/playbook-instruction-eval/write-document-bash-competition-eval.ts+3-2
  • modifiedapps/server/.claude/skills/sherlock/SHERLOCK_SYSTEM_KNOWLEDGE.md+8-01 defect
  • modifiedapps/server/src/mastra/tools/family-tool-names.ts+3-2
  • addedapps/server/src/mastra/workflows/chat/harness/__tests__/context-telemetry.test.ts+183-0
  • modifiedapps/server/src/mastra/workflows/chat/harness/__tests__/delegate-tool-scoping.test.ts+102-0
  • modifiedapps/server/src/mastra/workflows/chat/harness/__tests__/user-mcp-servers.test.ts+5-1
  • addedapps/server/src/mastra/workflows/chat/harness/context-telemetry.ts+166-0
  • modifiedapps/server/src/mastra/workflows/chat/harness/delegate-tool-scoping.ts+73-3
  • modifiedapps/server/src/mastra/workflows/chat/harness/types.ts+18-0
  • modifiedapps/server/src/mastra/workflows/chat/harness/user-mcp-servers.ts+9-8
  • modifiedapps/server/src/mastra/workflows/chat/run-chat-agent-sdk.ts+30-362 defects