ReMe/reme/config
jinliyl 072cb6a55b
feat(daily-paper): add opt-in Hugging Face mirror support (#437)
* feat(daily-paper): add Hugging Face mirror switch

* refactor(daily-paper): simplify the HF mirror switch and warn on ignored env

The switch was a three-state bool|None where None preserved the legacy
environment-driven selection, but no production caller ever passes None --
collect.py always resolves an explicit bool. Collapse it to a plain bool
defaulting to False.

HF_MIRROR_URL no longer redirects traffic on its own, so warn when it is
configured while the mirror stays disabled; a mirror-only setup would
otherwise fall back to the official site with no signal. Both READMEs now
record the behavior change and stop presenting the two mirror variables as
symmetric -- arXiv remains environment-driven while Hugging Face is gated on
the job parameter.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

* fix(daily-paper): address mirror configuration feedback

---------

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-08-10 15:57:24 +08:00
..
__init__.py init: reme version 0.4.0 (#284) 2026-06-22 15:41:19 +08:00
beam.yaml refactor: derive dialog paths from session_dir (#421) 2026-08-06 17:07:14 +08:00
config_parser.py feat(core): add shell execution and runtime memory status (#344) 2026-07-14 16:31:41 +08:00
daily_cookbook.yaml feat(daily-paper): add opt-in Hugging Face mirror support (#437) 2026-08-10 15:57:24 +08:00
default.yaml feat(backend): improve workspace support for web clients (#420) 2026-08-07 23:52:56 +08:00
demo.yaml refactor(agent): unify agent subprocess env, sessions, skills, and MCP/service jobs (#382) 2026-07-20 23:52:14 +08:00
lme.yaml refactor: derive dialog paths from session_dir (#421) 2026-08-06 17:07:14 +08:00