6f8e09cb92
chore(i18n): sync translations with en-US
...
- Synced translation files based on en-US changes
- Mode: incremental
- Files: app
🤖 Generated with Claude Code GitHub Action
2026-01-07 10:27:11 +00:00
4c8c6cfba1
Merge 0eca1f671b into 187bfafe8b
2026-01-07 10:23:09 +00:00
0eca1f671b
ci: Update i18n translation workflow using Claude.
2026-01-07 18:21:53 +08:00
ba0409bab2
Reapply "test(i18n): trigger CI with test translation key"
...
This reverts commit 228dc7d005 .
2026-01-07 18:08:28 +08:00
33e7cfb9f7
chore(i18n): update GitHub Actions versions
...
- Update actions/checkout from v4 to v6
- Update actions/setup-node from v4 to v6
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-07 17:43:03 +08:00
228dc7d005
Revert "test(i18n): trigger CI with test translation key"
...
Revert "test(i18n): add pull_request trigger for CI testing"
This reverts commits 7130bbebfe and 7051d96841 .
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-07 17:42:42 +08:00
7130bbebfe
test(i18n): trigger CI with test translation key
...
- Update actions/checkout to v6
- Update actions/setup-node to v6
- Add test key to en-US/app.json to trigger workflow
- Will be reverted after testing
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-07 17:28:31 +08:00
7051d96841
test(i18n): add pull_request trigger for CI testing
...
Temporary change to test workflow in PR CI.
Will be reverted after testing.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-07 17:26:09 +08:00
e948e5a4e0
fix(i18n): remove invalid model name from claude_args
...
Remove --model claude-sonnet-4-5-20250929 as it's not a valid model identifier.
Let Claude Code Action use its default model instead.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-07 17:25:32 +08:00
38d3a45258
fix(i18n): add pnpm and Node.js setup steps
...
pnpm is not pre-installed on GitHub ubuntu runners.
Add pnpm/action-setup and setup-node before Claude Code action.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-07 17:23:28 +08:00
713233d23a
fix(i18n): use official github_token input parameter
...
Replace custom GH_TOKEN env with official github_token input:
- github_token is the official parameter per action.yml
- Action automatically sets GITHUB_TOKEN and GH_TOKEN internally
- Remove unnecessary use_oauth parameter
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-07 17:14:15 +08:00
b7ef9791bf
fix(i18n): add GH_TOKEN env for gh CLI authentication
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-07 17:10:08 +08:00
e5d105d966
fix(i18n): add --allowedTools to enable git/gh commands
...
Allow Claude to use git and gh commands for PR creation:
- Bash(git:*) - git operations
- Bash(gh:*) - GitHub CLI for PR creation
- Bash(pnpm:*) - package manager commands
- Read,Write,Edit,Glob,Grep - file operations
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-07 17:08:46 +08:00
7d1bb1445f
fix(i18n): add PR creation step to Claude Code workflow
...
- Add PHASE 4: COMMIT AND CREATE PR instructions
- Configure git user for commits
- Add timeout_minutes parameter
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-07 17:06:52 +08:00
4f6f3dada1
[autofix.ci] apply automated fixes
2026-01-07 09:05:52 +00:00
fd2f20b678
Update web/i18n-config/README.md
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-01-07 17:04:07 +08:00
3b9de6837b
[autofix.ci] apply automated fixes
2026-01-07 08:59:14 +00:00
521d19e036
feat(i18n): migrate translation workflow to Claude Code GitHub Actions
...
- Replace Bing translate with Claude Code Action
- Support three change scenarios: ADD, UPDATE, DELETE
- Include lint:fix step for JSON key sorting
- Update pnpm-lock.yaml after removing bing-translate-api
Deleted:
- web/scripts/auto-gen-i18n.js
- .github/workflows/translate-i18n-base-on-english.yml
Added:
- .github/workflows/translate-i18n-claude.yml
Modified:
- web/package.json (removed i18n:gen, bing-translate-api)
- web/i18n-config/README.md
- web/pnpm-lock.yaml
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-07 16:55:06 +08:00
187bfafe8b
fix: fix assign value stand as default ( #30651 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-07 14:54:11 +08:00
666640f7d5
refactor: remove unnecessary type: ignore from rag_pipeline_fields.py ( #30666 )
...
Co-authored-by: fghpdf <fghpdf@users.noreply.github.com >
2026-01-07 14:40:35 +08:00
160b4d194b
fix: signin page stuck on loading when refresh token valid but access token expired ( #30675 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-07 14:20:38 +08:00
e335cd0ef4
refactor(web): remove useMixedTranslation, better resource loading ( #30630 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-07 13:20:09 +08:00
357548ca07
chore: rename ralph-wiggum plugin to ralph-loop ( #30664 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-07 10:25:52 +08:00
ace8ad429f
fix: fix not record access token ( #30654 )
2026-01-07 10:19:14 +08:00
93faa672cc
fix: add DB_TYPE environment variable to unit tests ( #30660 )
...
Co-authored-by: fghpdf <fghpdf@users.noreply.github.com >
2026-01-07 10:16:17 +08:00
9c6c2a3c14
chore: add skill creator for create agent skills ( #30652 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-07 10:07:35 +08:00
4f0fb6df2b
chore: use from __future__ import annotations ( #30254 )
...
Co-authored-by: Dev <dev@Devs-MacBook-Pro-4.local >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org >
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com >
2026-01-06 23:57:20 +09:00
0294555893
refactor: port api/fields/file_fields.py ( #30638 )
2026-01-06 22:55:58 +08:00
55de731f9c
refactor(api): clarify published RAG pipeline invoke naming ( #30644 )
2026-01-06 23:48:06 +09:00
9b128048c4
refactor: restructure DatasetCard component for improved readability and maintainability ( #30617 )
...
Co-authored-by: CodingOnStar <hanxujiang@dify.ai >
2026-01-06 21:57:21 +08:00
f57aa08a3f
fix: flask db check fails due to nullable mismatch between migrations and models ( #30474 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
Co-authored-by: Maries <xh001x@hotmail.com >
2026-01-06 20:23:59 +08:00
44d7aaaf33
fix: prevent empty state flash and add skeleton loading for app list ( #30616 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-01-06 20:19:22 +08:00
7beed12eab
refactor(web): migrate legacy forms to TanStack Form ( #30631 )
2026-01-06 20:18:27 +08:00
64bfcbc4a9
feat: implement dataset creation step one with preview functionality ( #30507 )
...
Co-authored-by: CodingOnStar <hanxujiang@dify.ai >
2026-01-06 18:59:18 +08:00
2cc89d30db
feat: use more universal C.UTF-8 instead of en_US.UTF-8 ( #30621 )
2026-01-06 16:39:04 +08:00
5661f821c3
chore: bump pnpm version in packageManager ( #30605 )
2026-01-06 15:24:25 +08:00
1f5d744cc2
fix(db): parameterize sessionmaker with Session ( #30612 )
2026-01-06 15:23:50 +08:00
68d68a46a0
refactor: generate_url to support scenario to build url ( #30598 )
2026-01-06 14:53:38 +08:00
d12b91a01a
refactor(api): inject sessionmaker into conversation variable updater ( #30609 )
2026-01-06 14:52:59 +08:00
f3ca8be9f9
refactor: clean type: ignore comments in login.py and template_transformer.py ( #30510 )
...
Signed-off-by: majiayu000 <1835304752@qq.com >
2026-01-06 14:33:27 +08:00
4f74e90f51
fix: _model_to_insertion_dict missing id ( #30603 )
2026-01-06 14:13:29 +08:00
d6e9c3310f
feat: Add conversation variable persistence layer ( #30531 )
2026-01-06 14:05:33 +08:00
b2124a7358
feat: init rsc support for translation ( #30596 )
2026-01-06 13:23:03 +08:00
89463cc11d
fix: allow unauthenticated CORS preflight for embedded bots ( #30587 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-06 11:40:34 +08:00
114a34e008
fix: correct docx hyperlink extraction ( #30360 )
2026-01-06 11:24:26 +08:00
f320fd5f95
refactor: port controllers/console/app/app.py ( #30522 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-06 10:12:52 +08:00
061d552928
feat: unified management stop event ( #30479 )
2026-01-06 10:12:05 +08:00
eccf79a710
chore: remove unused link icon type ( #30469 )
2026-01-06 10:10:06 +08:00
7e3bfb9250
refactor: split changes for api/controllers/console/datasets/hit_test… ( #30581 )
2026-01-06 10:08:09 +08:00
f14c3ce15e
fix: system model selector loading state flash ( #30572 )
2026-01-06 10:07:42 +08:00