Skip to content

Conversation

@Divyanshumalik1
Copy link
Collaborator

📋 PR Overview

Summary

This PR introduces improvements to the chat functionality and UI.

  • Added logic to start/stop chat generation to reduce unnecessary token usage.
  • Fixed button alignment and overall chat layout.
  • Included a simulated streaming response block for testing without consuming tokens.
  • Minor UI and code cleanup for better readability and maintainability.

Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 🔧 Configuration change (changes to build, CI, or configuration files)
  • 📚 Documentation update (changes to documentation only)
  • 🎨 UI/UX improvement (styling, layout, or user experience changes)
  • ⚡ Performance improvement (code changes that improve performance)
  • 🧹 Code cleanup/refactoring (non-functional changes that improve code quality)
  • 🧪 Testing support (simulated streaming response for local testing)

QA Instructions

  1. Test Start Chat and Stop Chat functionality.
  2. Verify that token usage stops when chat is stopped.
  3. Optional: uncomment the simulated streaming block in route.ts to test streaming behavior locally.

Related Issues


🚧 Work in Progress: Additional changes are being added — please do not merge yet.

@Divyanshumalik1 Divyanshumalik1 linked an issue Oct 12, 2025 that may be closed by this pull request
@vercel
Copy link

vercel bot commented Oct 12, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
nexus Error Error Dec 5, 2025 2:35am

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.

UI Fixes

2 participants