Merge pull request #105 from rajrasane/fix/third-party-provider-compatibility
fix: Improve session title handling and Docker compatibility
This commit is contained in:
@@ -124,6 +124,10 @@ export async function generateSessionTitle(
|
||||
level: 'error',
|
||||
})
|
||||
logEvent('tengu_session_title_generated', { success: false })
|
||||
return null
|
||||
|
||||
// Fallback: When using 3P providers without a compatible schema,
|
||||
// default to the application name.
|
||||
return 'Open Claude'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user