From 5ca3c39da7854a753d8535465ec42bebfa3fcf8e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 19 Jul 2025 16:45:29 +0300 Subject: feat: add aichat support for showcase project descriptions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add --ai-tool flag to showcase command (default: claude) - Support aichat as alternative to claude for generating project summaries - When using aichat, read README.md and pipe it as input - Update documentation and examples - Bump version to 0.8.1 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- test-config.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test-config.json (limited to 'test-config.json') diff --git a/test-config.json b/test-config.json new file mode 100644 index 0000000..28dbfb9 --- /dev/null +++ b/test-config.json @@ -0,0 +1,16 @@ +{ + "organizations": [ + { + "host": "github.com", + "name": "test-org", + "github_token": "test-token" + }, + { + "host": "codeberg.org", + "name": "test-org", + "codeberg_token": "test-token" + } + ], + "repositories": ["test-repo"], + "work_dir": "/tmp/gitsyncer-test" +} \ No newline at end of file -- cgit v1.2.3