eclipse-theia/theia

Notify agents about external file changes

Open

#17,710 opened on Jun 25, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (2,478 forks)batch import
enhancementhelp wantedtheia-ai

Repository metrics

Stars
 (18,676 stars)
PR merge metrics
 (Avg merge 15d 4h) (75 merged PRs in 30d)

Description

When and agent reads a file and the file is then later modified by another source (user, other agent), the agent will not be aware of this. Ideally, the session would capture which files an agent has read (and written) and notify the agent that it was changed.

Contributor guide