mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-04 01:40:45 +08:00
- Implemented CliCommandNode component for executing CLI tools with AI models. - Implemented PromptNode component for constructing AI prompts with context. - Added styling for mode and tool badges in both components. - Enhanced user experience with command and argument previews, execution status, and error handling. test: add comprehensive tests for ask_question tool - Created direct test for ask_question tool execution. - Developed end-to-end tests to validate ask_question tool integration with WebSocket and A2UI surfaces. - Implemented simple and integrated WebSocket tests to ensure proper message handling and surface reception. - Added tool registration test to verify ask_question tool is correctly registered. chore: add WebSocket listener and simulation tests - Added WebSocket listener for A2UI surfaces to facilitate testing. - Implemented frontend simulation test to validate complete flow from backend to frontend. - Created various test scripts to ensure robust testing of ask_question tool functionality.
1 line
4.4 KiB
XML
1 line
4.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"><url><loc>http://localhost:3001/docs/docs/commands/cli/cli-init</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/commands/cli/codex-review</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/commands/general/ccw</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/commands/general/ccw-coordinator</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/commands/general/ccw-debug</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/commands/general/ccw-plan</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/commands/general/ccw-test</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/commands/general/codex-coordinator</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/commands/general/flow-create</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/commands/issue/issue-convert-to-plan</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/commands/issue/issue-discover</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/commands/issue/issue-execute</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/commands/issue/issue-from-brainstorm</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/commands/issue/issue-new</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/commands/issue/issue-plan</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/commands/issue/issue-queue</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/commands/memory/memory-compact</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/commands/memory/memory-docs-full-cli</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/commands/memory/memory-docs-related-cli</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/commands/memory/memory-load</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/commands/memory/memory-update-full</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/commands/memory/memory-update-related</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/faq</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/overview</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/workflows/faq</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/workflows/introduction</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/workflows/level-1-ultra-lightweight</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/workflows/level-2-rapid</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/workflows/level-3-standard</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/workflows/level-4-brainstorm</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>http://localhost:3001/docs/docs/workflows/level-5-intelligent</loc><changefreq>weekly</changefreq><priority>0.5</priority></url></urlset> |