Commit 3bd1a80
authored
fix: replace roo-diagnostics- prefix with zoo-diagnostics- (#226)
Closes #193
The temporary diagnostics file generated via the 'Report Issue' feature
retained the legacy 'roo-diagnostics-' prefix from the Roo Code fork.
This commit replaces it with 'zoo-diagnostics-' to match Zoo Code
branding.
Changes:
- diagnosticsHandler.ts: rename temp file template from
roo-diagnostics- to zoo-diagnostics-
- diagnosticsHandler.spec.ts: update two assertions that matched the
old prefix1 parent b42e037 commit 3bd1a80
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments