eigent/backend/app
copilot-swe-agent[bot] 4e76f4da9b Ensure working directories exist before file operations
Fix bug where files could be saved to non-existent directories. The
`get_working_directory()` function now guarantees the returned directory
exists by creating it if necessary. All toolkit __init__ methods that
resolve working directories from environment variables also ensure the
directory exists before passing it to the base class.

Fixes: Saves files to imaginary directories

Co-authored-by: lightaime <23632352+lightaime@users.noreply.github.com>
2026-02-08 02:34:04 +00:00
..
agent Ensure working directories exist before file operations 2026-02-08 02:34:04 +00:00
command feat: copyright header pre-commit (#1053) 2026-01-24 08:22:20 +08:00
component chore: recover slack (#1153) 2026-02-05 23:36:06 +08:00
controller refactor: move toolkit from utils to agent module (#1045) (#1171) 2026-02-06 15:22:21 -08:00
exception chore: fix pre commit format and pipeline issue (#1144) 2026-02-04 08:06:29 +08:00
middleware refactor: format python backend code (#1132) 2026-02-03 21:40:28 +08:00
model fix: use current attachments for follow-up questions instead of first… (#1167) 2026-02-06 20:48:36 +08:00
service Fix/fix model key UI nonstopping (#1172) 2026-02-07 07:39:54 +08:00
utils Ensure working directories exist before file operations 2026-02-08 02:34:04 +00:00
__init__.py chore: fix pre commit format and pipeline issue (#1144) 2026-02-04 08:06:29 +08:00
router.py chore: fix pre commit format and pipeline issue (#1144) 2026-02-04 08:06:29 +08:00