Roo-Code/locales/es
Daniel 61e122dc34
Codebase indexing (Clean history) (#3137)
* feat: apply changes from local main

* fix: add missing types

* feat: deduplicate code blocks coming out of parser

* feat: implement a cache manager to improve cache handling

* refactor: move code index service initialization to extension and remove await from indexing process

* fix: return undefined instead of throwing if no workspace is detected

* feat: allow auto approve if it is active for read tools

* refactor: improve UI of the results and allow opening the ranges directly in the editor

* refactor: use dependency injection to improve performance

* feat: implement result filtering by directory path

* refactor: centralize path normalization logic

* refactor: remove unnecessary barrel file

* refactor: prevent restarting the service if no settings change

* fix: the indexing process should never be awaited

* refactor: cleanup unused method

* refactor: remove batch limits for ollama

* refactor(parser): simplify method signatures and improve chunking logic

- Remove redundant min/max chars parameters
- Add better handling for oversized lines
- Improve chunking logic with segment handling
- Clean up method signatures and parameter ordering

* fix(settings): make select inputs full width in CodeIndexSettings

* refactor: increase max list file limit

* feat(ui): improve codebase search result display formatting

* test: add tests for cache and config managers

* test: create unit tests for parser and scanner

* feat(parser): improve segment hash uniqueness

- Added startCharIndex to segment hash calculation in _chunkTextByLines
- Track character position when splitting oversized lines
- Ensures unique identification of segments from same line

* feat(file-watcher): add error logging and optional ignoreController injection

* fix: allow getting the state if the service is disabled

* fix: set the embedding models when cline provider is initialized

* feat: use zod to validate form

* feat(file-watcher): enhance file watcher for batched deletions and improved vector store interactions

Improve file watcher to handle file deletions in batches and optimize vector store operations.

* feat(CodeIndexSettings): move OpenAI key input to a conditional rendering block

* feat(CodeIndexSettings): update button visibility based on indexing status

* feat(file-watcher): refactor vscode mock and enhance file watcher tests

* fix(CodeIndexManager): do not await startIndexing on configuration changes

* feat(types): add codeIndexOpenAiKey and codeIndexQdrantApiKey to ProviderSettings and IpcMessage

* feat(FileWatcher): enhance file processing with batch operations and new status handling

* fix(webviewMessageHandler): handle errors during CodeIndexManager initialization

* refactor(CodeIndexManager): streamline service creation by consolidating into a single method

* feat(CodeIndex): implement minimum search score configuration and update search methods

* refactor(CodeIndexSettings): replace ApiConfiguration with ProviderSettings and update related methods

* refactor: move contants to centralized file

* refactor(constants): rename CODEBASE_INDEX_SEARCH_MIN_SCORE to SEARCH_MIN_SCORE

* feat(QdrantVectorStore): enhance search functionality with new query structure and indexing

* feat(FileWatcher): implement batch processing and retry logic for upserting points

* fix(CodeIndexSettings): rename setProviderSettingsField to setApiConfigurationField and move model label

* fix(ChatRow): remove limit from search query messages

* refactor(CodebaseSearchResult): remove unused props from component

* feat: implement batch processing for file events in FileWatcher

- Introduced a new mechanism to accumulate file events (create, change, delete) and process them in batches.
- Added debounce functionality to optimize processing frequency.
- Emitted events for batch processing start, progress updates, and completion with detailed summaries.
- Refactored existing processing logic to handle batch deletions and upserts efficiently.
- Enhanced error handling and logging for better traceability during batch operations.

* feat(CodeIndex): implement batch processing and update progress reporting

* fix: define a default url for qdrant

* feat(CodeIndexManager): add initialization check and update startIndexing logic

* feat(CodeIndexSettings): validate Qdrant URL and update settings commitment logic

* feat: refactor progress calculation and update progress bar rendering

* refactor: remove webview provider and related methods

* fix: simplify indexing status update by directly using update values

* feat: integrate .gitignore support into file processing and scanning logic

* fix: update clearCacheFile method to write an empty object instead of deleting the cache file

* Revert this

* Run prettier

* fix: add new dependencies for qdrant client and directory scanner

* feat: add codebase search functionality to localization files

* feat: add localization strings for codebase indexing settings

* feat: integrate CodeIndexSettings into ExperimentalSettings and update settings localization

* refactor: remove console logs from various components for cleaner output

* feat: enhance capabilities section and codebase search tool description

* feat: add code indexing localization for multiple languages

* fix: correct indentation for CodeIndexSettings component in ExperimentalSettings

* refactor: update unit tests to properly test current functionality

* feat: add mock implementation for p-limit and update Jest config

* feat: track file creation, change, and deletion events in accumulatedEvents

* refactor: simplify file watcher tests by removing waitForFileProcessingToFinish and using direct event accumulation

* refactor: mock ContextProxy's getValue method to return current config name in ClineProvider tests

* refactor: mock missing properties required by codebase indexing manager

---------

Co-authored-by: cte <cestreich@gmail.com>
2025-05-23 19:07:19 -06:00
..
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT and CONTRIBUTING documents across multiple lan… (#3254) 2025-05-07 00:45:24 -04:00
CONTRIBUTING.md Moved repo to new org (#3756) 2025-05-20 16:42:18 -04:00
README.md Codebase indexing (Clean history) (#3137) 2025-05-23 19:07:19 -06:00


Únete a la comunidad de Roo Code

Conéctate con desarrolladores, contribuye con ideas y mantente al día con las últimas herramientas de programación impulsadas por IA.

Unirse a Discord Unirse a Reddit



Roo Code (antes Roo Cline)

Descargar en VS Marketplace Solicitudes de Funciones Valorar & Opinar Documentación

Roo Code es un agente de programación autónomo impulsado por IA que vive en tu editor. Puede:

  • Comunicarse en lenguaje natural
  • Leer y escribir archivos directamente en tu espacio de trabajo
  • Ejecutar comandos en terminal
  • Automatizar acciones del navegador
  • Integrarse con cualquier API/modelo compatible con OpenAI o personalizado
  • Adaptar su "personalidad" y capacidades a través de Modos Personalizados

Ya sea que busques un socio de programación flexible, un arquitecto de sistemas o roles especializados como ingeniero de control de calidad o gestor de productos, Roo Code puede ayudarte a construir software de manera más eficiente.

Consulta el CHANGELOG para ver actualizaciones detalladas y correcciones.


🎉 Roo Code 3.18 Lanzado

¡Roo Code 3.18 trae potentes nuevas funcionalidades y mejoras basadas en tus comentarios!

  • Modelos de vista previa Gemini 2.5 Flash - Accede a los últimos modelos Gemini Flash para obtener respuestas más rápidas y eficientes.
  • Botón inteligente de condensación de contexto - Nuevo botón en la cabecera de tareas que te permite condensar contenido de forma inteligente con retroalimentación visual.
  • Soporte YAML para definiciones de modo - Crea y personaliza modos más fácilmente con soporte YAML.

¿Qué puede hacer Roo Code?

  • 🚀 Generar código a partir de descripciones en lenguaje natural
  • 🔧 Refactorizar y depurar código existente
  • 📝 Escribir y actualizar documentación
  • 🤔 Responder preguntas sobre tu base de código
  • 🔄 Automatizar tareas repetitivas
  • 🏗️ Crear nuevos archivos y proyectos

Inicio rápido

  1. Instalar Roo Code
  2. Conectar tu proveedor de IA
  3. Probar tu primera tarea

Características principales

Múltiples modos

Roo Code se adapta a tus necesidades con modos especializados:

  • Modo Código: Para tareas generales de programación
  • Modo Arquitecto: Para planificación y liderazgo técnico
  • Modo Consulta: Para responder preguntas y proporcionar información
  • Modo Depuración: Para diagnóstico sistemático de problemas
  • Modos personalizados: Crea un número ilimitado de personas especializadas para auditoría de seguridad, optimización de rendimiento, documentación o cualquier otra tarea

Herramientas inteligentes

Roo Code viene con potentes herramientas que pueden:

  • Leer y escribir archivos en tu proyecto
  • Ejecutar comandos en tu terminal de VS Code
  • Controlar un navegador web
  • Usar herramientas externas a través de MCP (Model Context Protocol)

MCP amplía las capacidades de Roo Code al permitirte añadir herramientas personalizadas ilimitadas. Integra con APIs externas, conéctate a bases de datos o crea herramientas de desarrollo especializadas - MCP proporciona el marco para expandir la funcionalidad de Roo Code para satisfacer tus necesidades específicas.

Personalización

Haz que Roo Code funcione a tu manera con:

Recursos

Documentación

Comunidad


Configuración y desarrollo local

  1. Clona el repositorio:
git clone https://github.com/RooCodeInc/Roo-Code.git
  1. Instala dependencias:
npm run install:all
  1. Inicia la vista web (aplicación Vite/React con HMR):
npm run dev
  1. Depuración: Presiona F5 (o EjecutarIniciar depuración) en VSCode para abrir una nueva sesión con Roo Code cargado.

Los cambios en la vista web aparecerán inmediatamente. Los cambios en la extensión principal requerirán un reinicio del host de extensión.

Alternativamente, puedes construir un archivo .vsix e instalarlo directamente en VSCode:

npm run build

Aparecerá un archivo .vsix en el directorio bin/ que se puede instalar con:

code --install-extension bin/roo-cline-<version>.vsix

Usamos changesets para versionar y publicar. Consulta nuestro CHANGELOG.md para ver las notas de lanzamiento.


Ten en cuenta que Roo Code, Inc no hace ninguna representación o garantía con respecto a cualquier código, modelo u otras herramientas proporcionadas o puestas a disposición en relación con Roo Code, cualquier herramienta de terceros asociada, o cualquier resultado. Asumes todos los riesgos asociados con el uso de dichas herramientas o resultados; tales herramientas se proporcionan "TAL CUAL" y "SEGÚN DISPONIBILIDAD". Dichos riesgos pueden incluir, sin limitación, infracciones de propiedad intelectual, vulnerabilidades o ataques cibernéticos, sesgo, imprecisiones, errores, defectos, virus, tiempo de inactividad, pérdida o daño de propiedad y/o lesiones personales. Eres el único responsable de tu uso de dichas herramientas o resultados (incluidas, entre otras, la legalidad, idoneidad y resultados de los mismos).


Contribuciones

¡Amamos las contribuciones de la comunidad! Comienza leyendo nuestro CONTRIBUTING.md.


Colaboradores

¡Gracias a todos nuestros colaboradores que han ayudado a mejorar Roo Code!

mrubens
mrubens
saoudrizwan
saoudrizwan
cte
cte
samhvw8
samhvw8
daniel-lxs
daniel-lxs
a8trejo
a8trejo
ColemanRoo
ColemanRoo
hannesrudolph
hannesrudolph
KJ7LNW
KJ7LNW
stea9499
stea9499
canrobins13
canrobins13
joemanley201
joemanley201
System233
System233
nissa-seru
nissa-seru
jquanton
jquanton
NyxJae
NyxJae
MuriloFP
MuriloFP
d-oit
d-oit
punkpeye
punkpeye
wkordalski
wkordalski
Smartsheet-JB-Brown
Smartsheet-JB-Brown
monotykamary
monotykamary
elianiva
elianiva
feifei325
feifei325
zhangtony239
zhangtony239
cannuri
cannuri
lloydchang
lloydchang
sachasayan
sachasayan
vigneshsubbiah16
vigneshsubbiah16
qdaxb
qdaxb
Szpadel
Szpadel
diarmidmackenzie
diarmidmackenzie
psv2522
psv2522
Premshay
Premshay
lupuletic
lupuletic
shariqriazz
shariqriazz
xyOz-dev
xyOz-dev
pugazhendhi-m
pugazhendhi-m
aheizi
aheizi
olweraltuve
olweraltuve
jr
jr
dtrugman
dtrugman
nbihan-mediware
nbihan-mediware
PeterDaveHello
PeterDaveHello
RaySinner
RaySinner
afshawnlotfi
afshawnlotfi
emshvac
emshvac
kyle-apex
kyle-apex
pdecat
pdecat
Lunchb0ne
Lunchb0ne
vagadiya
vagadiya
arthurauffray
arthurauffray
upamune
upamune
StevenTCramer
StevenTCramer
sammcj
sammcj
p12tic
p12tic
gtaylor
gtaylor
aitoroses
aitoroses
noritaka1166
noritaka1166
philfung
philfung
ross
ross
heyseth
heyseth
taisukeoe
taisukeoe
dlab-anton
dlab-anton
eonghk
eonghk
teddyOOXX
teddyOOXX
vincentsong
vincentsong
yongjer
yongjer
SmartManoj
SmartManoj
ashktn
ashktn
franekp
franekp
yt3trees
yt3trees
benzntech
benzntech
anton-otee
anton-otee
axkirillov
axkirillov
bramburn
bramburn
hassoncs
hassoncs
ChuKhaLi
ChuKhaLi
snoyiatk
snoyiatk
GitlyHallows
GitlyHallows
jcbdev
jcbdev
Chenjiayuan195
Chenjiayuan195
julionav
julionav
SplittyDev
SplittyDev
mdp
mdp
napter
napter
hatsu38
hatsu38
hongzio
hongzio
im47cn
im47cn
shoopapa
shoopapa
jwcraig
jwcraig
kinandan
kinandan
kohii
kohii
lightrabbit
lightrabbit
olup
olup
nevermorec
nevermorec
GOODBOY008
GOODBOY008
dqroid
dqroid
dairui1
dairui1
bannzai
bannzai
axmo
axmo
avtc
avtc
asychin
asychin
amittell
amittell
Yoshino-Yukitaro
Yoshino-Yukitaro
Yikai-Liao
Yikai-Liao
PretzelVector
PretzelVector
zetaloop
zetaloop
zeozeozeo
zeozeozeo
cdlliuy
cdlliuy
student20880
student20880
shohei-ihaya
shohei-ihaya
shaybc
shaybc
seedlord
seedlord
samir-nimbly
samir-nimbly
ronyblum
ronyblum
robertheadley
robertheadley
refactorthis
refactorthis
pokutuna
pokutuna
philipnext
philipnext
oprstchn
oprstchn
nobu007
nobu007
mosleyit
mosleyit
moqimoqidea
moqimoqidea
mlopezr
mlopezr
mecab
mecab
zxdvd
zxdvd
hesara
hesara
DeXtroTip
DeXtroTip
pfitz
pfitz
celestial-vault
celestial-vault
linegel
linegel
dbasclpy
dbasclpy
Deon588
Deon588
dleen
dleen
chadgauth
chadgauth
olearycrew
olearycrew
bogdan0083
bogdan0083
Atlogit
Atlogit
atlasgong
atlasgong
andreastempsch
andreastempsch
alasano
alasano
QuinsZouls
QuinsZouls
HadesArchitect
HadesArchitect
alarno
alarno
adamwlarson
adamwlarson
AMHesch
AMHesch
vladstudio
vladstudio
NamesMT
NamesMT
tmsjngx0
tmsjngx0
tgfjt
tgfjt
maekawataiki
maekawataiki
samsilveira
samsilveira
mr-ryan-james
mr-ryan-james
01Rian
01Rian
RSO
RSO
R-omk
R-omk
Sarke
Sarke
kvokka
kvokka
ecmasx
ecmasx
marvijo-code
marvijo-code
mamertofabian
mamertofabian
monkeyDluffy6017
monkeyDluffy6017
libertyteeth
libertyteeth
shtse8
shtse8
ksze
ksze
Jdo300
Jdo300

Licencia

Apache 2.0 © 2025 Roo Code, Inc.


¡Disfruta Roo Code! Ya sea que lo mantengas con correa corta o lo dejes vagar de forma autónoma, estamos ansiosos por ver lo que construyes. Si tienes preguntas o ideas para nuevas funciones, visita nuestra comunidad de Reddit o Discord. ¡Feliz programación!