mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-08-26 17:31:34 +00:00
- Config → Settings → Context: relabel the raw "Max Age (sec)" field to "Chat context retention (days)" (days<->seconds conversion, min 1, default 14). Governs the shared per-mesh chat memory window. - Make PUT /api/config/context apply LIVE: MeshContext.update_settings() updates max_age/observe_channels/ignore_nodes in place; config_routes refreshes the running MeshContext via app.state.mesh_context (mirrors the existing _refresh_toggle_filter pattern) so retention changes take effect without a restart. Tests: +tests/test_context_hot_reload.py (10); 0 new failures. Co-authored-by: Matt Johnson <mj@k7zvx.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||