13 Commits

Author SHA1 Message Date
Innei
fcdaf9d814 🔧 chore: update eslint v2 configuration and suppressions (#12133)
* v2 init

* chore: update eslint suppressions and package dependencies

- Removed several eslint suppressions related to array sorting and reversing from eslint-suppressions.json to clean up the configuration.
- Updated @lobehub/lint package version from 2.0.0-beta.6 to 2.0.0-beta.7 in package.json for improvements and bug fixes.
- Made minor formatting adjustments in vitest.config.mts and various SKILL.md files for better readability and consistency.

Signed-off-by: Innei <tukon479@gmail.com>

* fix: clean up import statements and formatting

- Removed unnecessary whitespace in replaceComponentImports.ts for improved readability.
- Standardized import statements in contextEngineering.ts and createAgentExecutors.ts by adding missing spaces for consistency.

Signed-off-by: Innei <tukon479@gmail.com>

* chore: update eslint suppressions and clean up code formatting

* 🐛 fix: use vi.hoisted for mock variable initialization

Fix TDZ error in persona service test by using vi.hoisted() to ensure
mock variables are available when vi.mock factory runs.

---------

Signed-off-by: Innei <tukon479@gmail.com>
2026-02-11 13:04:48 +08:00
YuTengjing
12fb04b88d refactor: move src/config/modelProviders to model-bank 2025-12-25 21:02:19 +08:00
Innei
10e048c9c5 feat: refactor desktop implement with brand new 2.0 2025-12-24 12:54:35 +08:00
CanisMinor
cc2cd35d65 📝 docs: Update README for 2025 (#6185) 2025-02-16 01:50:41 +08:00
CanisMinor
470c186174 🔧 chore: Update Readme Sync Workflow (#5071) 2024-12-18 18:23:02 +08:00
CanisMinor
7253fd5122 📝 docs: Add text-to-image feat (#1089)
* 📝 docs: Add text-to-image feat

* 🔧 chore: Fix readmeWorkflow

* 📝 docs: Update readme

* 📝 docs: Update readme

* 🔧 chore: Replace ts-node, bun with tsx

* 📝 docs: Sync latest plugin list

* 📝 docs: Fix emoji

* 📝 docs: Update docs
2024-01-18 23:50:14 +08:00
Arvin Xu
94c2aa131d 🐛 fix: add chat defaultNS (#929)
* 🐛 fix: add chat defaultNS

* 🌐 fix: add error locale

* 🌐 fix: add error locale
2024-01-03 22:38:55 +08:00
CanisMinor
53eaee7d6a 🔧 chore: Update syncPluginIndex.ts 2023-12-19 10:30:25 +08:00
CanisMinor
f16d417ccf 🔧 chore: Update syncPluginIndex.ts 2023-12-19 10:29:58 +08:00
Arvin Xu
bcccc1a7e3 📝 docs: add plugins usage documents (#692)
* 📝 docs: plugins

* Update Plugins.zh-CN.md

* Update Plugins.zh-CN.md

* 📝 docs: update plugins docs

* 📝 docs: update plugins docs
2023-12-17 21:11:03 +08:00
canisminor1990
388eb85515 🔧 chore: Update readme plugin workflow 2023-12-15 23:57:42 +08:00
canisminor1990
ec74045f3e 🔧 chore: Update workflow and github action 2023-11-03 14:47:37 +08:00
canisminor1990
81b3b2ad90 🔧 chore(workflow): Add agent/plugin readme list sync workflow 2023-11-03 14:10:08 +08:00