Toggle Taste learnings displays

Aberta
#782 1 comentário 0 reações 0 responsáveis Ver no GitHub

Ninguém assumiu esta issue ainda.

Avaliação

Dificuldade
3/5
Tempo estimado
1-2 dias
Facilidade para iniciantes
52/100
Tipo de issue
Funcionalidade
Clareza
Razoavelmente clara
Status de atividade
Ativa
Domínio
ai, cli

Direção de pesquisa

Comece localizando o código de CLI que renderiza as mensagens „TASTE Learned“, „Reinforced“ e „Moved“ e lida com as atualizações de taste.md; a issue não especifica arquivos-fonte nem testes. Adicione um alternador controlado pelo usuário que mantenha o aprendizado em taste.md, mas suprima essas exibições, e verifique se as atualizações silenciosas continuam sendo gravadas em taste.md enquanto a saída normal permanece inalterada.

Escrita pelo modelo de indexação a partir do texto da issue.

Descrição

Summary

I've had extreme amounts of output from taste.md learnings, so much so that sometimes the output from taste.md is much more that the actually needed output. In such cases it would be handy to have a toggle option to keep toggle taste learning display.

Here is an eg
output is interleaved with taste info + 2 blocks of taste op for each block of actual info

❯ ok then give me a better way 
  explain approach 1 to me     

✻ Thought for 1 second [ctrl+o to expand]

⠶ Approach 1 — sizeof works because the compiler knows the array size at compile time in
  the same scope where it was declared:

  char *a[] = {"hello", "world"};
    size_t n = sizeof(a) / sizeof(a[0]);   // 2

  sizeof(a) gives the total bytes — 2 pointers × 8 bytes = 16 on 64-bit. sizeof(a[0])
  gives one pointer = 8 bytes. 16/8 = 2. It's computed at compile time, no runtime cost,
   no sentinel needed.

 TASTE  Reinforced
 └ Asks conceptual "why" questions to understand the underlying logic/reasoning behind
   a suggested fix before applying it, rather than blindly following instructions 
   [Confidence 70% → 80%]
   taste.md

 TASTE  Reinforced
 └ Asks conceptual "why" questions to understand the underlying logic/reasoning behind
   a suggested fix before applying it, rather than blindly following instructions 
   [Confidence 70% → 80%]
   --prefers-the-assistant-to-first-read-and-understand-the-problem-spec-(e.g.,-lab-pdf
   )-and-existing-code-progress,-then-wait-for-explicit-instructions-before-making-chan
   ges.-confidence:-0.7/taste.md

  But it only works when a is the actual array. Pass it to a function, it decays to
  char** and sizeof(a) becomes just the pointer size (8), so the trick fails.

  The better way for runtime use: pass the size along with the array.

  void f(char **a, size_t count);

  That's what every real C API does (argc/argv style). It's simple, explicit, never
  reads out of bounds, and you know the count the moment you built the array — no
  guessing, no sentinel, no UB.

 TASTE  Moved
 └ - Prefers the assistant to first read and understand the problem spec (e.g., lab
   PDF) and existing code progress, then wait for explicit instructions before making
   changes. Confidence: 0.7
   --prefers-the-assistant-to-first-read-and-understand-the-problem-spec-(e.g.,-lab-pdf
   )-and-existing-code-progress,-then-wait-for-explicit-instructions-before-making-chan
   ges.-confidence:-0.7/taste.md

 TASTE  Moved
 └ - Prefers the assistant to first read and understand the problem spec (e.g., lab
   PDF) and existing code progress, then wait for explicit instructions before making
   changes. Confidence: 0.7
   --prefers-the-assistant-to-first-read-and-understand-the-problem-spec-(e.g.,-lab-pdf
   )-and-existing-code-progress,-then-wait-for-explicit-instructions-before-making-chan
   ges.-confidence:-0.7/taste.md

 ✻ Worked for 7s

So just to clarify I want taste learning, but I do not want to annoyed by its "learning" each and every time

Expected Behavior

Silent updates to taste.md

Actual Behavior

I asked it to stop showing me these outputs and this is the response.

 TASTE  Learned
 └ Does not want taste-learning updates/pop-ups surfaced or referenced during the
   conversation; still wants the assistant to keep learning their taste silently in the
   background [Confidence 95%]
   taste.md
Steps to reproduce the issue

Do anything

Command Code Version

1.39.2

Operating System

Linux

Terminal/IDE

VSCode

Shell

zsh

Session file (optional)

No response

Fix prompt (optional)

No response

Additional context

No response

Linguagem predominante
Sem dados de linguagem
Estrelas
4k
Forks
350
Métricas de merge de PRs
Nenhum PR com merge em 30d

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Primeiros passos

  1. Leia a issue inteira e depois o guia de contribuição do projeto.
  2. Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
  3. Faça um fork do repositório e trabalhe em uma branch.
  4. Abra um pull request que referencie o número da issue.

Mais de CommandCodeAI/command-code

Todas as issues de CommandCodeAI/command-code

Issues semelhantes

Mais issues de AI Infra & Agents

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.