From cff8b5288eda2d5e6dceff56de4a4492f549ff3f Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 15:22:02 +0000 Subject: [PATCH] Initial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a208b7c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# local-code-assistant + +A CLI tool for running local AI code assistance without sending code to external APIs. Supports code generation, explanation, refactoring, and test writing using local LLM models via Ollama. \ No newline at end of file