feat: make OpenTag fast and restore rich UI - #12
Merged
tylerslaton merged 2 commits intoJul 28, 2026
Merged
Conversation
tylerslaton
marked this pull request as ready for review
July 28, 2026 03:39
AlemTuzlak
approved these changes
Jul 28, 2026
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
This PR is stacked on #11 and contains only the follow-up agent-speed, rich-UI, and cleanup work.
It depends on CopilotKit/Intelligence#612 for deeply nested Channel render content.
Why
The deep-research workflow planned and delegated routine requests, which made ordinary
@kitereplies slow. OpenTag's render tools could also produce valid Block Kit and Adaptive Card UI that the current Intelligence depth validator rejected. Several local-only paths were no longer part of the managed launch architecture.How
OPENAI_REASONING_EFFORTandOPENAI_VERBOSITY, default both tolow, disable the automatic general-purpose subagent andexecute, cap recursion at 25, and replace nested research with direct Tavily search.postFilebehavior.NOTION_MCP_URLandNOTION_MCP_AUTH_TOKENfor optional remote Notion.open-tagChannel, Python AG-UI identifier, two-service Railway topology, historical documents, and exact Channels/Runtime canaries.Validation: frozen Node and Python installs, TypeScript checks, 139 Vitest tests, 39 Python tests, and Railway graph evaluation all pass. No live Slack or production smoke test was run.