Fix: Make LLM use absolute paths for workspace #1
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
basepeak-ai/context!1
Loading…
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm hitting a lot of bugs where even though the LLM knows where the
workspace is and what files are in it, it tries to reference those files
as though they were in the current working dir. This instructs the LLM
to always reference workspace files with absolute paths.
Signed-off-by: Craig Jellick craig@acorn.io