You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/project/TODO.md
-16Lines changed: 0 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -280,19 +280,3 @@ The project aims for clean, maintainable, and testable code through these archit
280
280
---
281
281
282
282
explore and use parking_lot for better performance in multithreaded scenarios. Replace standard library synchronization primitives (like Mutex and RwLock) with their parking_lot counterparts where appropriate. Ensure that the transition maintains thread safety and correctness while improving performance. Update documentation to reflect the use of parking_lot and any changes in synchronization behavior.
283
-
284
-
---
285
-
286
-
-`/command <program> [args...]` — run a shell command via `run_terminal_cmd`
287
-
--> also add "!" to toggle command and normal mode.
288
-
289
-
press ! -> command mode
290
-
press ! again -> normal mode.
291
-
292
-
note:
293
-
294
-
- on command mode only execute `run_terminal_cmd` only no tool call
295
-
- on normal mode, full chat agent loop with tools call
296
-
- on command mode, update the info and visual of the repl
0 commit comments