返回 CodeWhale
export_conversation_baseline.md
根目录 / crates / tui / src / commands / fixtures / export_conversation_baseline.md
1 # Codewhale conversation export
2
3 - Exported: 2026-09-11T13:31:54Z
4 - Session: session-
5 - Provider: deepseek
6 - Model: deepseek-v4-pro
7 - Mode: Act
8 - Workspace: example
9 - Messages: 8
10
11 > Hidden instructions, internal reasoning, and reasoning signatures are omitted. Secret-like values and credential-bearing URLs are redacted as a defense in depth; review the export before sharing it.
12
13 ## Restore points
14
15 No workspace restore points are recorded for this workspace, so nothing in this export can be correlated to a restorable workspace state. Snapshots may be disabled, or no turn has taken one yet.
16
17 ## 1. system
18
19 [internal context omitted]
20
21 ## 2. user
22
23 ### Content 1: Text
24
25 Please inspect this output
26
27 ## 3. assistant
28
29 ### Content 1: Internal reasoning
30
31 [internal reasoning and signature omitted]
32
33 ### Content 2: Tool call
34
35 - ID: call-1
36 - Name: fetch_url
37 - Caller type: code_execution_20250825
38 - Caller tool ID: server-tool-1
39
40 Input:
41
42 ```json
43 {
44 "url": "https://***:***@example.com/path?token=***&ok=1",
45 "api_key": "[redacted]",
46 "nested": {
47 "authorization": "[redacted]"
48 }
49 }
50 ```
51
52 ## 4. user
53
54 ### Content 1: Tool result
55
56 - Tool call ID: call-1
57 - Error: false
58
59 Result:
60
61 Authorization: [redacted]
62 result ok
63
64 Structured result blocks:
65
66 ```json
67 [
68 {
69 "type": "image",
70 "mime_type": "image/png",
71 "omission_code": "inline_or_local_image_payload",
72 "omitted_base64_bytes": 25
73 },
74 {
75 "session_token": "[redacted]",
76 "note": "keep me"
77 }
78 ]
79 ```
80
81 ## 5. assistant
82
83 ### Content 1: Image attachment
84
85 - Reference: https://example.com/visible.png?token=***
86
87 ### Content 2: Image attachment
88
89 - Reference omitted (inline or local image payload)
90
91 ## 6. assistant
92
93 ### Content 1: Server tool call
94
95 - ID: srv-1
96 - Name: web_search
97
98 Input:
99
100 ```json
101 {
102 "query": "secret token"
103 }
104 ```
105
106 ## 7. user
107
108 ### Content 1: Tool-search result
109
110 - Tool call ID: srv-1
111
112 ```json
113 {
114 "results": []
115 }
116 ```
117
118 ## 8. assistant
119
120 ### Content 1: Code-execution result
121
122 - Tool call ID: srv-2
123
124 ```json
125 {
126 "stdout": "ok"
127 }
128 ```
129
130
130 lines MARKDOWN