reflex-dev
reflex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
ENG-9646: Reflex Init --agents (#6620) * change source * comments * oops * Robust AGENTS.md marker handling and CLAUDE.md bridge - Prepend managed section when markers are missing; repair unpaired or out-of-order markers instead of dropping user content. - Create a one-line @AGENTS.md CLAUDE.md bridge when CLAUDE.md is absent. - Manage AGENTS.md as usual when CLAUDE.md imports it or is the same file (symlink); otherwise write the managed section into CLAUDE.md directly, and into AGENTS.md too when it already exists. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Split initialize_agents_md into planner and applier _plan_agents_md decides (file, action) pairs; _apply_agents_md_action performs a single action; initialize_agents_md just fetches and applies. No behavior change. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Add changelog fragments for #6620 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Fix broken docs link and outdated AGENTS.md doc copy The MCP overview page lives at /docs/ai/integrations/mcp-overview/, not /docs/ai-builder/... (failed the sitemap link check). Also update the agents_md doc to describe the new prepend behavior for markerless files and the CLAUDE.md bridge. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
main
8 hours ago
Fix broken docs link and outdated AGENTS.md doc copy The MCP overview page lives at /docs/ai/integrations/mcp-overview/, not /docs/ai-builder/... (failed the sitemap link check). Also update the agents_md doc to describe the new prepend behavior for markerless files and the CLAUDE.md bridge. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
aditya/init-agentsmd
9 hours ago
fix bad changelog header
masenf/changelog-v095-post2
9 hours ago
Update changelog for v0.9.5.post2
masenf/changelog-v095-post2
9 hours ago
Memoize stateful AppWrap components (#6651) * Memoize stateful AppWrap components Now that StateProvider and EventLoopProvider are defined as dynamic app_wrap components rather than static providers, it is necessary to auto-memoize (convert to individual react components) any component that depends on state, so that its hooks drop into the auto-memo component, rather than in the parent AppWrap component where the StateProvider has not yet provided the value being depended on. This is also advantageous generally for preventing whole-page re-renders when an app_wrap component's dependent vars change, since the page component itself is ultimately a descendent of the AppWrap. * add news fragment
main
9 hours ago
Add changelog fragments for #6620 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
aditya/init-agentsmd
9 hours ago
add news fragment
masenf/memoize-stateful-app-wrap
9 hours ago
Memoize stateful AppWrap components Now that StateProvider and EventLoopProvider are defined as dynamic app_wrap components rather than static providers, it is necessary to auto-memoize (convert to individual react components) any component that depends on state, so that its hooks drop into the auto-memo component, rather than in the parent AppWrap component where the StateProvider has not yet provided the value being depended on. This is also advantageous generally for preventing whole-page re-renders when an app_wrap component's dependent vars change, since the page component itself is ultimately a descendent of the AppWrap.
masenf/memoize-stateful-app-wrap
9 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
ENG-9646: Reflex Init --agents
#6620
9 hours ago
d6ab0e2
aditya/init-agentsmd
CodSpeed Performance Gauge
0%
Update changelog for v0.9.5.post2
#6652
9 hours ago
7e5e6bf
masenf/changelog-v095-post2
CodSpeed Performance Gauge
0%
Memoize stateful AppWrap components
#6651
9 hours ago
c0608f4
masenf/memoize-stateful-app-wrap
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs