Skip to content

fix(core): classify copilot utility requests - #41840

Merged
rekram1-node merged 3 commits into
v2from
copilot-parity
Aug 11, 2026
Merged

fix(core): classify copilot utility requests#41840
rekram1-node merged 3 commits into
v2from
copilot-parity

Conversation

@rekram1-node

@rekram1-node rekram1-node commented Aug 11, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • route title generation and compaction through the existing session HTTP plugin hooks
  • classify GitHub Copilot title requests as X-Interaction-Type: conversation-background
  • classify automatic and manual compaction as X-Interaction-Type: conversation-compaction
  • keep provider-specific classification entirely in the GitHub Copilot plugin
  • share the session HTTP hook middleware across normal model execution, title generation, and compaction

Testing

  • bun test test/session-compaction.test.ts test/session-compact.test.ts test/plugin/provider-github-copilot.test.ts test/session-title.test.ts test/session-model-request.test.ts from packages/core
  • clean declaration build: rm -rf node_modules/.ts-dist && bun typecheck from packages/core
  • monorepo pre-push typecheck is blocked locally by unrelated missing clipboard exports from the installed @opentui/core in packages/tui

@rekram1-node rekram1-node changed the title fix(core): classify copilot title requests fix(core): classify copilot utility requests Aug 11, 2026
@rekram1-node
rekram1-node merged commit 3fd3e28 into v2 Aug 11, 2026
9 of 10 checks passed
@rekram1-node
rekram1-node deleted the copilot-parity branch August 11, 2026 20:51
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