Update TODO.md

This commit is contained in:
Cyrus Gray
2026-03-30 11:59:58 +05:30
committed by GitHub
parent 5d95abe4c7
commit 4797f8916a
+4 -4
View File
@@ -31,7 +31,7 @@ todo
[] for each skill show information on how much data has been synced locally and information on how much syncs have happened so far etc..
[x] redo the docs once everything is done.
[x] remove unwanted feature flags from the rust binary
[] fix the config properly
[] Allow for Migrating from OpenClaw
[] allow users to choose which version of LLM model they'd like to choose based on their CPU. better ram and gpu means higher parameter model can be used.
[] in the client side app, make console.log follow a logger style logging where there's a namespace for every logger (like python)
[] fix the config properly - mithil
[] Allow for Migrating from OpenClaw - steve done - to be tested
[] allow users to choose which version of LLM model they'd like to choose based on their CPU. better ram and gpu means higher parameter model can be used. - mithil
[x] in the client side app, make console.log follow a logger style logging where there's a namespace for every logger (like python) - steve