FriedrichAI: Offline AI · published · build 23721110
FriedrichAI Dev Tools Update
This patch adds the first major pass of FriedrichAI’s local developer tools.
Friedrich can now check pasted code, inspect code files, summarize file structure, and return full corrected files without using any cloud service or external API.
New commands:
/codecheck — Check pasted or imported code for local syntax/rule issues.
/codesummary file="C:/path/file.py" — Summarize a code file.
/codefix file="C:/path/file.py" — Return a full corrected version of a code file.
/coderules file="C:/path/file.py" — Show the detected language/engine rules.
Supported checks include:
Python syntax checking using FriedrichAI’s bundled Python runtime.
Python static checks for duplicate definitions, bad local function calls, mutable defaults, obvious zero division, and empty-container indexing.
Godot/GDScript 3.x rule checks, including Godot 4 syntax warnings, missing colons, empty function bodies, mixed indentation, and unsafe patterns for Godot 3.5 projects.
Unity C# rule checks for common MonoBehaviour issues, Update-loop performance mistakes, missing Time.deltaTime movement, and structural problems.
Unreal C++ rule checks for reflection macros, GENERATED_BODY usage, UFUNCTION formatting, raw UObject/AActor construction warnings, and class-member structure.
JSON parse checking.
FriedrichAI also now detects obvious pasted code and routes it into local code checking automatically instead of treating it like normal chat.
The goal of this update is not to turn FriedrichAI into a full IDE or autonomous coding agent. The goal is practical local assistance: better checks, clearer warnings, safer file repair, and fewer broken code answers.
As always, FriedrichAI runs locally on your machine. No cloud, no account, no API key, and no data leaving your system.
Also included:
Updated /help command with Dev Tools commands.
Shorter startup message.
Cleaner code-check output.
Better handling for image-to-video, morph video, 10-second video workflows, and audio command documentation.
Improved full-file repair formatting so returned code is cleaner and easier to copy.
This is the first Dev Tools pass. More project-aware improvements may come later, but this update keeps the system lightweight, local, and safe.