Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,7 @@ Here's an explanation of the configuration options:
| `output.topFilesLength` | Number of top files to display in the summary. If set to 0, no summary will be displayed | `5` |
| `output.tokenCountTree` | Whether to display file tree with token count summaries. Can be boolean or number (minimum token count threshold) | `false` |
| `output.includeEmptyDirectories` | Whether to include empty directories in the repository structure | `false` |
| `output.includeFullDirectoryStructure` | When using `include` patterns, whether to display the complete directory tree (respecting ignore patterns) while still processing only the included files. Provides full repository context for AI analysis | `false` |
| `output.git.sortByChanges` | Whether to sort files by git change count (files with more changes appear at the bottom) | `true` |
| `output.git.sortByChangesMaxCommits` | Maximum number of commits to analyze for git changes | `100` |
| `output.git.includeDiffs` | Whether to include git diffs in the output (includes both work tree and staged changes separately) | `false` |
Expand Down
1 change: 1 addition & 0 deletions website/client/src/de/guide/command-line-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- `--header-text <text>`: Benutzerdefinierten Text im Dateikopf einschließen
- `--instruction-file-path <path>`: Pfad zu einer Datei mit detaillierten benutzerdefinierten Anweisungen
- `--include-empty-directories`: Leere Verzeichnisse in die Ausgabe einschließen
- `--include-full-directory-structure`: Gesamten Repository-Baum im Verzeichnisstruktur-Abschnitt anzeigen, auch bei Verwendung von --include-Mustern
- `--include-diffs`: Git-Diffs in die Ausgabe einschließen (beinhaltet Arbeitsbaum- und gestufte Änderungen separat)
- `--include-logs`: Git-Logs in die Ausgabe einschließen (beinhaltet Commit-Historie mit Daten, Nachrichten und Dateipfaden)
- `--include-logs-count <count>`: Anzahl der Git-Log-Commits, die eingeschlossen werden sollen (Standard: 50)
Expand Down
1 change: 1 addition & 0 deletions website/client/src/de/guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ JavaScript-Konfigurationsdateien funktionieren genauso wie TypeScript und unters
| `output.copyToClipboard` | Ob die Ausgabe zusätzlich zum Speichern in die Zwischenablage kopiert werden soll | `false` |
| `output.topFilesLength` | Anzahl der in der Zusammenfassung anzuzeigenden Top-Dateien. Bei 0 wird keine Zusammenfassung angezeigt | `5` |
| `output.includeEmptyDirectories` | Ob leere Verzeichnisse in der Repository-Struktur enthalten sein sollen | `false` |
| `output.includeFullDirectoryStructure` | Bei Verwendung von `include`-Mustern, ob der vollständige Verzeichnisbaum (unter Beachtung von Ignorier-Mustern) angezeigt werden soll, während nur die inkludierten Dateien verarbeitet werden. Bietet vollständigen Repository-Kontext für die KI-Analyse | `false` |
| `output.git.sortByChanges` | Ob Dateien nach Git-Änderungen sortiert werden sollen. Häufiger geänderte Dateien erscheinen am Ende | `true` |
| `output.git.sortByChangesMaxCommits` | Maximale Anzahl zu analysierender Commits für Git-Änderungen. Begrenzt die Historien-Tiefe für bessere Performance | `100` |
| `output.git.includeDiffs` | Ob Git-Unterschiede in der Ausgabe enthalten sein sollen. Zeigt Arbeitsverzeichnis- und Stage-Änderungen separat an | `false` |
Expand Down
1 change: 1 addition & 0 deletions website/client/src/en/guide/command-line-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- `--header-text <text>`: Custom text to include at the beginning of the output
- `--instruction-file-path <path>`: Path to file containing custom instructions to include in output
- `--include-empty-directories`: Include folders with no files in directory structure
- `--include-full-directory-structure`: Show entire repository tree in the Directory Structure section, even when using --include patterns
- `--no-git-sort-by-changes`: Don't sort files by git change frequency (default: most changed files first)
- `--include-diffs`: Add git diff section showing working tree and staged changes
- `--include-logs`: Add git commit history with messages and changed files
Expand Down
1 change: 1 addition & 0 deletions website/client/src/en/guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ JavaScript configuration files work the same as TypeScript, supporting `defineCo
| `output.copyToClipboard` | Whether to copy the output to system clipboard in addition to saving the file | `false` |
| `output.topFilesLength` | Number of top files to display in the summary. If set to 0, no summary will be displayed | `5` |
| `output.includeEmptyDirectories` | Whether to include empty directories in the repository structure | `false` |
| `output.includeFullDirectoryStructure` | When using `include` patterns, whether to display the complete directory tree (respecting ignore patterns) while still processing only the included files. Provides full repository context for AI analysis | `false` |
| `output.git.sortByChanges` | Whether to sort files by git change count. Files with more changes appear at the bottom | `true` |
| `output.git.sortByChangesMaxCommits` | Maximum number of commits to analyze for git changes. Limits the history depth for performance | `100` |
| `output.git.includeDiffs` | Whether to include git diffs in the output. Shows both work tree and staged changes separately | `false` |
Expand Down
1 change: 1 addition & 0 deletions website/client/src/es/guide/command-line-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- `--header-text <text>`: Texto personalizado para incluir en el encabezado del archivo
- `--instruction-file-path <path>`: Ruta a un archivo que contiene instrucciones personalizadas detalladas
- `--include-empty-directories`: Incluir directorios vacíos en la salida
- `--include-full-directory-structure`: Mostrar el árbol completo del repositorio en la sección Estructura de directorios, incluso al usar patrones --include
- `--include-diffs`: Incluir diffs de git en la salida (incluye cambios del árbol de trabajo y cambios en stage por separado)
- `--include-logs`: Incluir logs de git en la salida (incluye historial de commits con fechas, mensajes y rutas de archivos)
- `--include-logs-count <count>`: Número de commits de log de git a incluir (predeterminado: 50)
Expand Down
1 change: 1 addition & 0 deletions website/client/src/es/guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Los archivos de configuración JavaScript funcionan igual que TypeScript, admiti
| `output.copyToClipboard` | Indica si se debe copiar la salida al portapapeles del sistema además de guardar el archivo | `false` |
| `output.topFilesLength` | Número de archivos principales para mostrar en el resumen. Si se establece en 0, no se mostrará ningún resumen | `5` |
| `output.includeEmptyDirectories` | Indica si se deben incluir directorios vacíos en la estructura del repositorio | `false` |
| `output.includeFullDirectoryStructure` | Al usar patrones `include`, indica si se debe mostrar el árbol de directorios completo (respetando los patrones ignore) mientras se procesan solo los archivos incluidos. Proporciona contexto completo del repositorio para análisis de IA | `false` |
| `output.git.sortByChanges` | Indica si se deben ordenar los archivos por número de cambios git. Los archivos con más cambios aparecen al final | `true` |
| `output.git.sortByChangesMaxCommits` | Número máximo de commits para analizar al contar cambios git. Limita la profundidad del historial por rendimiento | `100` |
| `output.git.includeDiffs` | Indica si se deben incluir las diferencias git en la salida. Muestra por separado los cambios del árbol de trabajo y los cambios preparados | `false` |
Expand Down
1 change: 1 addition & 0 deletions website/client/src/fr/guide/command-line-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- `--header-text <text>`: Texte personnalisé à inclure dans l'en-tête du fichier
- `--instruction-file-path <path>`: Chemin vers un fichier contenant des instructions personnalisées détaillées
- `--include-empty-directories`: Inclure les répertoires vides dans la sortie
- `--include-full-directory-structure`: Afficher l'arborescence complète du dépôt dans la section Structure de répertoire, même lors de l'utilisation de motifs --include
- `--include-diffs`: Inclure les diffs git dans la sortie (inclut les modifications de l'arbre de travail et les modifications indexées séparément)
- `--include-logs`: Inclure les journaux git dans la sortie (inclut l'historique des commits avec les dates, les messages et les chemins de fichiers)
- `--include-logs-count <count>`: Nombre de commits de journaux git à inclure (par défaut : 50)
Expand Down
1 change: 1 addition & 0 deletions website/client/src/fr/guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Les fichiers de configuration JavaScript fonctionnent de la même manière que T
| `output.copyToClipboard` | Indique s'il faut copier la sortie dans le presse-papiers système en plus de sauvegarder le fichier | `false` |
| `output.topFilesLength` | Nombre de fichiers principaux à afficher dans le résumé. Si défini à 0, aucun résumé ne sera affiché | `5` |
| `output.includeEmptyDirectories` | Indique s'il faut inclure les répertoires vides dans la structure du dépôt | `false` |
| `output.includeFullDirectoryStructure` | Lors de l'utilisation de motifs `include`, indique s'il faut afficher l'arbre de répertoires complet (en respectant les motifs ignore) tout en ne traitant que les fichiers inclus. Fournit un contexte complet du dépôt pour l'analyse IA | `false` |
| `output.git.sortByChanges` | Indique s'il faut trier les fichiers par nombre de modifications git. Les fichiers avec plus de modifications apparaissent en bas | `true` |
| `output.git.sortByChangesMaxCommits` | Nombre maximum de commits à analyser pour les modifications git. Limite la profondeur de l'historique pour les performances | `100` |
| `output.git.includeDiffs` | Indique s'il faut inclure les différences git dans la sortie. Montre séparément les modifications de l'arborescence de travail et les modifications indexées | `false` |
Expand Down
1 change: 1 addition & 0 deletions website/client/src/hi/guide/command-line-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- `--header-text <text>`: फ़ाइल हेडर में शामिल करने के लिए कस्टम टेक्स्ट
- `--instruction-file-path <path>`: विस्तृत कस्टम निर्देश वाली फ़ाइल का पथ
- `--include-empty-directories`: आउटपुट में खाली डायरेक्टरियां शामिल करें
- `--include-full-directory-structure`: --include पैटर्न का उपयोग करते समय भी डायरेक्टरी संरचना सेक्शन में संपूर्ण रिपॉजिटरी ट्री दिखाएं
- `--include-diffs`: आउटपुट में git diffs शामिल करें (कार्य ट्री और staged परिवर्तनों को अलग से शामिल करता है)
- `--include-logs`: आउटपुट में git logs शामिल करें (तारीखों, संदेशों और फ़ाइल पथों के साथ कमिट इतिहास शामिल करता है)
- `--include-logs-count <count>`: शामिल करने के लिए git log कमिट की संख्या (डिफ़ॉल्ट: 50)
Expand Down
1 change: 1 addition & 0 deletions website/client/src/hi/guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ JavaScript कॉन्फिगरेशन फ़ाइलें TypeScript
| `output.copyToClipboard` | फ़ाइल सेव करने के अतिरिक्त आउटपुट को सिस्टम क्लिपबोर्ड पर कॉपी करना है या नहीं | `false` |
| `output.topFilesLength` | सारांश में दिखाने के लिए शीर्ष फ़ाइलों की संख्या। 0 पर सेट करने से कोई सारांश प्रदर्शित नहीं होगा | `5` |
| `output.includeEmptyDirectories` | रिपॉजिटरी संरचना में खाली डायरेक्टरियां शामिल करनी हैं या नहीं | `false` |
| `output.includeFullDirectoryStructure` | `include` पैटर्न का उपयोग करते समय, केवल शामिल फ़ाइलों को प्रोसेस करते हुए, पूर्ण डायरेक्टरी ट्री (ignore पैटर्न का सम्मान करते हुए) प्रदर्शित करना है या नहीं। AI विश्लेषण के लिए पूर्ण रिपॉजिटरी संदर्भ प्रदान करता है | `false` |
| `output.git.sortByChanges` | Git परिवर्तन संख्या के अनुसार फ़ाइलों को सॉर्ट करना है या नहीं। अधिक परिवर्तन वाली फ़ाइलें नीचे दिखाई देती हैं | `true` |
| `output.git.sortByChangesMaxCommits` | Git परिवर्तनों का विश्लेषण करने के लिए अधिकतम कमिट संख्या। प्रदर्शन के लिए इतिहास गहराई को सीमित करता है | `100` |
| `output.git.includeDiffs` | आउटपुट में Git अंतर शामिल करना है या नहीं। वर्क ट्री और स्टेज्ड परिवर्तनों को अलग-अलग दिखाता है | `false` |
Expand Down
1 change: 1 addition & 0 deletions website/client/src/id/guide/command-line-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- `--header-text <text>`: Teks kustom untuk disertakan dalam header file
- `--instruction-file-path <path>`: Jalur ke file yang berisi instruksi kustom terperinci
- `--include-empty-directories`: Menyertakan direktori kosong dalam output
- `--include-full-directory-structure`: Menampilkan pohon repositori lengkap di bagian Struktur Direktori, bahkan saat menggunakan pola --include
- `--include-diffs`: Menyertakan diff git dalam output (menyertakan perubahan pohon kerja dan perubahan staged secara terpisah)
- `--include-logs`: Menyertakan log git dalam output (menyertakan riwayat commit dengan tanggal, pesan, dan jalur file)
- `--include-logs-count <count>`: Jumlah commit log git yang akan disertakan (default: 50)
Expand Down
1 change: 1 addition & 0 deletions website/client/src/id/guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ File konfigurasi JavaScript bekerja sama seperti TypeScript, mendukung `defineCo
| `output.copyToClipboard` | Apakah akan menyalin output ke clipboard sistem selain menyimpan file | `false` |
| `output.topFilesLength` | Jumlah file teratas untuk ditampilkan dalam ringkasan. Jika diset ke 0, tidak akan ada ringkasan yang ditampilkan | `5` |
| `output.includeEmptyDirectories` | Apakah akan menyertakan direktori kosong dalam struktur repository | `false` |
| `output.includeFullDirectoryStructure` | Saat menggunakan pola `include`, apakah akan menampilkan pohon direktori lengkap (sesuai dengan pola ignore) sambil tetap hanya memproses file yang disertakan. Menyediakan konteks repository lengkap untuk analisis AI | `false` |
| `output.git.sortByChanges` | Apakah akan mengurutkan file berdasarkan jumlah perubahan git. File dengan lebih banyak perubahan muncul di bagian bawah | `true` |
| `output.git.sortByChangesMaxCommits` | Jumlah maksimum commit untuk dianalisis saat menghitung perubahan git. Membatasi kedalaman riwayat untuk performa | `100` |
| `output.git.includeDiffs` | Apakah akan menyertakan perbedaan git dalam output. Menampilkan perubahan work tree dan staged secara terpisah | `false` |
Expand Down
1 change: 1 addition & 0 deletions website/client/src/ja/guide/command-line-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- `--header-text <text>`: 出力の冒頭に含めるカスタムテキスト
- `--instruction-file-path <path>`: 出力に含めるカスタム指示を含むファイルのパス
- `--include-empty-directories`: ディレクトリ構造にファイルのないフォルダを含める
- `--include-full-directory-structure`: --includeパターンを使用する場合でも、ディレクトリ構造セクションにリポジトリ全体のツリーを表示
- `--no-git-sort-by-changes`: Git変更頻度によるファイルのソートをしない(デフォルト:最も変更の多いファイルを優先)
- `--include-diffs`: ワークツリーとステージングされた変更を示すgit diffセクションを追加
- `--include-logs`: メッセージと変更されたファイルを含むgitコミット履歴を追加
Expand Down
1 change: 1 addition & 0 deletions website/client/src/ja/guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ JavaScript設定ファイルはTypeScriptと同様に機能し、`defineConfig`
| `output.copyToClipboard` | ファイルの保存に加えて、出力をシステムクリップボードにコピーするかどうか | `false` |
| `output.topFilesLength` | 要約に表示するトップファイルの数。0に設定すると、要約は表示されません | `5` |
| `output.includeEmptyDirectories` | リポジトリ構造に空のディレクトリを含めるかどうか | `false` |
| `output.includeFullDirectoryStructure` | `include`パターンを使用する際、includeされたファイルのみを処理しながら、完全なディレクトリツリー(ignoreパターンに従う)を表示するかどうか。AI分析のための完全なリポジトリコンテキストを提供します | `false` |
| `output.git.sortByChanges` | Gitの変更回数でファイルをソートするかどうか。変更が多いファイルが下部に表示されます | `true` |
| `output.git.sortByChangesMaxCommits` | Gitの変更を分析する最大コミット数。パフォーマンスのために履歴の深さを制限します | `100` |
| `output.git.includeDiffs` | 出力にGitの差分を含めるかどうか。作業ツリーとステージング済みの変更を別々に表示します | `false` |
Expand Down
Loading
Loading