Comment by cpburns2009
3 days ago
Honestly what else would you expect an AI agent to do when using remote inference? Isn't giving full context into your code base the whole point?
3 days ago
Honestly what else would you expect an AI agent to do when using remote inference? Isn't giving full context into your code base the whole point?
I'd expect it to be smart about what it actually needs to put in its context. I doubt it needs .env files, for example.
Wouldn't .env need to be read to know what vars are available?
.env files define what's stored in a var, not what vars are used by the rest of the code.