From 3e8d8d95e20f6db4edf9bdedef8d5e0aa64fa9c6 Mon Sep 17 00:00:00 2001 From: Sahil Date: Thu, 5 Feb 2026 18:39:27 +0530 Subject: [PATCH] feat(docs): expand README with new AI features and examples - Added sections for Debug Assistant, Support Ticket System, and SaaS Application to highlight new AI capabilities. - Included relevant images and descriptions to enhance understanding of each feature. BREAKING: None - changes are backward compatible. --- packages/copilot-sdk/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/copilot-sdk/README.md b/packages/copilot-sdk/README.md index 0eda3c0..fbee8c3 100644 --- a/packages/copilot-sdk/README.md +++ b/packages/copilot-sdk/README.md @@ -44,14 +44,26 @@ function App() { Explore real-world implementations and demo projects. +### Debug Assistant + +AI-powered debugging companion that captures console logs, takes screenshots, and provides intelligent analysis. + Debug Assistant +### Support Ticket System + +AI-powered customer support with intelligent ticket routing, automatic escalation, and context-aware responses. + Support Ticket System +### SaaS Application + +SaaS template with AI copilot integration. Includes subscription handling, billing management, and intelligent assistance. + SaaS Application