-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: UI Embeddable and Micro App #407
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
}, | ||
}); | ||
|
||
export const useClient = (customAuthToken: string) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this used?
Are there endpoints we need access to that aren't available through useRun
?
CI Failure Feedback 🧐(Checks updated until commit 0e12fd3)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
PR Type
Enhancement
Description
Changes walkthrough 📝
contract.ts
API Contract Definitions for UI Embeddable Adapter
adapters/ui-embeddable/components/contract.ts
Zod
API endpoints
page.tsx
Implement Main Page with MicroApp Integration
adapters/ui-embeddable/app/page.tsx
micro-app.tsx
MicroApp Component Implementation with Chat Interface
adapters/ui-embeddable/components/micro-app.tsx
message.tsx
Message Component for Chat Interface Display
adapters/ui-embeddable/components/message.tsx
client.tsx
API Client Implementation with Custom Auth
adapters/ui-embeddable/components/client.tsx
micro-app.css
Styling Implementation for MicroApp Component
adapters/ui-embeddable/components/micro-app.css
message.css
Message Component Styling Implementation
adapters/ui-embeddable/components/message.css
package-lock.json
...
adapters/ui-embeddable/package-lock.json
...