Skip to content

Commit 2e3186b

Browse files
author
Nick Tchayka
committed
Fix
1 parent 2e762ba commit 2e3186b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

apps/extension/icon.png

13.2 KB
Loading

apps/extension/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"private": true,
44
"displayName": "Booster Tutor",
55
"description": "An AI assistant to help you with your Booster application",
6-
"version": "0.1.1",
6+
"version": "0.1.3",
77
"publisher": "BoosterFramework",
8+
"icon": "icon.png",
89
"engines": {
910
"vscode": "^1.77.0"
1011
},

apps/extension/src/webview.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ export const App: React.FC = () => {
8787
new ChatMessage(
8888
"bot",
8989
`## Hello! 🚀
90-
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!** 🌟`
90+
91+
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!** 🌟`
9192
),
9293
]);
9394
const [loading, setLoading] = React.useState(false);

0 commit comments

Comments
 (0)