summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2026-07-30Add workspace file browser and OpenAlex citation searchhaoyuren
Workspace browser: - The left panel gains a Project/Workspace toggle; the Workspace view browses the agent scratch space (claude-workspace/, never synced) - Open/edit workspace text files in the editor with debounced auto-save (flushed on tab switch); binaries open with the system default app - Import to Project copies a workspace file/folder into the project root where the sync bridge picks it up and creates it on Overleaf (collision-safe: falls back to a -imported suffix) - New file/folder, rename, delete, reveal in Finder, drag-drop into the workspace, 5s auto-refresh while visible OpenAlex search (MCP): - New search_openalex tool: broad OpenAlex coverage with an explicit citation-authority policy — BibTeX is cross-checked against Semantic Scholar (by DOI, then by exact title, since OpenAlex DOIs can point at mirrors); entries not found on S2 are flagged "OpenAlex only" with instructions to verify via web search before citing - Tool description, agent guide, permission allowlist, and README updated Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-03-15Clarify unsigned app install instructions in READMEhaoyuren
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15Reword README: Claude Code is a recommendation, not bundledhaoyuren
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15Update README with Claude Code MCP integration docs and new featureshaoyuren
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13Link Cosmic Latte to Wikipedia in READMEhaoyuren
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13Add Claude Code recommendation to READMEhaoyuren
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13Update logo, app icon, fix shutdown crash, add READMEhaoyuren
- Simplified logo: cosmic latte cup on brown background with turquoise liquid and sparkle stars - Square app icon (.icns) for macOS dock - Fix crash on window close: guard all IPC sends against destroyed window - Include ws/chokidar/diff-match-patch in packaged app - Add README with features and install instructions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>