From ee9482d1019005a159a1c0a367d8ea0ea1f1866d Mon Sep 17 00:00:00 2001 From: Guillaume Simonneau Date: Wed, 11 Feb 2026 10:06:20 +0100 Subject: [PATCH 1/2] readme changes --- README.md | 37 +++++++++++++++++++++++++++++++------ codespy.yaml | 2 +- 2 files changed, 32 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c522cb7..19db0e0 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,9 @@

CodeSpy

-

- Automated code reviews for teams who care about correctness. -

An open-source AI reviewer that catches bugs, improves code quality, and integrates directly into your PR workflow, without sacrificing control or security.

-

- "Fast feedback. No black box. No vendor lock-in." -

@@ -31,6 +25,37 @@ --- +## Table of Contents + +- [Why CodeSpy?](#why-codespy) +- [Features](#features) +- [Installation](#installation) + - [Using pip](#using-pip) + - [Using Homebrew (macOS/Linux)](#using-homebrew-macoslinux) + - [Using Docker](#using-docker) + - [Using Poetry (for development)](#using-poetry-for-development) +- [Quick Start](#quick-start) +- [Usage](#usage) + - [Command Line](#command-line) + - [Using Docker](#using-docker-1) + - [GitHub Action](#github-action) +- [Configuration](#configuration) + - [Setup](#setup) + - [Git Platform Tokens](#git-platform-tokens) + - [LLM Provider](#llm-provider) + - [Advanced Configuration (YAML)](#advanced-configuration-yaml) + - [Recommended Model Strategy](#recommended-model-strategy) +- [Output](#output) + - [Markdown (default)](#markdown-default) + - [GitHub/GitLab Review Comments](#githubgitlab-review-comments) +- [Architecture](#architecture) +- [DSPy Signatures](#dspy-signatures) +- [Supported Languages](#supported-languages) +- [Development](#development) +- [License](#license) + +--- + ## Why CodeSpy? Most AI code reviewers are: diff --git a/codespy.yaml b/codespy.yaml index bed0c46..75a37e5 100644 --- a/codespy.yaml +++ b/codespy.yaml @@ -154,7 +154,7 @@ signatures: # ============================================================================ output_format: markdown # OUTPUT_FORMAT (markdown | json) output_stdout: true # OUTPUT_STDOUT (enable stdout output) -output_git: true # OUTPUT_GIT (post review to GitHub PR or GitLab MR) +output_git: false # OUTPUT_GIT (post review to GitHub PR or GitLab MR) cache_dir: ~/.cache/codespy # CACHE_DIR # ============================================================================ From 1dd3948769dd6b5ec5fe641b0c9f5d19811e68fa Mon Sep 17 00:00:00 2001 From: Guillaume Simonneau Date: Wed, 11 Feb 2026 10:07:16 +0100 Subject: [PATCH 2/2] readme changes --- codespy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codespy.yaml b/codespy.yaml index 75a37e5..bed0c46 100644 --- a/codespy.yaml +++ b/codespy.yaml @@ -154,7 +154,7 @@ signatures: # ============================================================================ output_format: markdown # OUTPUT_FORMAT (markdown | json) output_stdout: true # OUTPUT_STDOUT (enable stdout output) -output_git: false # OUTPUT_GIT (post review to GitHub PR or GitLab MR) +output_git: true # OUTPUT_GIT (post review to GitHub PR or GitLab MR) cache_dir: ~/.cache/codespy # CACHE_DIR # ============================================================================