mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
* main: (161 commits) Changeset version bump (#2688) v3.12.2 (#2693) Add support for different reasoning effort (#2692) Add OpenAI o3 & 4o-mini (#2691) Add consecutive mistake count to diff error telemetry (#2687) refactor(context-menu): handle filename display better (#2684) Changeset version bump (#2683) Fix select dropdown styling (#2682) Changeset version bump (#2676) v3.12.0 (#2674) Fix configuration titles (#2672) feat: Add 'roo.acceptInput' command (#2598) Add xAI provider (#2667) Await checkpoint saves (except the initial) (#2665) Safe JSON parse in ChatRow (#2666) feat: Cost Display in Task Header - Suppress Zero Cost Values and Ensure Visibility for Gemini, OpenAI, LM Studio, and Ollama (#2662) test: limit Jest worker count to 40% per suite (#2658) DRY up the auto-approve toggles (#2664) Expose reasoning effort option for reasoning models on OpenRouter (#2483) Better string normalization for diffs (#2659) ...
43 lines
399 B
Text
43 lines
399 B
Text
.pnpm-store
|
|
dist
|
|
out
|
|
out-*
|
|
node_modules
|
|
coverage/
|
|
|
|
.DS_Store
|
|
|
|
# Builds
|
|
bin/
|
|
roo-cline-*.vsix
|
|
|
|
# Local prompts and rules
|
|
/local-prompts
|
|
|
|
# Test environment
|
|
.test_env
|
|
.vscode-test/
|
|
|
|
# Docs
|
|
docs/_site/
|
|
|
|
# Dotenv
|
|
.env
|
|
.env.*
|
|
!.env.*.sample
|
|
|
|
|
|
#Local lint config
|
|
.eslintrc.local.json
|
|
#Logging
|
|
logs
|
|
|
|
# Roo-specific files
|
|
.roorules*
|
|
.roomodes
|
|
.clinerules
|
|
memory-bank/
|
|
.roo/**
|
|
|
|
# Vite development
|
|
.vite-port
|