Skip to content
Merged
Changes from all commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
37218d9
refactor: update styles and prompt selection logic (#103)
Junyi-99 Jan 26, 2026
d9dbc20
feat: initialize projectInstructions variable in conversation prepara…
Junyi-99 Jan 26, 2026
894532a
refactor: update MessageId handling to remove prefix (#105)
Junyi-99 Jan 26, 2026
50a5f0b
feat: gpt-5.2, refactored streaming, improved md rendering, basic too…
Junyi-99 Jan 28, 2026
3ffbb5e
Update xtramcp tag
4ndrelim Jan 29, 2026
5ea58f1
fix: update openaiApiKey handling to refresh model list and cache (#107)
Junyi-99 Jan 29, 2026
d83983b
Merge branch 'staging' of https://github.com/PaperDebugger/paperdebug…
Junyi-99 Jan 29, 2026
74f44d5
refactor: remove gradient handling logic from GeneralToolCard component
Junyi-99 Jan 29, 2026
262f6b7
feat: implement dark mode support and theme synchronization across co…
Junyi-99 Jan 29, 2026
49dd47f
fix: text patch on multi-message
Junyi-99 Jan 31, 2026
07321c9
fix: css
Junyi-99 Jan 31, 2026
3318812
fix: style
Junyi-99 Jan 31, 2026
c2d221e
fix: style
Junyi-99 Jan 31, 2026
b055a17
add: link to report bugs
Junyi-99 Jan 31, 2026
f4e4634
chore: format & lint
Junyi-99 Jan 31, 2026
e0d5808
docs: update qr code
Junyi-99 Jan 31, 2026
c12c33b
feat: frontend enable beta features
wjiayis Feb 1, 2026
324e602
feat: trigger auto-completion if text before is "\cite{"
wjiayis Feb 1, 2026
9a4b2d4
feat: extract last sentence
wjiayis Feb 1, 2026
4992a04
chore: remove debug logging
wjiayis Feb 1, 2026
5592197
feat: end to end inline suggestion (lots of hardcoding)
wjiayis Feb 1, 2026
bc942c3
chore: minor reformatting
wjiayis Feb 1, 2026
72167c5
chore: minor comment improvement
wjiayis Feb 1, 2026
05abfd7
chore: rename method
wjiayis Feb 1, 2026
d688433
chore: rename method
wjiayis Feb 1, 2026
56260eb
refactor: use abstracted methods
wjiayis Feb 1, 2026
d8fd357
fix: use debug conversation mode
wjiayis Feb 1, 2026
f453065
refactor: move citation method to backend
wjiayis Feb 1, 2026
ac64b91
chore: revert edit package-lock.json
wjiayis Feb 1, 2026
b6cf906
feat: always use gpt-5-nano
wjiayis Feb 1, 2026
13e8553
feat: access docs on backend
wjiayis Feb 3, 2026
672e569
feat: get bibfiles from backend
wjiayis Feb 3, 2026
99243ca
Merge pull request #109 from wjiayis/feat/tab-completion
wjiayis Feb 4, 2026
1ff6a69
feat: improve citation prompt
wjiayis Feb 4, 2026
888b66b
feat: improve citation prompt
wjiayis Feb 4, 2026
60421cb
feat: override default overleaf autocomplete
wjiayis Feb 4, 2026
a54d354
refactor: make suggestion triggers generalised
wjiayis Feb 5, 2026
65cf022
feat: use gpt-5.2 instead of gpt-5-nano to reduce latency
wjiayis Feb 5, 2026
2a00ddc
feat: move bib to the start to make use of prompt caching
wjiayis Feb 6, 2026
71e7c3f
feat: skip unimportant bib fields
wjiayis Feb 6, 2026
f049902
chore: remove debug log
wjiayis Feb 6, 2026
cc43f36
chore: update comments
wjiayis Feb 7, 2026
2faa944
chore: removal of redundant code
wjiayis Feb 7, 2026
21d89f6
chore: update comments
wjiayis Feb 7, 2026
8b7ae4c
chore: llm response edge case handling
wjiayis Feb 7, 2026
dc79e9c
chore: update comments
wjiayis Feb 7, 2026
0dacb49
refactor: update comments and improve variable naming
wjiayis Feb 7, 2026
5f6f7b8
refactor: improve variable naming
wjiayis Feb 7, 2026
f1c82af
refactor: remove unnecessary abstraction
wjiayis Feb 7, 2026
4f6b8c9
chore: simplify comments
wjiayis Feb 7, 2026
6cdc60f
feat: update frontend settings button text
wjiayis Feb 7, 2026
ebdb3d1
chore: remove a comment
wjiayis Feb 7, 2026
bae5318
feat: skip @String{} to save tokens and reduce latency
wjiayis Feb 7, 2026
90140df
fix: debug bibliography and sentence ordering
wjiayis Feb 9, 2026
aeaff3c
chore: fix typo in comment
wjiayis Feb 9, 2026
74afd87
refactor: backend return a list of citations instead of a comma-separ…
wjiayis Feb 10, 2026
7d8280d
feat: last sentence - add max length and fallback
wjiayis Feb 10, 2026
008d283
feat: get_citation_keys input validation
wjiayis Feb 10, 2026
69703f0
fix: remove unused optional model_slug in GetCitationKeysRequest
wjiayis Feb 10, 2026
26be433
feat: suppress more specific default overleaf elements
wjiayis Feb 11, 2026
93861bf
feat: add citation key test cases
wjiayis Feb 12, 2026
17b819a
feat: ignore error toast
wjiayis Feb 12, 2026
66b61c1
feat: use paper abstracts
wjiayis Feb 13, 2026
894474c
refactor: post -> get method
wjiayis Feb 14, 2026
a0dd1f6
refactor: rename enableCompletion to enableCitationSuggestion
wjiayis Feb 15, 2026
ad9d72a
feat: add more test cases
wjiayis Feb 15, 2026
05ef229
refactor: extract XtraMCPServices for session-less REST APIs
wjiayis Feb 15, 2026
8f1784f
feat: add more test cases
wjiayis Feb 15, 2026
c295dc3
feat: use batch API to get abstracts
wjiayis Feb 15, 2026
a5e4faf
Merge branch 'main' into feat/tab-completion
wjiayis Feb 17, 2026
4bd6ae6
Merge branch 'main' into feat/tab-completion
Junyi-99 Feb 18, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.