revert: restore original chatbot-demo (undo PR #20 merge)#22
Merged
jonah-berman merged 1 commit intomainfrom Mar 25, 2026
Merged
revert: restore original chatbot-demo (undo PR #20 merge)#22jonah-berman merged 1 commit intomainfrom
jonah-berman merged 1 commit intomainfrom
Conversation
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
2 tasks
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
Reverts the merge of PR #20 (
devin/1774398467-bluej-pra-demo), which replaced the generic chatbot demo with the BlueJ PRA tax law demo. That merge broke production atdemo.exa.ai/chatbot-demoby changing all routing and application code.The BlueJ demo has been moved to its own directory in
exa-labs/public-demosinstead (PR #45).This is a
git revert -m 1of the merge commit — it restores all files to their pre-PR#20 state: generic chatbot system prompt,web_searchtool (nottax_law_search/fetch_fresh_content),/chatbot-demorouting invercel.json, and the original frontend.Review & Testing Checklist for Human
demo.exa.ai/chatbot-demoworks after merge — production is currently broken. This is the urgent fix.vercel.jsonindentation — the revert introduced inconsistent leading whitespace on some rewrite lines (e.g. extra spaces onexa-logomark-white.svgthroughfavicon.png). Cosmetic only but worth a glance to confirm Vercel parses it correctly.git diff origin/main~2..HEAD(or compare against the commit before the PR [chatbot-demo]: BlueJ PRA strategy demo with redesigned How It Works page #20 merge) to ensure nothing was lost or added unintentionally by the revert.Notes
exa-labs/public-demos#45— it needs a new Vercel project + domain route to go live at/bluej-demoLink to Devin session: https://app.devin.ai/sessions/2a88a28d3059461d932fb7f37dcb5a4e
Requested by: @jonah-berman