Skip to content

v1.2.3

Latest

Choose a tag to compare

@PauloCarv PauloCarv released this 17 Jun 15:50
· 4 commits to main since this release

What's new

Skill output optimisation — reduced context growth

Verbose Composer, Drush, and Docker output is now filtered in the four heaviest skills, significantly reducing how fast the chat context grows during a work session:

  • drupal-init: composer create-project, composer require, and drush site:install output trimmed to 3–5 lines each
  • drupal-stack: docker compose up --build output trimmed to 8 lines
  • drupal-install: composer require output trimmed to 5 lines
  • drupal-analyze: PHPStan output 30→15 lines, PHPCS output 40→20 lines

The didactic 💡 blocks in learning mode are unaffected — they are generated by the agent independently of the raw command output.