Back to the catalog

sumcontext

Extension Gemini CLI – Génération d'un sommaire structuré de la conversation.

Open source Open in the app JSON README (API)

About

Extension Gemini CLI – Génération d'un sommaire structuré de la conversation.

Details

Kind
Plugins
Topic
AI, RAG & memory
Publisher
wenrolland
Origin
gemini
Category
ferramentas
Version
1.0.0
Stars
2
Last push
2025-11-07T00:11:03Z
Repository state
ativo
License
Apache-2.0
Added
2026-08-30 14:13:39
Updated
2026-08-30 14:13:39
Origin id
wenrolland/sumcontext_gemini_cli_extension

README

# sumcontext
## English Version
### Overview

After long minutes, or even hours, of conversation with Gemini, you may need to take stock of everything that has been said. The `/sumcontext-en` command is a custom command that allows you to generate a structured summary of the conversation.

### How to use it

Nothing could be simpler!

- After a conversation filled with information, enter the `/sumcontext-en` command.
- The LLM will generate a context summary from the beginning of the conversation or up to the most recent summary.

You can also add instructions at the end of the command like this:

```bash
/sumcontext-en Don't use bullet points, write a text instead.
```
Gemini CLI will probably ask you to confirm contradictory instructions. Simply validate what you want and proceed.

## Installation for Gemini CLI

Install directly from GitHub:

```bash
gemini extensions install https://github.com/wenrolland/sumcontext_Gemini_CLI_Extension.git
```
---
## Version Française
### Aperçu

Après de longues minutes, ou même heures, de conversation avec Gemini, il est probable que vous ayez besoin de faire le point sur tout ce qui a été dit. La commande `/sumcontext-fr` est une commande personnalisée qui permet de générer un résumé structuré de la conversation.

### Comment l'utiliser

Rien de plus simple !

- Après une conversation bien remplie d'informations, entrez la commande `/sumcontext-fr`.
- Le LLM générera un sommaire du contexte depuis le début de la conversation ou jusqu'au plus récent sommaire.

Vous pouvez également ajouter des instructions à la fin de la commande, comme ceci :
```bash
/sumcontext-fr N'utilise pas de puces, rédige plutôt du texte.
```
Gemini CLI vous demandera probablement de confirmer des instructions contradictoires. Il vous suffit de valider ce que vous souhaitez et de poursuivre.

## Installation pour Gemini CLI

Installer directement depuis GitHub :

```bash
gemini extensions install https://github.com/wenrolland/sumcontext_Gemini_CLI_Extension.git
```

More