Idris Gadi
Idris Gadi
### What I am trying to do I have a React app where I want to highlight to the user that they can get a tour of the application by...
### What does this PR do? This PR adds a persistent cost field to sessions to fix incorrect cost reporting in the sidebar when sessions exceed 100 messages. Previously, cost...
### Description The TUI sidebar displays incorrect spent value for sessions that exceed 100 messages. The cost only accumulates from the last 100 messages stored in memory, not from all...
### What does this PR do? Updates the agents section in the permissions documentation to reflect the new granular rules system. The previous examples showed mismatched patterns (e.g., `"git status"`...