* Fixes for external ingest
- Make sure we use relative paths
- Add command to clear
- Avoid requests if the index is already up to date
* Small cleanup
* init
* Re-work code search implementation
Prepping for future work by making it easier to have individual repos in a workspace handle code search their own way. The previous implementation had gotten kind of unwieldy after we bolted on the ADO support. Extending it further would have made this even worse
* Increase number of tokens full workspace can use
Adjusting some of the default numbers. Tool calling was ending up with a pretty small budget for `#codebase`
* Update a few more refs