Results 16 issues of yyh

### Feature description Recently, terminal-based AI coding tools like Claude Code and Gemini CLI have started gaining traction, especially as VSCode-based AI IDEs become increasingly commercialized. These CLI tools are...

enhancement
triage

## Summary - remove SWR Fetcher typing from common service - expose promise-based helpers for auth/workspace/provider flows to align with TanStack Query usage - preserve request shapes and response generics...

size:XL

## Summary - refactor GenerationItem into focused content/meta sections with shared hooks for workflow tabs and more-like-this state while preserving existing behaviors (including auto-switching to RESULT on new outputs) -...

size:XXL

- **chore: init claude skills for frontend testing** - **chore: update testing.md** - **chore: enhance frontend testing documentation with incremental workflow guidelines and complexity assessment** - **test: add comprehensive tests...

📚 documentation
size:XXL

## Summary Refactor and enhance test coverage for `web/app/components/app/workflow-log/` components by splitting into focused test files. ## Changes Split monolithic `index.spec.tsx` into focused test files: | File | Purpose |...

## Summary This PR adds comprehensive frontend tests for the billing/plan/assets components using the Claude Code frontend-testing skill. ## Changes - Add unit tests for Sandbox, Professional, Team, and Enterprise...

💪 enhancement
size:XXL

Fixes #29609 - **chore: init claude skills for frontend testing** - **chore: update testing.md** - **chore: enhance frontend testing documentation with incremental workflow guidelines and complexity assessment**

size:XXL

## Problem The `autofix.yml` workflow fails intermittently with 504 errors when `uv sync` tries to download `python-build-standalone` from GitHub releases. Ref: [error](https://github.com/langgenius/dify/actions/runs/20188726734/job/57963041077?pr=29608) ``` error: Failed to download cpython-3.11.14+20251209-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz Caused by:...

Fixes #29612 ## Summary Use `actions/setup-python` before `setup-uv` in `autofix.yml` to provide Python from GitHub's official cache, avoiding intermittent 504 errors when uv tries to download `python-build-standalone`. ## Screenshots N/A...

size:S

### Self Checks - [x] I have read the [Contributing Guide](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) and [Language Policy](https://github.com/langgenius/dify/issues/1542). - [x] This is only for refactors or chores; if you would like to ask a...

💪 enhancement