Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Tchayka committed Feb 21, 2024
1 parent 2e762ba commit 2e3186b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file added apps/extension/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"private": true,
"displayName": "Booster Tutor",
"description": "An AI assistant to help you with your Booster application",
"version": "0.1.1",
"version": "0.1.3",
"publisher": "BoosterFramework",
"icon": "icon.png",
"engines": {
"vscode": "^1.77.0"
},
Expand Down
3 changes: 2 additions & 1 deletion apps/extension/src/webview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ export const App: React.FC = () => {
new ChatMessage(
"bot",
`## Hello! 🚀
I'm thrilled to assist you with your Booster project! Whether you need guidance on **contributing to Booster**, getting health information from sensors, finding **beginner-friendly or more involved coding tasks**, improving documentation, creating GitHub issues, suggesting enhancements, or even just asking a quick question in the community, **I've got you covered!** Feel free to explore the Booster documentation for detailed instructions and resources, and don't hesitate to reach out if you need any further assistance. **Let's boost your project together!** 🌟`
I'm thrilled to assist you with your Booster project! Whether you need guidance on **contributing to Booster**, getting health information from sensors, finding **beginner-friendly or more involved coding tasks**, improving documentation, creating GitHub issues, suggesting enhancements, or even just asking a quick question in the community, **I've got you covered!** Feel free to explore the Booster documentation for detailed instructions and resources, and don't hesitate to reach out if you need any further assistance. **Let's boost your project together!** 🌟`
),
]);
const [loading, setLoading] = React.useState(false);
Expand Down

0 comments on commit 2e3186b

Please sign in to comment.