mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-01 01:45:33 +08:00
refactor: creating providers placeholders and barrel file
This commit is contained in:
8
server/providers/cursor/index.js
Normal file
8
server/providers/cursor/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Cursor provider barrel.
|
||||
* Assembles the ProviderAdapter from adapter + sessions.
|
||||
*/
|
||||
import { normalizeMessage } from './adapter.js';
|
||||
import { fetchHistory, normalizeCursorBlobs } from './sessions.js';
|
||||
|
||||
export const cursorAdapter = { normalizeMessage, fetchHistory, normalizeCursorBlobs };
|
||||
Reference in New Issue
Block a user