Fixed
- Manual login Netscape cookie parser fixes (PR #199 / Issue #198) — Fixed three bugs in the Netscape/Mozilla cookie file parser used in
nlm login --manual:- Resolved a critical bug that treated
#HttpOnly_lines as comment rows and silently ignored them, which dropped essential Google authentication cookies like__Secure-1PSIDTSand__Secure-3PSIDTS(resulting in cryptic 401 errors). - Allowed empty-value cookies to be parsed with a value of
""instead of being skipped by ensuring trailing tab characters are not stripped from the end of the line. - Hardened value extraction to defensively join tab-containing cookie values instead of truncating them.
- Added 4 new test cases to prevent future regressions. Thanks to @pan-long for the comprehensive PR and excellent troubleshooting!
- Resolved a critical bug that treated
- MCP
source_addtool andSKILL.mdfile-type alignment (PR #197) — Updated thesource_addMCP tool docstring and the globalSKILL.mdguidelines to list all 18 supported file-type extensions (PDF, TXT, MD, DOCX, CSV, EPUB, MP3, M4A, WAV, AAC, OGG, OPUS, MP4, JPG, JPEG, PNG, GIF, WEBP) instead of a restricted subset. Also documented how image-bearing sources are ingested to feed the Studio video generation's visual-crop pipeline to generate on-screen aids in Video Overviews. Thanks to @Premshay for the excellent documentation enhancement and detailed research on the visual-crop pipeline!