docs: update agent guidance and changelog

This commit is contained in:
Peter Steinberger
2025-12-02 20:10:43 +00:00
parent b172b538fc
commit 202eff984d
2 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,9 @@
- Logging now rolls daily to `/tmp/warelay/warelay-YYYY-MM-DD.log` (or custom dir) and prunes files older than 24h to reduce data retention.
- Media server now rejects symlinked files and ensures resolved paths stay inside the media directory, closing traversal via symlinks; added regression test. (Thanks @joaohlisboa)
### Performance
- Web auto-replies using the Pi agent now keep a single long-lived `tau` process in RPC mode instead of spawning per message, eliminating cold-start latency while preserving session/cwd handling.
## 1.3.0 — 2025-12-02
### Highlights