agent-zero/extensions
wgnrai 2b5eb6e15a fix: use .get() for file_structure keys to prevent KeyError
When a project.json file_structure section is missing the gitignore key,
the extension crashes with KeyError, which can halt the agent entirely.

Fix uses .get() with sensible defaults for all file_structure accesses:
- enabled -> .get("enabled", False)
- max_depth -> .get("max_depth", 0)
- gitignore -> .get("gitignore", "")
2026-04-08 23:55:22 +00:00
..
python fix: use .get() for file_structure keys to prevent KeyError 2026-04-08 23:55:22 +00:00
webui Update API endpoint URL and refactor self-update modal handling with extension hooks 2026-03-25 18:39:30 +01:00