AgentOS 2026.7.17.post1
AgentOS v2026.7.17.post1
Fix the session_status tool, which failed on every call in a running gateway.
It called SessionManager.get_current_session(), a method that exists only on
test fakes and never on the production SessionManager, so the attribute access
raised AttributeError and surfaced as ToolError('Session manager not
available'). It now resolves the calling session from the tool context and
loads it via SessionManager.get_session().