@ian2018cs/agenthub 0.1.91 → 0.1.92

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ian2018cs/agenthub",
3
- "version": "0.1.91",
3
+ "version": "0.1.92",
4
4
  "description": "A web-based UI for AI Agents",
5
5
  "type": "module",
6
6
  "main": "server/index.js",
@@ -104,7 +104,7 @@ router.get('/:userUuid/:sessionId', async (req, res) => {
104
104
  return res.json({
105
105
  mode: 'static',
106
106
  title: share.session_title || snapshot.title || '对话分享',
107
- projectName: share.project_name,
107
+ projectName: projectDisplayName,
108
108
  messages,
109
109
  generatedAt: snapshot.generatedAt,
110
110
  sharerName,