mirror of
https://github.com/pionxzh/chatgpt-exporter.git
synced 2026-07-23 09:00:51 -05:00
Project conversations API switched from numeric offsets to opaque alphanumeric cursors. The old code discarded the cursor and fell back to offset += limit, so only the first page was ever exported. - Add `cursor?: string | null` to `ApiConversations` interface - Update `projectConversationsApi` to accept `string | number` cursor - Expose the API-returned cursor in `fetchProjectConversations` - Use cursor-based advancement in `fetchAllConversations` for project requests, with numeric offset fallback for regular conversations - Add early-exit guard when API returns neither total nor next cursor Closes #341 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
25 lines
241 B
Plaintext
25 lines
241 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
*.local
|
|
.turbo
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
tsconfig.tsbuildinfo
|
|
.claude
|