[FEATURE] - More transparency around amount of session used, time remaining
Resolved 💬 4 comments Opened Nov 5, 2025 by hash-steve Closed Jan 12, 2026
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
There are a few transparency issues with an active session that need to be addressed.
- the amount of time remaining in a session is a bit of a mystery. Sometimes I see a % showing, usually when its <50%. The % remaining does tend to drop which is expected, but then spike back up. Sometimes the % remaining disappears altogether followed by a sudden session end and reset time.
- Agent wastes session time. Frequently, the agent will be working on a bug that relates to multiple files. When "fixing" the bug, it will apply the fix in multiple files without confirming that the bug in one file was actually fixed, wasting valuable session time. The agent should focus on one file, confirm the fix worked, then apply the working fix to other files.
- The Agent seems to be unaware of the amount of session time used/remaining. I've asked the agent how much time is remaining in a session and the agent is simply wrong, sometimes by a lot. My session was once terminated about 5 mins after being informed that I had 60% of my session remaining , leaving me in a broken state.
Proposed Solution
- The true time remaining in a session should be visible at all times. A log showing which tasks/resources and time used would be helpful for future sessions.
- The agent should focus on one file, confirm the fix worked, then apply the working fix to other files.
- The agent should be aware of the true time remaining in a session and be aware of the scope of the task at hand. If the task seems to be one that will exceed the amount of time remaining in the session, agent should raise this limitation and offer alternatives. As it is now, if I ask the agent to do X, and the time it takes to do X exceeds the amount of time remaining in the session, the session suddenly terminates mid-task, leaving me in a broken state. Additionally, sessions should not end mid task. If the session time should be extended just enough to complete the task.
Alternative Solutions
_No response_
Priority
High - Significant impact on productivity
Feature Category
Performance and speed
Use Case Example
_No response_
Additional Context
_No response_
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗