Skip to content

Commit 194bd4a

Browse files
Update extension list
1 parent f64bb1e commit 194bd4a

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

extensions.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,49 @@
2525
"Current User Execution"
2626
],
2727
"extensions": [
28+
{
29+
"name": "chat-with-content",
30+
"title": "Chat with Content",
31+
"description": "Provides a way to interact with and query content using an LLM chat interface.",
32+
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/chat-with-content",
33+
"latestVersion": {
34+
"version": "0.0.1",
35+
"released": "2025-07-08T15:18:27Z",
36+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/chat-with-content%40v0.0.1/chat-with-content.tar.gz",
37+
"minimumConnectVersion": "2025.04.0",
38+
"requiredFeatures": [
39+
"OAuth Integrations"
40+
],
41+
"requiredEnvironment": {
42+
"python": {
43+
"requires": ">=3.10.0"
44+
}
45+
}
46+
},
47+
"versions": [
48+
{
49+
"version": "0.0.1",
50+
"released": "2025-07-08T15:18:27Z",
51+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/chat-with-content%40v0.0.1/chat-with-content.tar.gz",
52+
"minimumConnectVersion": "2025.04.0",
53+
"requiredFeatures": [
54+
"OAuth Integrations"
55+
],
56+
"requiredEnvironment": {
57+
"python": {
58+
"requires": ">=3.10.0"
59+
}
60+
}
61+
}
62+
],
63+
"tags": [
64+
"llm",
65+
"shiny",
66+
"chat",
67+
"python"
68+
],
69+
"category": "extension"
70+
},
2871
{
2972
"name": "connectwidgets-example",
3073
"title": "Connect Widgets Example",

0 commit comments

Comments
 (0)