@defai.digital/ax-cli 3.6.1 → 3.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +26 -15
- package/config-defaults/settings.yaml +24 -0
- package/dist/constants.d.ts +13 -0
- package/dist/constants.js +28 -0
- package/dist/constants.js.map +1 -1
- package/dist/index.js +0 -0
- package/dist/schemas/settings-schemas.d.ts +17 -0
- package/dist/schemas/settings-schemas.js +15 -0
- package/dist/schemas/settings-schemas.js.map +1 -1
- package/dist/ui/components/chat-history.d.ts +2 -0
- package/dist/ui/components/chat-history.js +32 -81
- package/dist/ui/components/chat-history.js.map +1 -1
- package/dist/ui/components/chat-interface.js +3 -3
- package/dist/ui/components/chat-interface.js.map +1 -1
- package/dist/ui/components/status-bar.d.ts +2 -0
- package/dist/ui/components/status-bar.js +33 -9
- package/dist/ui/components/status-bar.js.map +1 -1
- package/dist/ui/components/tool-group-display.d.ts +15 -0
- package/dist/ui/components/tool-group-display.js +91 -0
- package/dist/ui/components/tool-group-display.js.map +1 -0
- package/dist/ui/hooks/use-enhanced-input.js +43 -6
- package/dist/ui/hooks/use-enhanced-input.js.map +1 -1
- package/dist/ui/hooks/use-input-handler.d.ts +2 -0
- package/dist/ui/hooks/use-input-handler.js +13 -7
- package/dist/ui/hooks/use-input-handler.js.map +1 -1
- package/dist/ui/utils/change-summarizer.d.ts +20 -0
- package/dist/ui/utils/change-summarizer.js +193 -0
- package/dist/ui/utils/change-summarizer.js.map +1 -0
- package/dist/ui/utils/tool-grouper.d.ts +62 -0
- package/dist/ui/utils/tool-grouper.js +224 -0
- package/dist/ui/utils/tool-grouper.js.map +1 -0
- package/dist/utils/config-loader.d.ts +4 -0
- package/dist/utils/config-loader.js.map +1 -1
- package/dist/utils/paste-utils.js +45 -19
- package/dist/utils/paste-utils.js.map +1 -1
- package/package.json +2 -2
- package/packages/schemas/package.json +1 -1
- package/.ax-cli/CUSTOM.md +0 -269
- package/.ax-cli/checkpoints/2025-11-20/checkpoint-11e9e0ba-c39d-4fd2-aa77-bc818811c921.json +0 -69
- package/.ax-cli/checkpoints/2025-11-20/checkpoint-2b260b98-b418-4c7c-9694-e2b94967e662.json +0 -24
- package/.ax-cli/checkpoints/2025-11-20/checkpoint-2dd84869-e62d-46c8-9885-7e45f37f36e2.json +0 -69
- package/.ax-cli/checkpoints/2025-11-20/checkpoint-484dc350-353f-4808-9ed1-ebb3cefdab37.json +0 -24
- package/.ax-cli/checkpoints/2025-11-20/checkpoint-74a18b87-6172-4215-962b-44bb9f46a662.json +0 -69
- package/.ax-cli/checkpoints/2025-11-20/checkpoint-7e03601e-e8ab-4cd7-9841-a74b66adf78f.json +0 -69
- package/.ax-cli/checkpoints/2025-11-20/checkpoint-7f9c6562-771f-4fd0-adcf-9e7e9ac34ae8.json +0 -44
- package/.ax-cli/checkpoints/2025-11-20/checkpoint-870a5fb9-6e82-4ff2-8ec8-af4c251cc514.json +0 -44
- package/.ax-cli/checkpoints/2025-11-20/checkpoint-93946601-0e83-456c-ba47-def9713124dd.json +0 -24
- package/.ax-cli/checkpoints/2025-11-20/checkpoint-e1ebe666-4c3a-4367-ba5c-27fe512a9c70.json +0 -24
- package/.ax-cli/checkpoints/2025-11-21/checkpoint-15743e7d-430c-4d76-b6fc-955d7a5c250c.json +0 -44
- package/.ax-cli/checkpoints/2025-11-21/checkpoint-25cf7679-0b3f-4988-83d7-704548fbba91.json +0 -69
- package/.ax-cli/checkpoints/2025-11-21/checkpoint-54aedbac-6db0-464e-8ebb-dbb3979e6dca.json +0 -24
- package/.ax-cli/checkpoints/2025-11-21/checkpoint-7658aed8-fe5d-4222-903f-1a7c63717ea7.json +0 -24
- package/.ax-cli/checkpoints/2025-11-21/checkpoint-c9c13497-40dc-4294-a327-6a5fc854eaa1.json +0 -69
- package/.ax-cli/checkpoints/metadata.json +0 -62
- package/.ax-cli/index.json +0 -44
- package/.ax-cli/memory.json +0 -62
- package/.ax-cli/settings.json +0 -1
- package/ax.config.json +0 -333
- package/dist/agent/chat-history-manager.d.ts +0 -56
- package/dist/agent/chat-history-manager.js +0 -150
- package/dist/agent/chat-history-manager.js.map +0 -1
- package/dist/agent/tool-manager.d.ts +0 -39
- package/dist/agent/tool-manager.js +0 -76
- package/dist/agent/tool-manager.js.map +0 -1
- package/dist/hooks/use-chat-reducer.d.ts +0 -61
- package/dist/hooks/use-chat-reducer.js +0 -118
- package/dist/hooks/use-chat-reducer.js.map +0 -1
- package/dist/hooks/use-enhanced-input.d.ts +0 -40
- package/dist/hooks/use-enhanced-input.js +0 -249
- package/dist/hooks/use-enhanced-input.js.map +0 -1
- package/dist/hooks/use-input-handler.d.ts +0 -46
- package/dist/hooks/use-input-handler.js +0 -1430
- package/dist/hooks/use-input-handler.js.map +0 -1
- package/dist/hooks/use-input-history.d.ts +0 -9
- package/dist/hooks/use-input-history.js +0 -112
- package/dist/hooks/use-input-history.js.map +0 -1
- package/dist/index.js.bak +0 -664
- package/dist/tools/web-search/engines/brave.d.ts +0 -16
- package/dist/tools/web-search/engines/brave.js +0 -99
- package/dist/tools/web-search/engines/brave.js.map +0 -1
- package/dist/tools/web-search/engines/tavily.d.ts +0 -17
- package/dist/tools/web-search/engines/tavily.js +0 -73
- package/dist/tools/web-search/engines/tavily.js.map +0 -1
- package/dist/utils/paste-collapse.d.ts +0 -46
- package/dist/utils/paste-collapse.js +0 -77
- package/dist/utils/paste-collapse.js.map +0 -1
- package/packages/schemas/dist/index.d.ts +0 -14
- package/packages/schemas/dist/index.d.ts.map +0 -1
- package/packages/schemas/dist/index.js +0 -19
- package/packages/schemas/dist/index.js.map +0 -1
- package/packages/schemas/dist/public/core/brand-types.d.ts +0 -308
- package/packages/schemas/dist/public/core/brand-types.d.ts.map +0 -1
- package/packages/schemas/dist/public/core/brand-types.js +0 -243
- package/packages/schemas/dist/public/core/brand-types.js.map +0 -1
- package/packages/schemas/dist/public/core/enums.d.ts +0 -227
- package/packages/schemas/dist/public/core/enums.d.ts.map +0 -1
- package/packages/schemas/dist/public/core/enums.js +0 -222
- package/packages/schemas/dist/public/core/enums.js.map +0 -1
- package/packages/schemas/dist/public/core/id-types.d.ts +0 -286
- package/packages/schemas/dist/public/core/id-types.d.ts.map +0 -1
- package/packages/schemas/dist/public/core/id-types.js +0 -136
- package/packages/schemas/dist/public/core/id-types.js.map +0 -1
package/.ax-cli/CUSTOM.md
DELETED
|
@@ -1,269 +0,0 @@
|
|
|
1
|
-
# @defai.digital/ax-cli - Quick Reference
|
|
2
|
-
|
|
3
|
-
**Type:** cli | **Lang:** TypeScript | **Ver:** v2.3.1
|
|
4
|
-
**Stack:** React, Vitest, Zod, Commander, Ink, ESM, TypeScript
|
|
5
|
-
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
## 🎯 Critical Rules
|
|
9
|
-
|
|
10
|
-
1. **ESM Imports:** Always use `.js` extension: `import { x } from './y.js'`
|
|
11
|
-
2. **Validation:** Use zod for all external inputs
|
|
12
|
-
3. **Types:** Explicit return types required on all functions
|
|
13
|
-
4. **Testing:** 80%+ coverage, test error paths
|
|
14
|
-
5. **Modules:** Use `import/export` (not `require/module.exports`)
|
|
15
|
-
6. **File Organization:** Follow standardized output paths (see below)
|
|
16
|
-
|
|
17
|
-
---
|
|
18
|
-
|
|
19
|
-
## 📁 Project File Organization
|
|
20
|
-
|
|
21
|
-
### Standard Output Paths
|
|
22
|
-
|
|
23
|
-
All AI-generated and project artifacts must follow this structure:
|
|
24
|
-
|
|
25
|
-
```
|
|
26
|
-
automatosx/
|
|
27
|
-
├── PRD/ # Product Requirement Documents
|
|
28
|
-
│ ├── features/ # Feature specifications
|
|
29
|
-
│ ├── api/ # API documentation
|
|
30
|
-
│ └── archive/ # Old/deprecated PRDs
|
|
31
|
-
├── REPORT/ # Project reports and analysis
|
|
32
|
-
│ ├── status/ # Status reports
|
|
33
|
-
│ ├── plans/ # Implementation plans
|
|
34
|
-
│ ├── analysis/ # Code analysis reports
|
|
35
|
-
│ └── metrics/ # Performance and quality metrics
|
|
36
|
-
└── tmp/ # Temporary files and drafts
|
|
37
|
-
├── logs/ # Debug and execution logs
|
|
38
|
-
├── cache/ # Cached data
|
|
39
|
-
└── scratch/ # Temporary work files
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
### Path Usage Guidelines
|
|
43
|
-
|
|
44
|
-
**PRD (Product Requirement Documents):**
|
|
45
|
-
- **Path:** `./automatosx/PRD/`
|
|
46
|
-
- **Purpose:** Feature specs, requirements, architecture decisions
|
|
47
|
-
- **Naming:** `YYYY-MM-DD-feature-name.md` or `feature-name-v1.md`
|
|
48
|
-
- **Example:**
|
|
49
|
-
```bash
|
|
50
|
-
automatosx/PRD/features/2025-11-20-mcp-integration.md
|
|
51
|
-
automatosx/PRD/api/rest-api-spec.md
|
|
52
|
-
```
|
|
53
|
-
|
|
54
|
-
**REPORT (Plans & Status):**
|
|
55
|
-
- **Path:** `./automatosx/REPORT/`
|
|
56
|
-
- **Purpose:** Implementation plans, status reports, analysis
|
|
57
|
-
- **Naming:** `YYYY-MM-DD-report-type.md`
|
|
58
|
-
- **Example:**
|
|
59
|
-
```bash
|
|
60
|
-
automatosx/REPORT/status/2025-11-20-weekly-status.md
|
|
61
|
-
automatosx/REPORT/plans/authentication-implementation-plan.md
|
|
62
|
-
automatosx/REPORT/analysis/code-quality-report.md
|
|
63
|
-
```
|
|
64
|
-
|
|
65
|
-
**tmp (Temporary Files):**
|
|
66
|
-
- **Path:** `./automatosx/tmp/`
|
|
67
|
-
- **Purpose:** Logs, cache, scratch work, debug output
|
|
68
|
-
- **Auto-cleanup:** Files older than 7 days can be deleted
|
|
69
|
-
- **Example:**
|
|
70
|
-
```bash
|
|
71
|
-
automatosx/tmp/logs/ai-session-2025-11-20.log
|
|
72
|
-
automatosx/tmp/cache/api-response-cache.json
|
|
73
|
-
automatosx/tmp/scratch/debugging-notes.md
|
|
74
|
-
```
|
|
75
|
-
|
|
76
|
-
### File Naming Conventions
|
|
77
|
-
|
|
78
|
-
1. **Use kebab-case:** `feature-name.md` (not `Feature_Name.md`)
|
|
79
|
-
2. **Include dates:** `YYYY-MM-DD-` prefix for time-sensitive docs
|
|
80
|
-
3. **Be descriptive:** `user-auth-flow.md` (not `flow.md`)
|
|
81
|
-
4. **Version when needed:** `api-spec-v2.md`
|
|
82
|
-
|
|
83
|
-
### .gitignore Rules
|
|
84
|
-
|
|
85
|
-
```gitignore
|
|
86
|
-
# Temporary files (not tracked)
|
|
87
|
-
automatosx/tmp/
|
|
88
|
-
|
|
89
|
-
# Keep structure but ignore content
|
|
90
|
-
automatosx/PRD/.gitkeep
|
|
91
|
-
automatosx/REPORT/.gitkeep
|
|
92
|
-
|
|
93
|
-
# Track important PRDs and reports
|
|
94
|
-
!automatosx/PRD/**/*.md
|
|
95
|
-
!automatosx/REPORT/**/*.md
|
|
96
|
-
```
|
|
97
|
-
|
|
98
|
-
---
|
|
99
|
-
|
|
100
|
-
## 📋 Project Overview
|
|
101
|
-
|
|
102
|
-
**Entry:** `dist/index.js` | **PM:** npm | **Module:** ESM
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
**Directories:**
|
|
106
|
-
- `src/` - Source code
|
|
107
|
-
- `tests/` - Tests
|
|
108
|
-
- `src/tools/` - Tools
|
|
109
|
-
- `src/commands/` - Commands
|
|
110
|
-
- `src/utils/` - Utilities
|
|
111
|
-
|
|
112
|
-
---
|
|
113
|
-
|
|
114
|
-
## 🔧 Code Patterns
|
|
115
|
-
|
|
116
|
-
### TypeScript
|
|
117
|
-
|
|
118
|
-
✅ **DO:**
|
|
119
|
-
```typescript
|
|
120
|
-
// Explicit types
|
|
121
|
-
function process(x: string): Promise<Result> { }
|
|
122
|
-
|
|
123
|
-
// ESM imports with .js extension
|
|
124
|
-
import { foo } from './bar.js';
|
|
125
|
-
```
|
|
126
|
-
|
|
127
|
-
❌ **DON'T:**
|
|
128
|
-
```typescript
|
|
129
|
-
// No any types
|
|
130
|
-
function process(x: any) { } // ❌
|
|
131
|
-
|
|
132
|
-
// Missing .js extension
|
|
133
|
-
import { foo } from './bar'; // ❌
|
|
134
|
-
```
|
|
135
|
-
|
|
136
|
-
### Validation (zod)
|
|
137
|
-
|
|
138
|
-
✅ **DO:**
|
|
139
|
-
```typescript
|
|
140
|
-
const result = schema.safeParse(data);
|
|
141
|
-
if (!result.success) {
|
|
142
|
-
return { success: false, error: result.error };
|
|
143
|
-
}
|
|
144
|
-
```
|
|
145
|
-
|
|
146
|
-
### CLI Commands
|
|
147
|
-
Commands should:
|
|
148
|
-
- Accept options via flags (`-f, --flag <value>`)
|
|
149
|
-
- Validate input before execution
|
|
150
|
-
- Provide clear error messages
|
|
151
|
-
- Return exit codes (0 = success, 1+ = error)
|
|
152
|
-
|
|
153
|
-
---
|
|
154
|
-
|
|
155
|
-
## 🔄 Workflow
|
|
156
|
-
|
|
157
|
-
### Before Making Changes
|
|
158
|
-
|
|
159
|
-
1. **Understand Context:**
|
|
160
|
-
- Read relevant files to understand current implementation
|
|
161
|
-
- Search for related patterns and conventions
|
|
162
|
-
- Review tests for expected behavior
|
|
163
|
-
|
|
164
|
-
2. **Plan Documentation:**
|
|
165
|
-
- Create PRD if planning new features → `automatosx/PRD/features/`
|
|
166
|
-
- Create implementation plan → `automatosx/REPORT/plans/`
|
|
167
|
-
- Use `tmp/` for temporary notes
|
|
168
|
-
|
|
169
|
-
### Making Changes
|
|
170
|
-
|
|
171
|
-
- **Code Changes:**
|
|
172
|
-
- Edit existing files (never recreate)
|
|
173
|
-
- Keep changes focused and atomic
|
|
174
|
-
- Preserve code style and patterns
|
|
175
|
-
- Update tests when changing functionality
|
|
176
|
-
|
|
177
|
-
- **Documentation:**
|
|
178
|
-
- Update PRDs when requirements change
|
|
179
|
-
- Create status reports for major milestones
|
|
180
|
-
- Log important decisions in REPORT/analysis/
|
|
181
|
-
|
|
182
|
-
### After Changes
|
|
183
|
-
|
|
184
|
-
1. **Quality Checks:**
|
|
185
|
-
```bash
|
|
186
|
-
npm run lint # Code linting
|
|
187
|
-
npm test # Run all tests
|
|
188
|
-
npm run build # Production build
|
|
189
|
-
```
|
|
190
|
-
|
|
191
|
-
2. **Documentation Updates:**
|
|
192
|
-
- Update relevant PRDs if specs changed
|
|
193
|
-
- Create status report if milestone completed
|
|
194
|
-
- Clean up `tmp/` directory
|
|
195
|
-
|
|
196
|
-
3. **File Organization:**
|
|
197
|
-
- Move finalized plans from `tmp/` to `REPORT/`
|
|
198
|
-
- Archive old PRDs to `PRD/archive/`
|
|
199
|
-
- Delete temporary files older than 7 days
|
|
200
|
-
|
|
201
|
-
### Quick Commands
|
|
202
|
-
|
|
203
|
-
```bash
|
|
204
|
-
# Development
|
|
205
|
-
npm run dev # Start development mode
|
|
206
|
-
npm run dev:node # Development with Node.js
|
|
207
|
-
|
|
208
|
-
# Testing
|
|
209
|
-
npm test # Run all tests
|
|
210
|
-
npm run test:watch # Watch mode
|
|
211
|
-
npm run test:coverage # Coverage report
|
|
212
|
-
|
|
213
|
-
# Building
|
|
214
|
-
npm run build # Production build
|
|
215
|
-
npm run typecheck # Type checking only
|
|
216
|
-
|
|
217
|
-
# Documentation
|
|
218
|
-
ls automatosx/PRD/ # View all PRDs
|
|
219
|
-
ls automatosx/REPORT/ # View all reports
|
|
220
|
-
```
|
|
221
|
-
|
|
222
|
-
### File Output Examples
|
|
223
|
-
|
|
224
|
-
**Creating a new feature:**
|
|
225
|
-
```bash
|
|
226
|
-
# 1. Write PRD
|
|
227
|
-
→ automatosx/PRD/features/2025-11-20-new-feature.md
|
|
228
|
-
|
|
229
|
-
# 2. Create implementation plan
|
|
230
|
-
→ automatosx/REPORT/plans/new-feature-implementation.md
|
|
231
|
-
|
|
232
|
-
# 3. After implementation, write status report
|
|
233
|
-
→ automatosx/REPORT/status/2025-11-20-feature-complete.md
|
|
234
|
-
```
|
|
235
|
-
|
|
236
|
-
**Analysis and debugging:**
|
|
237
|
-
```bash
|
|
238
|
-
# 1. Debug notes (temporary)
|
|
239
|
-
→ automatosx/tmp/scratch/debug-notes.md
|
|
240
|
-
|
|
241
|
-
# 2. Final analysis report
|
|
242
|
-
→ automatosx/REPORT/analysis/performance-optimization.md
|
|
243
|
-
|
|
244
|
-
# 3. Metrics tracking
|
|
245
|
-
→ automatosx/REPORT/metrics/test-coverage-nov-2025.md
|
|
246
|
-
```
|
|
247
|
-
|
|
248
|
-
---
|
|
249
|
-
|
|
250
|
-
## 🐛 Troubleshooting
|
|
251
|
-
|
|
252
|
-
### "Module not found" errors
|
|
253
|
-
**Solution:** Add `.js` extension to imports (ESM requirement)
|
|
254
|
-
```typescript
|
|
255
|
-
// ✅ Correct
|
|
256
|
-
import { x } from './y.js';
|
|
257
|
-
|
|
258
|
-
// ❌ Wrong
|
|
259
|
-
import { x } from './y'; // Missing .js
|
|
260
|
-
```
|
|
261
|
-
|
|
262
|
-
### zod validation errors
|
|
263
|
-
**Solution:** Use `.safeParse()` for detailed error messages. Check schema matches data structure.
|
|
264
|
-
|
|
265
|
-
### Tests fail locally but pass in CI
|
|
266
|
-
**Solution:** Check Node version, clear node_modules, check environment-specific code
|
|
267
|
-
|
|
268
|
-
### TypeScript compilation errors
|
|
269
|
-
**Solution:** Check `tsconfig.json` settings, ensure all types are imported, verify `moduleResolution`
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "11e9e0ba-c39d-4fd2-aa77-bc818811c921",
|
|
3
|
-
"timestamp": "2025-11-21T03:58:12.786Z",
|
|
4
|
-
"description": "Test checkpoint",
|
|
5
|
-
"files": [
|
|
6
|
-
{
|
|
7
|
-
"path": "/test/file-1763697492786.ts",
|
|
8
|
-
"content": "test content",
|
|
9
|
-
"hash": "6ae8a75555209fd6c44157c0aed8016e763ff435a19cf186f76863140143ff72",
|
|
10
|
-
"size": 12
|
|
11
|
-
}
|
|
12
|
-
],
|
|
13
|
-
"conversationState": [
|
|
14
|
-
{
|
|
15
|
-
"type": "user",
|
|
16
|
-
"content": "Message 40",
|
|
17
|
-
"timestamp": "2025-11-21T03:58:12.786Z"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"type": "user",
|
|
21
|
-
"content": "Message 41",
|
|
22
|
-
"timestamp": "2025-11-21T03:58:12.786Z"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"type": "user",
|
|
26
|
-
"content": "Message 42",
|
|
27
|
-
"timestamp": "2025-11-21T03:58:12.786Z"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"type": "user",
|
|
31
|
-
"content": "Message 43",
|
|
32
|
-
"timestamp": "2025-11-21T03:58:12.786Z"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"type": "user",
|
|
36
|
-
"content": "Message 44",
|
|
37
|
-
"timestamp": "2025-11-21T03:58:12.786Z"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"type": "user",
|
|
41
|
-
"content": "Message 45",
|
|
42
|
-
"timestamp": "2025-11-21T03:58:12.786Z"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"type": "user",
|
|
46
|
-
"content": "Message 46",
|
|
47
|
-
"timestamp": "2025-11-21T03:58:12.786Z"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"type": "user",
|
|
51
|
-
"content": "Message 47",
|
|
52
|
-
"timestamp": "2025-11-21T03:58:12.786Z"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"type": "user",
|
|
56
|
-
"content": "Message 48",
|
|
57
|
-
"timestamp": "2025-11-21T03:58:12.786Z"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"type": "user",
|
|
61
|
-
"content": "Message 49",
|
|
62
|
-
"timestamp": "2025-11-21T03:58:12.786Z"
|
|
63
|
-
}
|
|
64
|
-
],
|
|
65
|
-
"metadata": {
|
|
66
|
-
"model": "glm-4.6",
|
|
67
|
-
"triggeredBy": "test"
|
|
68
|
-
}
|
|
69
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "2b260b98-b418-4c7c-9694-e2b94967e662",
|
|
3
|
-
"timestamp": "2025-11-21T03:58:12.781Z",
|
|
4
|
-
"description": "Test checkpoint",
|
|
5
|
-
"files": [
|
|
6
|
-
{
|
|
7
|
-
"path": "/test/file-1763697492781.ts",
|
|
8
|
-
"content": "test content",
|
|
9
|
-
"hash": "6ae8a75555209fd6c44157c0aed8016e763ff435a19cf186f76863140143ff72",
|
|
10
|
-
"size": 12
|
|
11
|
-
}
|
|
12
|
-
],
|
|
13
|
-
"conversationState": [
|
|
14
|
-
{
|
|
15
|
-
"type": "user",
|
|
16
|
-
"content": "Test message",
|
|
17
|
-
"timestamp": "2025-11-21T03:58:12.781Z"
|
|
18
|
-
}
|
|
19
|
-
],
|
|
20
|
-
"metadata": {
|
|
21
|
-
"model": "glm-4.6",
|
|
22
|
-
"triggeredBy": "test"
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "2dd84869-e62d-46c8-9885-7e45f37f36e2",
|
|
3
|
-
"timestamp": "2025-11-21T03:53:47.537Z",
|
|
4
|
-
"description": "Test checkpoint",
|
|
5
|
-
"files": [
|
|
6
|
-
{
|
|
7
|
-
"path": "/test/file-1763697227537.ts",
|
|
8
|
-
"content": "test content",
|
|
9
|
-
"hash": "6ae8a75555209fd6c44157c0aed8016e763ff435a19cf186f76863140143ff72",
|
|
10
|
-
"size": 12
|
|
11
|
-
}
|
|
12
|
-
],
|
|
13
|
-
"conversationState": [
|
|
14
|
-
{
|
|
15
|
-
"type": "user",
|
|
16
|
-
"content": "Message 10",
|
|
17
|
-
"timestamp": "2025-11-21T03:53:47.537Z"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"type": "user",
|
|
21
|
-
"content": "Message 11",
|
|
22
|
-
"timestamp": "2025-11-21T03:53:47.537Z"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"type": "user",
|
|
26
|
-
"content": "Message 12",
|
|
27
|
-
"timestamp": "2025-11-21T03:53:47.537Z"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"type": "user",
|
|
31
|
-
"content": "Message 13",
|
|
32
|
-
"timestamp": "2025-11-21T03:53:47.537Z"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"type": "user",
|
|
36
|
-
"content": "Message 14",
|
|
37
|
-
"timestamp": "2025-11-21T03:53:47.537Z"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"type": "user",
|
|
41
|
-
"content": "Message 15",
|
|
42
|
-
"timestamp": "2025-11-21T03:53:47.537Z"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"type": "user",
|
|
46
|
-
"content": "Message 16",
|
|
47
|
-
"timestamp": "2025-11-21T03:53:47.537Z"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"type": "user",
|
|
51
|
-
"content": "Message 17",
|
|
52
|
-
"timestamp": "2025-11-21T03:53:47.537Z"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"type": "user",
|
|
56
|
-
"content": "Message 18",
|
|
57
|
-
"timestamp": "2025-11-21T03:53:47.537Z"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"type": "user",
|
|
61
|
-
"content": "Message 19",
|
|
62
|
-
"timestamp": "2025-11-21T03:53:47.537Z"
|
|
63
|
-
}
|
|
64
|
-
],
|
|
65
|
-
"metadata": {
|
|
66
|
-
"model": "glm-4.6",
|
|
67
|
-
"triggeredBy": "test"
|
|
68
|
-
}
|
|
69
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "484dc350-353f-4808-9ed1-ebb3cefdab37",
|
|
3
|
-
"timestamp": "2025-11-21T03:53:47.531Z",
|
|
4
|
-
"description": "Test checkpoint",
|
|
5
|
-
"files": [
|
|
6
|
-
{
|
|
7
|
-
"path": "/test/file-1763697227531.ts",
|
|
8
|
-
"content": "test content",
|
|
9
|
-
"hash": "6ae8a75555209fd6c44157c0aed8016e763ff435a19cf186f76863140143ff72",
|
|
10
|
-
"size": 12
|
|
11
|
-
}
|
|
12
|
-
],
|
|
13
|
-
"conversationState": [
|
|
14
|
-
{
|
|
15
|
-
"type": "user",
|
|
16
|
-
"content": "Test message",
|
|
17
|
-
"timestamp": "2025-11-21T03:53:47.531Z"
|
|
18
|
-
}
|
|
19
|
-
],
|
|
20
|
-
"metadata": {
|
|
21
|
-
"model": "glm-4.6",
|
|
22
|
-
"triggeredBy": "test"
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "74a18b87-6172-4215-962b-44bb9f46a662",
|
|
3
|
-
"timestamp": "2025-11-21T03:53:47.535Z",
|
|
4
|
-
"description": "Test checkpoint",
|
|
5
|
-
"files": [
|
|
6
|
-
{
|
|
7
|
-
"path": "/test/file-1763697227535.ts",
|
|
8
|
-
"content": "test content",
|
|
9
|
-
"hash": "6ae8a75555209fd6c44157c0aed8016e763ff435a19cf186f76863140143ff72",
|
|
10
|
-
"size": 12
|
|
11
|
-
}
|
|
12
|
-
],
|
|
13
|
-
"conversationState": [
|
|
14
|
-
{
|
|
15
|
-
"type": "user",
|
|
16
|
-
"content": "Message 40",
|
|
17
|
-
"timestamp": "2025-11-21T03:53:47.535Z"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"type": "user",
|
|
21
|
-
"content": "Message 41",
|
|
22
|
-
"timestamp": "2025-11-21T03:53:47.535Z"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"type": "user",
|
|
26
|
-
"content": "Message 42",
|
|
27
|
-
"timestamp": "2025-11-21T03:53:47.535Z"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"type": "user",
|
|
31
|
-
"content": "Message 43",
|
|
32
|
-
"timestamp": "2025-11-21T03:53:47.535Z"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"type": "user",
|
|
36
|
-
"content": "Message 44",
|
|
37
|
-
"timestamp": "2025-11-21T03:53:47.535Z"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"type": "user",
|
|
41
|
-
"content": "Message 45",
|
|
42
|
-
"timestamp": "2025-11-21T03:53:47.535Z"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"type": "user",
|
|
46
|
-
"content": "Message 46",
|
|
47
|
-
"timestamp": "2025-11-21T03:53:47.535Z"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"type": "user",
|
|
51
|
-
"content": "Message 47",
|
|
52
|
-
"timestamp": "2025-11-21T03:53:47.535Z"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"type": "user",
|
|
56
|
-
"content": "Message 48",
|
|
57
|
-
"timestamp": "2025-11-21T03:53:47.535Z"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"type": "user",
|
|
61
|
-
"content": "Message 49",
|
|
62
|
-
"timestamp": "2025-11-21T03:53:47.535Z"
|
|
63
|
-
}
|
|
64
|
-
],
|
|
65
|
-
"metadata": {
|
|
66
|
-
"model": "glm-4.6",
|
|
67
|
-
"triggeredBy": "test"
|
|
68
|
-
}
|
|
69
|
-
}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "7e03601e-e8ab-4cd7-9841-a74b66adf78f",
|
|
3
|
-
"timestamp": "2025-11-21T03:58:12.790Z",
|
|
4
|
-
"description": "Test checkpoint",
|
|
5
|
-
"files": [
|
|
6
|
-
{
|
|
7
|
-
"path": "/test/file-1763697492790.ts",
|
|
8
|
-
"content": "test content",
|
|
9
|
-
"hash": "6ae8a75555209fd6c44157c0aed8016e763ff435a19cf186f76863140143ff72",
|
|
10
|
-
"size": 12
|
|
11
|
-
}
|
|
12
|
-
],
|
|
13
|
-
"conversationState": [
|
|
14
|
-
{
|
|
15
|
-
"type": "user",
|
|
16
|
-
"content": "Message 10",
|
|
17
|
-
"timestamp": "2025-11-21T03:58:12.790Z"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"type": "user",
|
|
21
|
-
"content": "Message 11",
|
|
22
|
-
"timestamp": "2025-11-21T03:58:12.790Z"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"type": "user",
|
|
26
|
-
"content": "Message 12",
|
|
27
|
-
"timestamp": "2025-11-21T03:58:12.790Z"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"type": "user",
|
|
31
|
-
"content": "Message 13",
|
|
32
|
-
"timestamp": "2025-11-21T03:58:12.790Z"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"type": "user",
|
|
36
|
-
"content": "Message 14",
|
|
37
|
-
"timestamp": "2025-11-21T03:58:12.790Z"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"type": "user",
|
|
41
|
-
"content": "Message 15",
|
|
42
|
-
"timestamp": "2025-11-21T03:58:12.790Z"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"type": "user",
|
|
46
|
-
"content": "Message 16",
|
|
47
|
-
"timestamp": "2025-11-21T03:58:12.790Z"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"type": "user",
|
|
51
|
-
"content": "Message 17",
|
|
52
|
-
"timestamp": "2025-11-21T03:58:12.790Z"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"type": "user",
|
|
56
|
-
"content": "Message 18",
|
|
57
|
-
"timestamp": "2025-11-21T03:58:12.790Z"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"type": "user",
|
|
61
|
-
"content": "Message 19",
|
|
62
|
-
"timestamp": "2025-11-21T03:58:12.790Z"
|
|
63
|
-
}
|
|
64
|
-
],
|
|
65
|
-
"metadata": {
|
|
66
|
-
"model": "glm-4.6",
|
|
67
|
-
"triggeredBy": "test"
|
|
68
|
-
}
|
|
69
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "7f9c6562-771f-4fd0-adcf-9e7e9ac34ae8",
|
|
3
|
-
"timestamp": "2025-11-21T03:58:12.795Z",
|
|
4
|
-
"description": "Test checkpoint",
|
|
5
|
-
"files": [
|
|
6
|
-
{
|
|
7
|
-
"path": "/test/file-1763697492795.ts",
|
|
8
|
-
"content": "test content",
|
|
9
|
-
"hash": "6ae8a75555209fd6c44157c0aed8016e763ff435a19cf186f76863140143ff72",
|
|
10
|
-
"size": 12
|
|
11
|
-
}
|
|
12
|
-
],
|
|
13
|
-
"conversationState": [
|
|
14
|
-
{
|
|
15
|
-
"type": "user",
|
|
16
|
-
"content": "Message 0",
|
|
17
|
-
"timestamp": "2025-11-21T03:58:12.795Z"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"type": "user",
|
|
21
|
-
"content": "Message 1",
|
|
22
|
-
"timestamp": "2025-11-21T03:58:12.795Z"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"type": "user",
|
|
26
|
-
"content": "Message 2",
|
|
27
|
-
"timestamp": "2025-11-21T03:58:12.795Z"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"type": "user",
|
|
31
|
-
"content": "Message 3",
|
|
32
|
-
"timestamp": "2025-11-21T03:58:12.795Z"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"type": "user",
|
|
36
|
-
"content": "Message 4",
|
|
37
|
-
"timestamp": "2025-11-21T03:58:12.795Z"
|
|
38
|
-
}
|
|
39
|
-
],
|
|
40
|
-
"metadata": {
|
|
41
|
-
"model": "glm-4.6",
|
|
42
|
-
"triggeredBy": "test"
|
|
43
|
-
}
|
|
44
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "870a5fb9-6e82-4ff2-8ec8-af4c251cc514",
|
|
3
|
-
"timestamp": "2025-11-21T03:53:47.540Z",
|
|
4
|
-
"description": "Test checkpoint",
|
|
5
|
-
"files": [
|
|
6
|
-
{
|
|
7
|
-
"path": "/test/file-1763697227540.ts",
|
|
8
|
-
"content": "test content",
|
|
9
|
-
"hash": "6ae8a75555209fd6c44157c0aed8016e763ff435a19cf186f76863140143ff72",
|
|
10
|
-
"size": 12
|
|
11
|
-
}
|
|
12
|
-
],
|
|
13
|
-
"conversationState": [
|
|
14
|
-
{
|
|
15
|
-
"type": "user",
|
|
16
|
-
"content": "Message 0",
|
|
17
|
-
"timestamp": "2025-11-21T03:53:47.540Z"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"type": "user",
|
|
21
|
-
"content": "Message 1",
|
|
22
|
-
"timestamp": "2025-11-21T03:53:47.540Z"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"type": "user",
|
|
26
|
-
"content": "Message 2",
|
|
27
|
-
"timestamp": "2025-11-21T03:53:47.540Z"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"type": "user",
|
|
31
|
-
"content": "Message 3",
|
|
32
|
-
"timestamp": "2025-11-21T03:53:47.540Z"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"type": "user",
|
|
36
|
-
"content": "Message 4",
|
|
37
|
-
"timestamp": "2025-11-21T03:53:47.540Z"
|
|
38
|
-
}
|
|
39
|
-
],
|
|
40
|
-
"metadata": {
|
|
41
|
-
"model": "glm-4.6",
|
|
42
|
-
"triggeredBy": "test"
|
|
43
|
-
}
|
|
44
|
-
}
|