LIghtJUNction
5d22db51ad
fix: resolve merge conflicts and complete dashboard API migration
2026-06-26 09:50:15 +08:00
dependabot[bot]
6a343b7656
chore(deps): bump actions/checkout in the github-actions group ( #8963 )
...
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
Updates `actions/checkout` from 6 to 7
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-24 21:47:39 +08:00
Soulter
1283421339
fix: update workflow names to improve readability
2026-06-21 14:17:36 +08:00
Weilong Liao
1b0f5cb0d3
fix: keep WebUI assets in sync with core version ( #8901 )
...
* fix: keep WebUI assets in sync with core version
* fix: import dashboard version before bundled fallback
* fix: remove stale WebUI dist robustly
2026-06-19 22:46:38 +08:00
Weilong Liao
5888631ed5
feat: add hosted core package downloads ( #8888 )
...
* feat: add hosted core package downloads
* Potential fix for pull request finding 'CodeQL / Incomplete URL substring sanitization'
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* fix: validate hosted core package archive
* fix: validate hosted dashboard package archive
---------
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2026-06-19 12:44:31 +08:00
dependabot[bot]
ee1cab2dde
chore(deps): bump pnpm/action-setup in the github-actions group ( #8808 )
...
Bumps the github-actions group with 1 update: [pnpm/action-setup](https://github.com/pnpm/action-setup ).
Updates `pnpm/action-setup` from 6.0.8 to 6.0.9
- [Release notes](https://github.com/pnpm/action-setup/releases )
- [Commits](https://github.com/pnpm/action-setup/compare/v6.0.8...v6.0.9 )
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-version: 6.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-16 11:03:57 +08:00
AnegasakiNene
26beaaa938
feat(ci): allow conventional PR title prefixes ( #8665 )
...
* feat(ci): allow conventional PR title prefixes
* fix(ci): clarify PR title examples
2026-06-13 16:39:02 +08:00
dependabot[bot]
b321499e00
chore(deps): bump codecov/codecov-action from 6 to 7 in the github-actions group
...
Bumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action ).
Updates `codecov/codecov-action` from 6 to 7
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-10 16:43:47 +08:00
LIghtJUNction
a3ba7bd9ee
merge: master into dev
2026-06-08 01:32:39 +08:00
dependabot[bot]
92b2ce872c
chore(deps): bump docker/setup-qemu-action in the github-actions group ( #8533 )
...
Bumps the github-actions group with 1 update: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ).
Updates `docker/setup-qemu-action` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v4.0.0...v4.1.0 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-version: 4.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-03 10:27:06 +08:00
LIghtJUNction
a368609208
Merge remote-tracking branch 'origin/master' into dev
...
# Conflicts:
# astrbot/core/astr_main_agent.py
# astrbot/core/db/__init__.py
# astrbot/core/db/vec_db/faiss_impl/document_storage.py
# astrbot/core/message/components.py
# astrbot/core/pipeline/process_stage/method/agent_sub_stages/internal.py
# astrbot/core/platform/sources/qqofficial/qqofficial_message_event.py
# astrbot/core/platform/sources/qqofficial/qqofficial_platform_adapter.py
# astrbot/core/platform/sources/qqofficial_webhook/qo_webhook_server.py
# astrbot/core/provider/sources/anthropic_source.py
# astrbot/core/provider/sources/openai_source.py
# astrbot/dashboard/routes/command.py
# astrbot/dashboard/routes/static_file.py
# astrbot/dashboard/server.py
# dashboard/package.json
# dashboard/src/components/chat/ChatInput.vue
# dashboard/src/components/chat/ChatMessageList.vue
# dashboard/src/components/chat/MessageList.vue
# dashboard/src/components/chat/StandaloneChat.vue
# dashboard/src/components/chat/message_list_comps/ReasoningBlock.vue
# dashboard/src/components/provider/ProviderSourcesPanel.vue
# dashboard/src/components/shared/ExtensionCard.vue
# dashboard/src/components/shared/ListConfigItem.vue
# dashboard/src/composables/useProviderSources.ts
# dashboard/src/utils/providerUtils.js
# dashboard/src/views/extension/InstalledPluginsTab.vue
# docs/zh/dev/star/plugin.md
2026-05-30 16:59:16 +08:00
dependabot[bot]
284c4082f3
chore(deps): bump the github-actions group with 3 updates ( #8335 )
...
Bumps the github-actions group with 3 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ), [docker/login-action](https://github.com/docker/login-action ) and [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `docker/setup-buildx-action` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v4.0.0...v4.1.0 )
Updates `docker/login-action` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v4.1.0...v4.2.0 )
Updates `docker/build-push-action` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v7.1.0...v7.2.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-version: 4.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: docker/login-action
dependency-version: 4.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: docker/build-push-action
dependency-version: 7.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-27 12:00:42 +08:00
LIghtJUNction
ec0baa4dc0
Merge remote-tracking branch 'origin' into dev
2026-05-19 21:23:04 +08:00
LIghtJUNction
987099d4cb
chore: merge origin/master into dev
2026-05-19 21:15:22 +08:00
dependabot[bot]
de0a7afdcf
chore(deps): bump pnpm/action-setup in the github-actions group ( #8233 )
...
Bumps the github-actions group with 1 update: [pnpm/action-setup](https://github.com/pnpm/action-setup ).
Updates `pnpm/action-setup` from 6.0.7 to 6.0.8
- [Release notes](https://github.com/pnpm/action-setup/releases )
- [Commits](https://github.com/pnpm/action-setup/compare/v6.0.7...v6.0.8 )
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-version: 6.0.8
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-19 13:21:03 +09:00
dependabot[bot]
1d3f54ca49
chore(deps): bump pnpm/action-setup in the github-actions group ( #8156 )
...
Bumps the github-actions group with 1 update: [pnpm/action-setup](https://github.com/pnpm/action-setup ).
Updates `pnpm/action-setup` from 6.0.5 to 6.0.7
- [Release notes](https://github.com/pnpm/action-setup/releases )
- [Commits](https://github.com/pnpm/action-setup/compare/v6.0.5...v6.0.7 )
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-version: 6.0.7
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-12 23:16:19 +08:00
dependabot[bot]
4bcaaab44f
chore(deps): bump pnpm/action-setup in the github-actions group ( #8004 )
...
Bumps the github-actions group with 1 update: [pnpm/action-setup](https://github.com/pnpm/action-setup ).
Updates `pnpm/action-setup` from 6.0.3 to 6.0.5
- [Release notes](https://github.com/pnpm/action-setup/releases )
- [Commits](https://github.com/pnpm/action-setup/compare/v6.0.3...v6.0.5 )
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-version: 6.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-09 22:16:30 +08:00
LIghtJUNction
a5141e272a
ci(dashboard): add biome lint check to CI workflow
...
Run `pnpm lint:check` before build to catch format and import issues early.
Biome's noUnusedVariables is disabled for Vue files since biome cannot
detect variables used in <template> blocks.
2026-04-29 17:42:58 +08:00
LIghtJUNction
0208dbb15f
Merge branch 'master' of https://github.com/AstrBotDevs/AstrBot into dev
...
# Conflicts:
# dashboard/vite.config.ts
2026-04-29 02:16:18 +08:00
dependabot[bot]
9016a3b2c4
chore(deps): bump pnpm/action-setup in the github-actions group ( #7857 )
...
Bumps the github-actions group with 1 update: [pnpm/action-setup](https://github.com/pnpm/action-setup ).
Updates `pnpm/action-setup` from 5.0.0 to 6.0.3
- [Release notes](https://github.com/pnpm/action-setup/releases )
- [Commits](https://github.com/pnpm/action-setup/compare/v5.0.0...v6.0.3 )
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-version: 6.0.3
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-28 14:57:31 +08:00
LIghtJUNction
33ec7bbf9c
merge: master -> dev
2026-04-23 01:12:06 +08:00
Soulter
00689604b4
chore: bump version to 4.23.2
2026-04-19 17:50:03 +08:00
LIghtJUNction
4d1e0ef1be
merge: resolve conflicts from upstream
...
Conflict resolution: accepted HEAD versions for all conflicted files.
2026-04-15 17:03:54 +08:00
Kangyang Ji
11dedf3802
improve dashboard and docs ci to pnpm and cache ( #7522 )
2026-04-14 16:10:43 +08:00
dependabot[bot]
b342cf9997
chore(deps): bump the github-actions group with 3 updates ( #7524 )
...
Bumps the github-actions group with 3 updates: [docker/build-push-action](https://github.com/docker/build-push-action ), [actions/github-script](https://github.com/actions/github-script ) and [pnpm/action-setup](https://github.com/pnpm/action-setup ).
Updates `docker/build-push-action` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v7.0.0...v7.1.0 )
Updates `actions/github-script` from 8 to 9
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v8...v9 )
Updates `pnpm/action-setup` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/pnpm/action-setup/releases )
- [Commits](https://github.com/pnpm/action-setup/compare/v5.0.0...v6.0.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: 7.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions/github-script
dependency-version: '9'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: pnpm/action-setup
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-14 08:48:15 +08:00
Soulter
afeda9b82a
fix: downgrade python-ripgrep version to 0.0.8 in dependencies ( #7514 )
...
* fix: downgrade python-ripgrep version to 0.0.8 in dependencies
* fix: update smoke test workflow to support multiple OS and Python versions
2026-04-13 20:54:18 +08:00
LIghtJUNction
43156d6eac
Merge branch 'origin/dev' into dev
...
Resolved merge conflicts in:
- func_tool_manager.py: kept origin version (full implementation)
- astr_main_agent*.py: kept HEAD version (complete refactor)
- cron_tools.py: kept HEAD version (with get_all_tools)
- config/default.py: kept HEAD version (DEFAULT_WEB_SEARCH_PROVIDER)
- dashboard/*.vue: kept HEAD version
- web_searcher engines: kept HEAD version
- Added new tools: knowledge_base_tools, message_tools, registry, web_search_tools
2026-04-08 19:45:16 +08:00
dependabot[bot]
c48288d8f6
chore(deps): bump docker/login-action in the github-actions group ( #7401 )
...
Bumps the github-actions group with 1 update: [docker/login-action](https://github.com/docker/login-action ).
Updates `docker/login-action` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v4.0.0...v4.1.0 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 4.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-07 01:12:20 +08:00
LIghtJUNction
fc515d447f
Merge remote-tracking branch 'origin/master' into dev
...
# Conflicts:
# dashboard/src/assets/mdi-subset/materialdesignicons-subset.css
# dashboard/src/i18n/locales/ru-RU/features/cron.json
# dashboard/src/i18n/locales/ru-RU/features/subagent.json
# dashboard/src/views/ConversationPage.vue
# dashboard/src/views/CronJobPage.vue
# dashboard/src/views/SubAgentPage.vue
# pyproject.toml
2026-03-31 17:26:18 +08:00
dependabot[bot]
65a91322e9
chore(deps): bump codecov/codecov-action in the github-actions group ( #7209 )
...
Bumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action ).
Updates `codecov/codecov-action` from 5 to 6
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-31 08:49:43 +08:00
LIghtJUNction
9fe4a0e3d5
merge: resolve ObjectEditor.vue conflict from master
2026-03-24 18:24:00 +08:00
dependabot[bot]
39d3741e4c
chore(deps): bump pnpm/action-setup in the github-actions group ( #6862 )
...
Bumps the github-actions group with 1 update: [pnpm/action-setup](https://github.com/pnpm/action-setup ).
Updates `pnpm/action-setup` from 4.4.0 to 5.0.0
- [Release notes](https://github.com/pnpm/action-setup/releases )
- [Commits](https://github.com/pnpm/action-setup/compare/v4.4.0...v5.0.0 )
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-24 09:08:07 +08:00
LIghtJUNction
b1d048ca5c
chore: resolve merge conflicts (prefer HEAD)
2026-03-22 19:50:26 +08:00
Ruochen Pan
554c9cecfa
feat: fix preserve escaped newlines in frontmatter & update tests & ci workflows ( #6783 )
2026-03-22 14:23:21 +08:00
LIghtJUNction
f6945e0992
chore: remove deploy-dashboard.yml
2026-03-18 17:25:33 +08:00
LIghtJUNction
7fd02cc76a
Merge branch 'master' into dev
2026-03-18 17:22:50 +08:00
鸦羽
c22e1f6a4d
fix: restrict workflows to upstream repo ( #6531 )
2026-03-17 23:35:16 +08:00
LIghtJUNction
f6321be8c8
sync
2026-03-17 16:51:45 +08:00
dependabot[bot]
437adead28
chore(deps): bump the github-actions group with 2 updates ( #6461 )
...
Bumps the github-actions group with 2 updates: [ncipollo/release-action](https://github.com/ncipollo/release-action ) and [actions/github-script](https://github.com/actions/github-script ).
Updates `ncipollo/release-action` from 1.20.0 to 1.21.0
- [Release notes](https://github.com/ncipollo/release-action/releases )
- [Commits](https://github.com/ncipollo/release-action/compare/v1.20.0...v1.21.0 )
Updates `actions/github-script` from 7 to 8
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: ncipollo/release-action
dependency-version: 1.21.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions/github-script
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-17 13:53:37 +08:00
LIghtJUNction
1c7c2ee0cd
chore: Delete .github/workflows/pr-checklist-check.yml
2026-03-17 10:18:08 +08:00
Soulter
ed47420678
ci: add pr check
2026-03-17 01:07:22 +08:00
Soulter
0c71d351ee
chore: revise PULL_REQUEST_TEMPLATE
2026-03-16 22:20:48 +08:00
LIghtJUNction
f00ba5adc6
chore(github): 更新 PR 模板以区分 dev 和 master 提交规则
2026-03-16 21:43:14 +08:00
LIghtJUNction
3f24f82486
Merge branch 'master' into dev
2026-03-16 17:02:15 +08:00
LIghtJUNction
b795f804a7
更新 pr-checklist-check.yml
2026-03-16 02:51:39 +08:00
LIghtJUNction
bc3b5e58a4
更新 pr-checklist-check.yml
2026-03-16 02:44:05 +08:00
LIghtJUNction
7e3c32b828
更新 pr-checklist-check.yml
2026-03-16 02:29:33 +08:00
LIghtJUNction
ceb32dce9f
更新 pr-checklist-check.yml
2026-03-16 02:24:01 +08:00
LIghtJUNction
84e880af5f
更新 pr-checklist-check.yml
2026-03-16 02:21:05 +08:00
LIghtJUNction
6b3868b4be
Update pr-checklist-check.yml
2026-03-16 02:11:15 +08:00