From 1b5758b710adc4b6123bc97435878c48fac9402f Mon Sep 17 00:00:00 2001 From: "capy-ai[bot]" <230910855+capy-ai[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 18:30:16 +0000 Subject: [PATCH] Update hooks configuration --- .capy/settings.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .capy/settings.json diff --git a/.capy/settings.json b/.capy/settings.json new file mode 100644 index 000000000..f13bc833f --- /dev/null +++ b/.capy/settings.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://capy.ai/settings.schema.json", + "hooks": { + "previews": [ + { + "name": "localhost", + "port": 3000 + } + ], + "context": { + "maxOutputLength": 2000 + } + } +}