Skip to content

Commit ac4cc8a

Browse files
committed
fix: update @adminforth/agent to version 1.17.0 and adminforth to version 2.37.4 on live demo and make chat stick by default
1 parent 638caf6 commit ac4cc8a

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

live-demo/app/package-lock.json

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

live-demo/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "",
1717
"description": "",
1818
"dependencies": {
19-
"@adminforth/agent": "^1.9.1",
19+
"@adminforth/agent": "^1.17.0",
2020
"@adminforth/audit-log": "^1.9.12",
2121
"@adminforth/bulk-ai-flow": "^1.23.14",
2222
"@adminforth/chat-gpt": "^1.0.20",
@@ -36,7 +36,7 @@
3636
"@adminforth/two-factors-auth": "^2.9.20",
3737
"@adminforth/upload": "^2.15.3",
3838
"@prisma/client": "^6.6.0",
39-
"adminforth": "^2.36.1",
39+
"adminforth": "^2.37.4",
4040
"better-sqlite3": "^10.0.0",
4141
"express": "^4.19.2"
4242
},

live-demo/app/resources/users.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ export default {
8484
promptField: 'prompt',
8585
responseField: 'response',
8686
},
87+
stickByDefault: true,
8788
}),
8889
],
8990
columns: [

0 commit comments

Comments
 (0)