From 4797f8916ac56cc83dabcb225a5c05dd29849aa3 Mon Sep 17 00:00:00 2001 From: Cyrus Gray <144336577+graycyrus@users.noreply.github.com> Date: Mon, 30 Mar 2026 11:59:58 +0530 Subject: [PATCH] Update TODO.md --- docs/TODO.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/TODO.md b/docs/TODO.md index 0144523bd..f3be6fb64 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -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