Commit 317d858
committed
fix: address CodeRabbit review on latest commits
- memory gate: stop logging the raw content preview (content[:60]) in the
routing-flagged debug log — a declined/blocked write could otherwise leak
secrets/PII; log only target + signals (CodeRabbit, major).
- cli: drop the redundant local `logger` import in the exception-path cleanup;
the enclosing function already binds `logger` in scope (CodeRabbit).
- docs/build: the react bump moved web/vis to Vite 8, but build_vis.py, web/
AGENTS.md, and architecture.md still said "Vite 7". Update the labels (the
Node engine constraint ^20.19.0 || >=22.12.0 is unchanged in Vite 8).1 parent dcb1a19 commit 317d858
5 files changed
Lines changed: 7 additions & 7 deletions
File tree
- docs/en/customization
- scripts
- src/pythinker_code
- cli
- tools/memory
- web
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1203 | 1203 | | |
1204 | 1204 | | |
1205 | 1205 | | |
1206 | | - | |
1207 | | - | |
1208 | 1206 | | |
1209 | 1207 | | |
1210 | 1208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
116 | 118 | | |
117 | | - | |
| 119 | + | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments