Skip to content

Commit cec40ec

Browse files
committed
feat(dependencies): update Copilot SDK and LLM SDK versions, enhance README
- Bumped version of @yourgpt/copilot-sdk to 1.4.36 with an updated description for clarity. - Updated @yourgpt/llm-sdk to version 1.5.44, refining its description for better understanding. - Added a logo to the README and improved the layout for better visual appeal. - Adjusted pnpm-lock.yaml to reflect new dependency versions and ensure compatibility. BREAKING: None - changes are backward compatible.
1 parent 4ff9d9f commit cec40ec

File tree

5 files changed

+105
-8
lines changed

5 files changed

+105
-8
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<div align="center">
22

3-
# Copilot SDK
3+
<a href="https://copilot-sdk.yourgpt.ai">
4+
<img src="./assets/logo.png" alt="Copilot SDK" height="80">
5+
</a>
46

57
### Build AI Copilots for Your Product
68

@@ -14,7 +16,7 @@ Production-ready AI Copilots for any product. Connect any LLM, deploy on your in
1416

1517
<br />
1618

17-
<img src="./apps/docs/public/images/copilot-sdk-demo-1-sm.gif" alt="Copilot SDK Demo" width="700" />
19+
<img src="./apps/docs/public/images/copilot-sdk-demo-1-sm.gif" alt="Copilot SDK Demo" width="700" />
1820

1921
</div>
2022

assets/logo.png

23.4 KB
Loading

packages/copilot-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@yourgpt/copilot-sdk",
3-
"version": "1.4.35",
4-
"description": "Build AI copilots with app context awareness",
3+
"version": "1.4.36",
4+
"description": "Copilot SDK for building Production-ready AI Copilots for any product. Connect any LLM, deploy on your infrastructure, own your data.",
55
"type": "module",
66
"exports": {
77
"./core": {

packages/llm-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@yourgpt/llm-sdk",
3-
"version": "1.5.43",
4-
"description": "LLM SDK for YourGPT - Multi-provider LLM integration",
3+
"version": "1.5.44",
4+
"description": "AI SDK for building AI Agents with any LLM",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
77
"types": "./dist/index.d.ts",

pnpm-lock.yaml

Lines changed: 97 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)