GLM 4.6 model have tendency to replace slash character in file path with underscore when it's nearly at max context window. eg /home/user1/work/project is changed to /home/user1/work_project. This is observed for both z.ai's coding plan and droid-core model.
When droid is running under /home/user1/work/project , model may instruct droid to touch files under /home/user1/work_project.
Regardless how model behave, the droid program itself should not give model permission to touch files outside of current project folder.
GLM 4.6 model have tendency to replace slash character in file path with underscore when it's nearly at max context window. eg
/home/user1/work/projectis changed to/home/user1/work_project. This is observed for both z.ai's coding plan and droid-core model.When droid is running under
/home/user1/work/project, model may instruct droid to touch files under/home/user1/work_project.Regardless how model behave, the droid program itself should not give model permission to touch files outside of current project folder.