clear_session_history
Clear the command history of the current session while preserving all other session state, such as working directory and environment variables.
Instructions
Clear the session command history.
This does not affect the working directory, environment variables, or any other session state. Only the command history is cleared.
Returns: A dict with keys: status, data (confirmation message).
Examples: clear_session_history()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||