Commit History

fix: use correct audioop-lts package name for Python 3.13 shim
a7e11da

chrisa142857 Claude Sonnet 4.6 commited on

fix: add pyaudioop shim and pin gradio 5.29 for Python 3.13 on HF Spaces
d3acaf7

chrisa142857 Claude Sonnet 4.6 commited on

fix: upgrade to gradio>=5 for Python 3.13 compatibility (audioop removed)
8b63782

chrisa142857 Claude Sonnet 4.6 commited on

feat: add Gradio frontend for Hugging Face Spaces deployment
dc18c33

chrisa142857 Claude Sonnet 4.6 commited on

Merge pull request #15 from lexmar07/feature/doi-crossref-verification
5ac91c2
unverified

Vishakh P commited on

feat: prioritize CrossRef DOI resolution in paper search
9afe3ab

Alexey Minabutdinov commited on

Add bogus DOI detection and CrossRef verification tests
fc5fa01

Alexey Minabutdinov commited on

feat: add CrossRef DOI verification (Check 3b) Resolve each DOI via CrossRef API and compare returned metadata
1e0ae88

Alexey Minabutdinov commited on

Merge pull request #13 from vishakhpk/vishakhpk-patch-1
d28e44a
unverified

Vishakh P commited on

Add MIT License to the project
58467c5
unverified

Vishakh P commited on

Formatting
ca6ac23

Vishakh Padmakumar commited on

Readme FAQ
8109c67

Vishakh Padmakumar commited on

Merge pull request #12 from vishakhpk/codex/update-readme-with-verified-claims
fc20d3e
unverified

Vishakh P commited on

Update README verification details
88f24b5

Vishakh P commited on

Merge pull request #11 from vishakhpk/copilot/make-hyperparameters-optional
2bc99a1
unverified

Vishakh P commited on

Fix validation logic and formatting
d7a80a2

copilot-swe-agent[bot] vishakhpk commited on

Use Click callback for file validation
6873fcf

copilot-swe-agent[bot] vishakhpk commited on

Change bibtex_file to option for consistency with other parameters
b9997e0

copilot-swe-agent[bot] vishakhpk commited on

Remove redundant FileNotFoundError handler
3d671d2

copilot-swe-agent[bot] vishakhpk commited on

Fix validation to allow default file when it doesn't exist yet
48b7eed

copilot-swe-agent[bot] vishakhpk commited on

Make all hyperparameters optional with defaults
afd6fd6

copilot-swe-agent[bot] vishakhpk commited on

Initial plan
46ac4cf

copilot-swe-agent[bot] commited on

Merge pull request #9 from vishakhpk/copilot/handle-429-error-responses
94967a6
unverified

Vishakh P commited on

Make max_retries configurable via command-line argument
aba5c8f

copilot-swe-agent[bot] vishakhpk commited on

Add detailed verbose logging to _parse_google_scholar_first_result
422e2ea

copilot-swe-agent[bot] vishakhpk commited on

Convert Google Scholar tests to integration tests with real HTTP requests
01c4288

copilot-swe-agent[bot] vishakhpk commited on

Add test case for SOTOPIA-π paper with Google Scholar parsing
ffc381f

copilot-swe-agent[bot] vishakhpk commited on

Add verbose logging for 429 retries and Semantic Scholar author verification
08c97b1

copilot-swe-agent[bot] vishakhpk commited on

Update README to document 429 rate limit handling feature
1c40442

copilot-swe-agent[bot] vishakhpk commited on

Improve documentation for _make_request_with_retry method
4c4aa5b

copilot-swe-agent[bot] vishakhpk commited on

Fix return type of _make_request_with_retry to always return a response
63b6cef

copilot-swe-agent[bot] vishakhpk commited on

Add 429 error handling with retry logic and exponential backoff
70d39ac

copilot-swe-agent[bot] vishakhpk commited on

Initial plan
179252a

copilot-swe-agent[bot] commited on

Merge pull request #7 from vishakhpk/copilot/better-handle-google-scholar-links
9b5c273
unverified

Vishakh P commited on

Add test for Tomasello book entry to verify Google Scholar parsing works correctly
741e129

copilot-swe-agent[bot] vishakhpk commited on

Add comprehensive verbose logging for findability checks and Google Scholar metadata verification
f9aa41f

copilot-swe-agent[bot] vishakhpk commited on

Fix security issue: use proper URL parsing for Google Scholar domain check
13854ea

copilot-swe-agent[bot] vishakhpk commited on

Address code review feedback - improve regex patterns and ellipsis handling
d680052

copilot-swe-agent[bot] vishakhpk commited on

Add comprehensive tests for Google Scholar HTML parsing
6a67744

copilot-swe-agent[bot] vishakhpk commited on

Add Google Scholar HTML parsing with BeautifulSoup and difflib
cd48f8b

copilot-swe-agent[bot] vishakhpk commited on

Initial plan
023c29c

copilot-swe-agent[bot] commited on

Merge pull request #5 from vishakhpk/copilot/remove-curly-braces-from-title
9146795
unverified

Vishakh P commited on

Use _titles_similar for Semantic Scholar search consistency
cf3e1a9

copilot-swe-agent[bot] vishakhpk commited on

Apply code review feedback: use _remove_curly_braces for authors
a24e73d

copilot-swe-agent[bot] vishakhpk commited on

Implement curly brace removal and difflib-based title similarity
e273d04

copilot-swe-agent[bot] vishakhpk commited on

Initial plan
58f9af9

copilot-swe-agent[bot] commited on

Merge pull request #3 from vishakhpk/copilot/update-readme-documentation
dade17f
unverified

Vishakh P commited on

Update README title from package name to descriptive title
5b773e1

copilot-swe-agent[bot] vishakhpk commited on

Polish README: use consistent terminology for character differences
b3d2461

copilot-swe-agent[bot] vishakhpk commited on

Fix README documentation: clarify title similarity thresholds and formatting
750ef68

copilot-swe-agent[bot] vishakhpk commited on