Add the Codebase Search Tool to Agentic Chat - support implicit project inclusion

Context

As part of supporting "Chat with your codebase" in Agentic Chat, we need to introduce the Codebase Search Tool into it.

This search tool must be able to support codebase search on:

  1. the implicitly included project: the active project in the user's workspace - THIS ISSUE
  2. explicitly included projects: projects included through /include <repository> - addressed #1288 (moved)

For the sake of iteration, we will only concern ourselves with the first item in this issue.

References

Proposal

Edited by Pam Artiaga