-
Notifications
You must be signed in to change notification settings - Fork 14k
Description
Description
Unsure if this is the correct place to report a Big Pickle-related bug, but here it goes anyways:
Big Pickle does not respect (or at least oversteps) @ file references. More than once I've seen it receive a file reference a misinterpret it, reading more file than it should have. The mistake is always greedy, never lazy.
Here's a screenshot of the latest example. the context is subdirectory in a kubernetes cluster. I specifically referenced directory apps/ai and file apps/kustomization.yaml, but the tool call uses a greedy glob and reads all files.
Admittedly, apps/kustomization.yaml has a reference to resources in dirs ai and whoami, but this is not the first time I've seen Big Pickle greedily read my files when I specifically pointed it to the references I wanted it to have.
Plugins
none
OpenCode version
1.3.0
Steps to reproduce
- Have a directory structure that follows the following structure:
apps/
├── kustomization.yaml (parent)
│ ├── whoami/
│ │ ├── kustomization.yaml
│ ....
│ └── ai/
│ ├── kustomization.yaml
│ ├── namespace.yaml
│ └── ollama/
│ ├── kustomization.yaml
│ ...
-
Prompt Big Pickle execute a task and use @ references to specifically point to
@apps/kustomization.yamlandapps/ai -
See model thinking
Screenshot and/or share link
Operating System
MacOS 15.7.4
Terminal
Ghostty