get_session_info
Retrieve a snapshot of the current session state, including working directory, exit code, virtual environment, Git repository, project, and start time.
Instructions
Return a snapshot of the current session state.
Includes the working directory, last exit code, active virtual environment, active Git repository, active project, and session start time.
Returns: A dict with keys: status, data (session snapshot).
Examples: get_session_info()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||