Skip to content

Conversation

devin-ai-integration[bot]
Copy link
Contributor

Revert PR #287 - Fix chat prototype build

Summary

This PR reverts the entire chat prototype functionality that was added in PR #287. The revert removes:

  • Chat interface and components (app/chat/* - 15 files)
  • API endpoints for sessions, tutorials, and user state (app/api/* - 7 files)
  • Agent infrastructure (agent-docs/src/agents/agent-pulse/* - 9 files)
  • Tutorial management system (lib/tutorial/* - 5 files)
  • Supporting utilities and components (CodeEditor, SessionContext, etc.)
  • Package dependencies (node-pty, swr, uuid, allotment, @types/uuid, zod 4.x → 3.x)

This is a clean revert of commit 96d0124 that restores the documentation site to its pre-chat prototype state.

Review & Testing Checklist for Human

⚠️ High Risk Items (3):

  • Build verification: Run npm run build and npm run build:worker to ensure no orphaned imports or missing dependencies
  • Basic site functionality: Test that the docs site loads correctly at localhost:3201 and key pages render properly
  • Dependency cleanup: Verify that no remaining code references the removed packages (node-pty, swr, uuid, etc.)

Notes

Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@afterrburn afterrburn merged commit 4836c12 into main Sep 20, 2025
1 check was pending
@afterrburn afterrburn deleted the devin/1758386185-revert-pr287 branch September 20, 2025 16:38
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