One of my workflows cannot search the codebase in composer

I have a couple workflows for different projects. Everything was fine until today, i happened to update Cursor and toggle “yolo” in settings (maybe unrelated). Now, one of my workflows cannot access codebase through composer, although all the other workflows can. Here’s what i see in the problematic one, and no matter how many ways i try asking, it only goes off contexts i manually provide or have open in the window:

here’s what it looks like functioning currently in another workflow:

Things i’ve tried for debugging are:

  • new chat history + prompts
  • restarting cursor app completely
  • deleting and creating a new codebase index in the problematic workflow

My cursor details are:

Version: 0.45.5
VSCode Version: 1.96.2
Commit: e599ee6d2218c8b6fef45980f8cc964bacc0caa0
Date: 2025-01-28T22:23:41.566Z (20 hrs ago)
Electron: 32.2.6
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin arm64 23.5.0

SOLVED. At some point i must have hit “CMD+.” which disabled agent mode. and agent mode is what does the codebase searching. So hitting that command again returned to agent mode. i will change that keyboard settings so i don’t do that again lol