picoclaw/pkg
RinZ27 792639d813
Enforce workspace boundaries with configurable restriction option
Implemented a unified path validation helper to ensure filesystem operations stay within the designated workspace. This now supports a 'restrict_to_workspace' option in config.json (enabled by default) to allow flexibility for specific environments while maintaining a secure default posture. I've updated read_file, write_file, list_dir, append_file, edit_file, and exec tools to respect this setting and included tests for both restricted and unrestricted modes.
2026-02-12 12:46:32 +07:00
..
agent Enforce workspace boundaries with configurable restriction option 2026-02-12 12:46:32 +07:00
bus * First commit 2026-02-09 19:20:19 +08:00
channels Merge branch 'pr-12' 2026-02-11 19:47:11 +08:00
config Enforce workspace boundaries with configurable restriction option 2026-02-12 12:46:32 +07:00
cron * First commit 2026-02-09 19:20:19 +08:00
heartbeat * First commit 2026-02-09 19:20:19 +08:00
logger * First commit 2026-02-09 19:20:19 +08:00
providers * First commit 2026-02-09 19:20:19 +08:00
session feat: implement dynamic context compression for efficient memory usage 2026-02-10 01:25:46 +07:00
skills Add memory system, dynamic tool loading, and fix logging issues 2026-02-11 00:14:33 +08:00
tools Enforce workspace boundaries with configurable restriction option 2026-02-12 12:46:32 +07:00
voice * Discord & Telegram support ASR through groq 2026-02-10 17:11:42 +08:00