Add gemini chat history to git
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"sessionId": "1ea52a41-37ce-42bd-8da3-ad9bb02e7f07",
|
||||
"projectHash": "3c9a1a5ed3cad62c93455cb7037b4d648f4f1604b6d15084cc4178e3a864b233",
|
||||
"startTime": "2026-02-06T16:25:01.604Z",
|
||||
"lastUpdated": "2026-02-06T16:25:01.604Z",
|
||||
"messages": [
|
||||
{
|
||||
"id": "bec8748e-cada-430d-bc66-5550cec1416c",
|
||||
"timestamp": "2026-02-06T16:25:01.604Z",
|
||||
"type": "error",
|
||||
"content": "Error during discovery for MCP server 'terraform': MCP error -32000: Connection closed"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"sessionId": "9038f99f-0ef7-446a-a51b-a7451b85167c",
|
||||
"projectHash": "3c9a1a5ed3cad62c93455cb7037b4d648f4f1604b6d15084cc4178e3a864b233",
|
||||
"startTime": "2026-02-10T17:18:48.062Z",
|
||||
"lastUpdated": "2026-02-10T17:18:52.279Z",
|
||||
"messages": [
|
||||
{
|
||||
"id": "c4c2a8b9-3730-4fc6-8237-889e1823a67e",
|
||||
"timestamp": "2026-02-10T17:18:48.062Z",
|
||||
"type": "user",
|
||||
"content": "how do i make gemini show more of its thinking"
|
||||
},
|
||||
{
|
||||
"id": "3bb4d945-e2d3-401a-a374-73a871d700a8",
|
||||
"timestamp": "2026-02-10T17:18:52.279Z",
|
||||
"type": "gemini",
|
||||
"content": "To see more of the underlying logic and steps taken by Gemini, you can use the following methods within the CLI:\n\n### 1. Increase Verbosity\nWhen running the `gemini` command from your terminal, you can append verbosity flags. This often exposes more detailed logs about tool execution and the internal \"thought\" process:\n* **`-v`**: Enables verbose mode.\n* **`-vv`**: Enables extra verbose mode (if supported by your current version).\n\n### 2. Explicitly Request \"Chain of Thought\"\nIn your prompts, you can instruct Gemini to show its reasoning before providing the final answer. Use phrases like:\n* \"Walk me through your reasoning step-by-step before providing the code.\"\n* \"Show your Chain of Thought (CoT) for this task.\"\n* \"Explain your plan in detail before executing any tools.\"\n\n### 3. Review Tool Output\nThe CLI already shows you which tools are being called and why (the \"Explain Before Acting\" mandate). If you want to see more of what happened *inside* a shell command or file read that produced a lot of data, you can ask Gemini to:\n* \"Show the full output of the last shell command.\"\n* \"Read the log file in the temporary directory created during the last step.\"\n\n### 4. Use the `/help` Command\nYou can always type `/help` or ask `cli_help` specifically about \"debugging\" or \"verbosity\" to see if there are new runtime configuration options available for your specific build.",
|
||||
"thoughts": [],
|
||||
"tokens": {
|
||||
"input": 15017,
|
||||
"output": 329,
|
||||
"cached": 0,
|
||||
"thoughts": 0,
|
||||
"tool": 0,
|
||||
"total": 15346
|
||||
},
|
||||
"model": "gemini-3-flash-preview"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
[
|
||||
{
|
||||
"sessionId": "f5cd9852-4afa-4671-abaa-d60d7c4f660b",
|
||||
"messageId": 0,
|
||||
"type": "user",
|
||||
"message": "/memory show",
|
||||
"timestamp": "2026-01-26T17:24:22.072Z"
|
||||
},
|
||||
{
|
||||
"sessionId": "f5cd9852-4afa-4671-abaa-d60d7c4f660b",
|
||||
"messageId": 1,
|
||||
"type": "user",
|
||||
"message": "/quit",
|
||||
"timestamp": "2026-01-26T17:25:18.630Z"
|
||||
},
|
||||
{
|
||||
"sessionId": "9038f99f-0ef7-446a-a51b-a7451b85167c",
|
||||
"messageId": 0,
|
||||
"type": "user",
|
||||
"message": "how do i make gemini show more of its thinking",
|
||||
"timestamp": "2026-02-10T17:18:45.828Z"
|
||||
},
|
||||
{
|
||||
"sessionId": "9038f99f-0ef7-446a-a51b-a7451b85167c",
|
||||
"messageId": 1,
|
||||
"type": "user",
|
||||
"message": "/help debugging",
|
||||
"timestamp": "2026-02-10T17:19:42.825Z"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user