Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
218 commits
Select commit Hold shift + click to select a range
4245c65
feat: Enable hot reload for backend development
wtfsayo Dec 29, 2025
b9b488c
chore: Trigger CI checks and fresh reviews
wtfsayo Dec 29, 2025
783e2c3
Refactor: Improve package name extraction in dev-watch
cursoragent Dec 29, 2025
b095993
Merge branch 'develop' into fix/dev-hot-reload
wtfsayo Dec 29, 2025
4e7a652
fix: prevent killPromise from hanging indefinitely
wtfsayo Dec 29, 2025
3aefd41
Merge branch 'develop' into fix/dev-hot-reload
wtfsayo Dec 29, 2025
80105c8
Merge branch 'develop' into fix/dev-hot-reload
standujar Dec 29, 2025
b9a286f
Fix: Handle CLI server spawn errors gracefully
cursoragent Dec 30, 2025
5f704e3
Merge branch 'develop' into fix/dev-hot-reload
wtfsayo Jan 5, 2026
9f94dd3
Merge branch 'develop' into fix/dev-hot-reload
standujar Jan 5, 2026
bd9bd6e
Merge branch 'develop' into fix/dev-hot-reload
standujar Jan 5, 2026
3c18eae
feat(core): enhance multi-step workflow with retry logic and paramete…
wtfsayo Dec 26, 2025
f8c9dba
Improve parameter parsing and validation logic
wtfsayo Dec 26, 2025
df05d2b
Handle array parameters in multi-step actions
wtfsayo Dec 26, 2025
2e6162e
Enhance multi-step logging and streaming in message service
wtfsayo Dec 27, 2025
20119bd
Fix state usage and improve summary streaming logic
wtfsayo Dec 27, 2025
4252051
Improve streaming logic and action parameter formatting
wtfsayo Dec 28, 2025
6320f5f
chore: update .cursor submodule to latest
wtfsayo Dec 29, 2025
6cc2fda
fix(core): normalize empty action strings in multi-step workflow
standujar Jan 2, 2026
8ef3ad3
fix: check if object instead of array
standujar Jan 2, 2026
4766375
fix(plugin-bootstrap): validate action parameters and filter invalid …
standujar Jan 2, 2026
58b05de
feat(core): enhance streaming context and retry logic
standujar Jan 2, 2026
716de84
refactor(logging): simplify multi-step logging messages
standujar Jan 5, 2026
88c4027
fix(core): replace regex with indexOf to prevent ReDoS vulnerability
standujar Jan 5, 2026
e4e6834
fix(core): wrap single-shot continuation with runWithStreamingContext
standujar Jan 5, 2026
ab13a76
Merge branch 'develop' into feature/multi-step-enhancements
wtfsayo Jan 5, 2026
f4bf74c
fix(core): accumulate flushed content in getStreamedText for consiste…
standujar Jan 5, 2026
62644d7
Merge branch 'develop' into fix/dev-hot-reload
wtfsayo Jan 5, 2026
23567d7
Merge branch 'develop' into feature/multi-step-enhancements
standujar Jan 5, 2026
f17ba10
Refactor: Improve error handling and shutdown logic
cursoragent Jan 5, 2026
fe4fdea
Merge branch 'develop' into fix/dev-hot-reload
wtfsayo Jan 5, 2026
3991190
Fix: Handle server spawn failures in dev-watch
cursoragent Jan 5, 2026
12b59f8
feat(plugin-sql): add Neon serverless support and fix pool.end() sing…
standujar Jan 8, 2026
9e231d7
refactor(plugin-sql): rename withEntityContext to withIsolationContex…
standujar Jan 8, 2026
26a997f
refactor(plugin-sql): update SQL execution to use set_config with par…
standujar Jan 8, 2026
77b61f8
Optimize build task inputs in turbo.json
odilitime Jan 9, 2026
9407f2c
support more config scafolds
odilitime Jan 9, 2026
dd01c84
Add build-utils.ts to turbo.json outputs
cursoragent Jan 9, 2026
505ac4c
feat: Add global dependencies to turbo.json
cursoragent Jan 9, 2026
1db6842
feat: Add inputs to turbo.json build tasks
cursoragent Jan 9, 2026
8eb6271
chore: release v1.7.1-alpha.11 (alpha) [skip ci]
github-actions[bot] Jan 9, 2026
349fa48
Merge branch 'develop' into fix/dev-hot-reload
0xbbjoker Jan 9, 2026
ed1d68e
Merge pull request #6293 from elizaOS/fix/dev-hot-reload
0xbbjoker Jan 9, 2026
97fab69
chore: release v1.7.1-alpha.12 (alpha) [skip ci]
github-actions[bot] Jan 9, 2026
4f25bbd
Merge branch 'develop' into fix/rls-tests-use-withEntityContext
0xbbjoker Jan 9, 2026
d869550
Merge branch 'develop' into perf/serverless-pooling
0xbbjoker Jan 9, 2026
cdc9530
Merge pull request #6343 from elizaOS/perf/serverless-pooling
0xbbjoker Jan 9, 2026
98ed0be
chore: release v1.7.1-alpha.13 (alpha) [skip ci]
github-actions[bot] Jan 9, 2026
3dba7d1
merge: resolve conflicts with develop (withIsolationContext rename)
standujar Jan 9, 2026
df4ea57
Merge branch 'develop' into odilitime-patch-1
0xbbjoker Jan 9, 2026
6d4e3af
fix(test): set app.server_id on superuser for RLS data insertion
standujar Jan 9, 2026
0a7d0ab
Merge pull request #6330 from elizaOS/fix/rls-tests-use-withEntityCon…
0xbbjoker Jan 9, 2026
63b31ac
chore: release v1.7.1-alpha.14 (alpha) [skip ci]
github-actions[bot] Jan 9, 2026
0651399
Merge branch 'develop' into feature/multi-step-enhancements
0xbbjoker Jan 9, 2026
98eb13b
refactor: streamline database adapter methods and enhance UPSERT func…
standujar Jan 12, 2026
069438e
refactor: enhance AgentRuntime initialization and settings management
standujar Jan 12, 2026
f0e6250
refactor: remove redundant logging in database adapter methods
standujar Jan 12, 2026
0bfca3f
fix: restore transaction in updateChannel for atomicity
standujar Jan 12, 2026
dedf4b5
refactor: optimize room retrieval logic in agent runs and memory mana…
standujar Jan 12, 2026
59132cd
docs
standujar Jan 12, 2026
efdff24
refactor: implement upsertEmbedding method with retry logic in Pglite…
standujar Jan 12, 2026
88bbfdf
refactor: streamline entity creation process in AgentRuntime
standujar Jan 12, 2026
7d00502
refactor: remove upsertEmbedding method and related tests from Pglite…
standujar Jan 12, 2026
46fff09
refactor: enhance createRooms method for idempotency and update tests
standujar Jan 12, 2026
36f9a81
feat(core): support EMBEDDING_DIMENSION setting to skip API call
0xbbjoker Jan 12, 2026
df496ab
refactor: enhance request handling by normalizing Express parameters
standujar Jan 12, 2026
078b21c
refactor: improve ordering and precision handling in memory queries a…
standujar Jan 12, 2026
889e8d7
Merge pull request #6357 from elizaOS/feat/embedding-dimension-config
0xbbjoker Jan 12, 2026
edf846a
Merge branch 'develop' into perf/runtime-init
standujar Jan 12, 2026
5db8e7c
chore: release v1.7.1-alpha.15 (alpha) [skip ci]
github-actions[bot] Jan 12, 2026
15d3f04
Merge branch 'develop' into perf/runtime-init
standujar Jan 12, 2026
3eda122
Merge pull request #6342 from elizaOS/perf/runtime-init
0xbbjoker Jan 12, 2026
6ad81a7
chore: release v1.7.1-alpha.16 (alpha) [skip ci]
github-actions[bot] Jan 12, 2026
569d2aa
add elizacloud-plugin to project-starter
ChristopherTrimboli Jan 12, 2026
fc963de
chore: release v1.7.1-alpha.17 (alpha) [skip ci]
github-actions[bot] Jan 12, 2026
e3d8eba
format
ChristopherTrimboli Jan 12, 2026
420e000
chore: release v1.7.1-alpha.18 (alpha) [skip ci]
github-actions[bot] Jan 12, 2026
112df37
chore: bump to v1.7.2-alpha.0 after v1.7.1 release [skip ci]
github-actions[bot] Jan 12, 2026
b9fd148
fix(cli): prevent shell environment variable leakage into agent secrets
0xbbjoker Jan 13, 2026
5163db8
feat(core): enhance multi-step workflow with retry logic and paramete…
wtfsayo Dec 26, 2025
a6a88be
Improve parameter parsing and validation logic
wtfsayo Dec 26, 2025
4916dcf
Handle array parameters in multi-step actions
wtfsayo Dec 26, 2025
a5db9e8
Enhance multi-step logging and streaming in message service
wtfsayo Dec 27, 2025
4fba337
Fix state usage and improve summary streaming logic
wtfsayo Dec 27, 2025
829f8c2
Improve streaming logic and action parameter formatting
wtfsayo Dec 28, 2025
c7f5d79
chore: update .cursor submodule to latest
wtfsayo Dec 29, 2025
309cb28
fix(core): normalize empty action strings in multi-step workflow
standujar Jan 2, 2026
6934ac5
fix: check if object instead of array
standujar Jan 2, 2026
51f9edd
fix(plugin-bootstrap): validate action parameters and filter invalid …
standujar Jan 2, 2026
9e6af38
feat(core): enhance streaming context and retry logic
standujar Jan 2, 2026
a317eac
refactor(logging): simplify multi-step logging messages
standujar Jan 5, 2026
ab12298
fix(core): replace regex with indexOf to prevent ReDoS vulnerability
standujar Jan 5, 2026
e0f468b
fix(core): wrap single-shot continuation with runWithStreamingContext
standujar Jan 5, 2026
9b354ec
fix(core): accumulate flushed content in getStreamedText for consiste…
standujar Jan 5, 2026
f8b5abc
Merge branch 'feature/multi-step-enhancements' of https://github.com/…
wtfsayo Jan 13, 2026
ec8e3e0
Refine action parameter handling and prompt instructions
wtfsayo Jan 13, 2026
4b802da
fix: prevent infinite rebuild loop in dev-watch mode
0xbbjoker Jan 13, 2026
e2bf8c7
fix: address PR feedback for multi-step enhancements
wtfsayo Jan 13, 2026
261df48
Merge pull request #6286 from elizaOS/feature/multi-step-enhancements
wtfsayo Jan 13, 2026
ff416b0
Merge branch 'develop' into fix/dev-watch-rebuild-loop
wtfsayo Jan 13, 2026
bb11a34
chore: release v1.7.2-alpha.1 (alpha) [skip ci]
github-actions[bot] Jan 13, 2026
08ca69f
fix: only ignore root-level version files in watcher
0xbbjoker Jan 13, 2026
71c737c
fix: use JSON.stringify for safer string escaping in version generation
0xbbjoker Jan 13, 2026
7b3fba9
Merge branch 'develop' into fix/dev-watch-rebuild-loop
0xbbjoker Jan 13, 2026
4ef3997
Merge branch 'develop' into fix/env-variable-leakage-prevention
0xbbjoker Jan 13, 2026
6d45870
fix: update regex to properly handle JSON-stringified values
0xbbjoker Jan 13, 2026
dca4d4e
perf(cli): cache regex at module level for detectShellOnlyVars
0xbbjoker Jan 13, 2026
23693e4
fix(core): reset environment cache in browser detection test
0xbbjoker Jan 13, 2026
83ba963
refactor(plugin-sql): extract domain stores from BaseDrizzleAdapter
standujar Jan 14, 2026
08cb1eb
refactor(plugin-sql): integrate MessagingStore for message and channe…
standujar Jan 14, 2026
e55aee5
fix(plugin-sql): enhance delete method to ensure agent-specific task …
standujar Jan 14, 2026
d8408fe
refactor(plugin-sql): update schema to use Metadata type for jsonb fi…
standujar Jan 15, 2026
f1df152
refactor(plugin-sql): update utility imports to use utils.node for in…
standujar Jan 15, 2026
bdfa7f0
Merge pull request #6361 from elizaOS/fix/dev-watch-rebuild-loop
0xbbjoker Jan 15, 2026
a2736b6
Merge branch 'develop' into fix/env-variable-leakage-prevention
0xbbjoker Jan 15, 2026
4ae04eb
chore: release v1.7.2-alpha.2 (alpha) [skip ci]
github-actions[bot] Jan 15, 2026
f30034e
Merge branch 'develop' into fix/env-variable-leakage-prevention
0xbbjoker Jan 15, 2026
d271ffb
Merge pull request #6360 from elizaOS/fix/env-variable-leakage-preven…
0xbbjoker Jan 15, 2026
46e3dea
chore: release v1.7.2-alpha.3 (alpha) [skip ci]
github-actions[bot] Jan 15, 2026
f7090ad
Merge branch 'develop' into refactor/plugin-sql-domain-stores
standujar Jan 16, 2026
80e6ce0
fix(plugin-sql): split getById query to avoid Drizzle leftJoin issue
standujar Jan 16, 2026
b5509c3
Merge branch 'develop' into odilitime-patch-1
standujar Jan 16, 2026
bb7b706
Merge pull request #6366 from elizaOS/refactor/plugin-sql-domain-stores
0xbbjoker Jan 16, 2026
f9df76f
chore: release v1.7.2-alpha.4 (alpha) [skip ci]
github-actions[bot] Jan 16, 2026
3872279
daily container billing updates
ChristopherTrimboli Jan 18, 2026
4b85f9d
chore: release v1.7.2-alpha.5 (alpha) [skip ci]
github-actions[bot] Jan 18, 2026
fb7aac7
bump all deps
ChristopherTrimboli Jan 18, 2026
b779a80
chore: release v1.7.2-alpha.6 (alpha) [skip ci]
github-actions[bot] Jan 18, 2026
eb332ef
cloud env change
ChristopherTrimboli Jan 19, 2026
31824f5
chore: release v1.7.2-alpha.7 (alpha) [skip ci]
github-actions[bot] Jan 19, 2026
a8cf663
env change
ChristopherTrimboli Jan 19, 2026
fb51f75
chore: release v1.7.2-alpha.8 (alpha) [skip ci]
github-actions[bot] Jan 19, 2026
636a809
fix env login
ChristopherTrimboli Jan 19, 2026
1fdd944
chore: release v1.7.2-alpha.9 (alpha) [skip ci]
github-actions[bot] Jan 19, 2026
b5bdb28
Merge pull request #6349 from elizaOS/odilitime-patch-1
ChristopherTrimboli Jan 19, 2026
8bd6ed3
chore: release v1.7.2-alpha.10 (alpha) [skip ci]
github-actions[bot] Jan 19, 2026
44d4848
fix resizable client
ChristopherTrimboli Jan 19, 2026
4da004b
format
ChristopherTrimboli Jan 19, 2026
e2153e0
chore: release v1.7.2-alpha.11 (alpha) [skip ci]
github-actions[bot] Jan 19, 2026
4615e8a
chore: bump to v1.7.3-alpha.0 after v1.7.2 release [skip ci]
github-actions[bot] Jan 19, 2026
29afbeb
fix: update import statement in elizaos.js to use package alias
standujar Jan 25, 2026
8fade4f
chore: release v1.7.3-alpha.1 (alpha) [skip ci]
github-actions[bot] Jan 26, 2026
00b7d29
feat(core): add request context for per-user entity settings
0xbbjoker Feb 3, 2026
154b926
test(core): add tests for request context
0xbbjoker Feb 3, 2026
7d6c187
fix(core): restore package.json from develop
0xbbjoker Feb 3, 2026
a0e2d2d
Merge branch 'develop' into feat/entity-settings-context
0xbbjoker Feb 3, 2026
5d0f2b6
Merge pull request #6457 from elizaOS/feat/entity-settings-context
0xbbjoker Feb 4, 2026
b655859
chore: release v1.7.3-alpha.2 (alpha) [skip ci]
github-actions[bot] Feb 4, 2026
7880106
fix(server): emit MESSAGE_SENT event after sending to central server …
YuriNachos Feb 4, 2026
2026866
chore: release v1.7.3-alpha.3 (alpha) [skip ci]
github-actions[bot] Feb 4, 2026
3f7eb1d
v2.0.0-alpha: complete rewrite squashed into single commit
lalalune Feb 7, 2026
eeadc65
Merge develop history into next (v2 rewrite supersedes)
lalalune Feb 7, 2026
56ca777
feat: port valuable develop features + merge history into v2
lalalune Feb 7, 2026
9f40eab
fix: resolve all failing tests (87/87 files passing, 1815/1815 tests)
lalalune Feb 7, 2026
2e65c87
chore: update packages, workflows, tests, and add new package configs
lalalune Feb 7, 2026
d2b4b90
fix(ci): resolve all failing CI checks for multi-language tests
lalalune Feb 8, 2026
ccc4d49
fix(ci): install protoc for Rust core tests build
lalalune Feb 8, 2026
caa453e
fix(ci): use compatible feature flags for Rust core tests
lalalune Feb 8, 2026
b58cda9
fix(ci): resolve Rust core compilation errors
lalalune Feb 8, 2026
01bded2
fix(ci): remove external workspace reference that breaks CI
lalalune Feb 8, 2026
3e38487
fix(ci): add .gitkeep to plugins directory for CI compatibility
lalalune Feb 8, 2026
c1ca901
fix(ci): make interop test build steps resilient to missing deps
lalalune Feb 8, 2026
5ef33b0
feat: add ActionFilterService with vector search + BM25 reranking
lalalune Feb 8, 2026
1042448
chore: bump all packages to 2.0.0-alpha.10
lalalune Feb 9, 2026
6eb9467
chore: update lockfile, examples manifest, and source changes
lalalune Feb 9, 2026
72cf746
fix: prevent ROLES and SETTINGS providers from crashing when no room …
lalalune Feb 10, 2026
fc831d4
feat: land parity updates and prep alpha.11 release
lalalune Feb 12, 2026
a20bc07
Enhance README with repository badge and layout updates
odilitime Feb 12, 2026
1b6654c
chore(changelog): remove monilpat references
mcp97 Feb 12, 2026
5e843ee
Update README with additional badges
odilitime Feb 12, 2026
1beb2da
Merge branch 'develop' into chore/remove-monilpat-references
mcp97 Feb 12, 2026
072aa2c
chore(changelog): remove targeted changelog entries
mcp97 Feb 12, 2026
c242b3e
Merge pull request #6495 from elizaOS/chore/remove-monilpat-references
mcp97 Feb 12, 2026
33e7c7e
chore: release fixes
lalalune Feb 14, 2026
5abd3c6
feat: add training scripts and task runner
lalalune Feb 14, 2026
de4b42f
feat(rust): bring advanced_memory to full parity with TS/Python
lalalune Feb 15, 2026
69c1d8b
feat: expand autonomy and memory architecture
lalalune Feb 16, 2026
947a0ab
feat(core): add validation utilities and session state providers
lalalune Feb 16, 2026
7946985
feat(rust): redact embedding logs and add regex validation helper
lalalune Feb 16, 2026
ba2299e
Refactor capabilities layout and fix build/typecheck pipeline
lalalune Feb 17, 2026
ee242d7
Merge origin/develop into shaw/validation-utils-and-cleanup
lalalune Feb 17, 2026
15e0156
Restore Python bootstrap compatibility and fix Rust fmt
lalalune Feb 17, 2026
38e962a
Harden release workflow and align advanced capability exports
lalalune Feb 17, 2026
8720435
Deduplicate plugin workspaces in release validation
lalalune Feb 17, 2026
810c13f
Validate trustedDependencies in plugin manifests
lalalune Feb 17, 2026
4d39870
Skip external plugin checkout on develop releases
lalalune Feb 17, 2026
764f2be
chore: release v2.0.0-alpha.12 (alpha) [skip ci]
github-actions[bot] Feb 17, 2026
656ecc7
Add drizzle-orm dependency for core build
lalalune Feb 17, 2026
118f89b
chore: release v2.0.0-alpha.13 (alpha) [skip ci]
github-actions[bot] Feb 17, 2026
e1fbb68
Add yaml dependency for core markdown build
lalalune Feb 17, 2026
f9ca5fd
chore: release v2.0.0-alpha.14 (alpha) [skip ci]
github-actions[bot] Feb 17, 2026
1ad5b93
Stabilize workspace package refs and sweagent type resolution
lalalune Feb 17, 2026
38fd00d
chore: release v2.0.0-alpha.15 (alpha) [skip ci]
github-actions[bot] Feb 17, 2026
056932b
Ensure sweagent TypeScript deps are installed during build
lalalune Feb 17, 2026
a38170e
chore: release v2.0.0-alpha.16 (alpha) [skip ci]
github-actions[bot] Feb 17, 2026
6403121
Restrict skills ambient types to node
lalalune Feb 17, 2026
9224f47
chore: release v2.0.0-alpha.17 (alpha) [skip ci]
github-actions[bot] Feb 17, 2026
177bbf5
Restrict daemon ambient types to node
lalalune Feb 17, 2026
77e4b3b
chore: release v2.0.0-alpha.18 (alpha) [skip ci]
github-actions[bot] Feb 17, 2026
da9af0a
Restrict kv ambient types to node
lalalune Feb 17, 2026
ecfba1f
chore: release v2.0.0-alpha.19 (alpha) [skip ci]
github-actions[bot] Feb 17, 2026
8a851c4
Harden tui and elizaos type compilation inputs
lalalune Feb 17, 2026
82dd02a
chore: release v2.0.0-alpha.20 (alpha) [skip ci]
github-actions[bot] Feb 17, 2026
e62deae
Restrict sweagent tools ambient types to node
lalalune Feb 17, 2026
a9058d2
chore: release v2.0.0-alpha.21 (alpha) [skip ci]
github-actions[bot] Feb 17, 2026
1daac98
Vendor protoc for rust protobuf generation in CI
lalalune Feb 17, 2026
f627464
chore: release v2.0.0-alpha.22 (alpha) [skip ci]
github-actions[bot] Feb 17, 2026
0960d18
ci: install Linux GUI deps for release build
lalalune Feb 17, 2026
b6eb2ec
chore: release v2.0.0-alpha.23 (alpha) [skip ci]
github-actions[bot] Feb 17, 2026
a3a4d6f
fix(computeruse): update linux AT-SPI implementation for trait/API ch…
lalalune Feb 17, 2026
6ed39c5
chore: release v2.0.0-alpha.24 (alpha) [skip ci]
github-actions[bot] Feb 17, 2026
9148b07
ci: keep release working tree clean before lerna publish
lalalune Feb 17, 2026
9e9ec8b
chore: release v2.0.0-alpha.25 (alpha) [skip ci]
github-actions[bot] Feb 17, 2026
fb91fc1
fix(computeruse): avoid npx resolution in npm publish scripts
lalalune Feb 17, 2026
91dceb1
chore: release v2.0.0-alpha.26 (alpha) [skip ci]
github-actions[bot] Feb 17, 2026
0441e8a
fix: various typo fixes (#6533)
luojiyin1987 Feb 27, 2026
645f273
chore: release v2.0.0-alpha.27 (alpha) [skip ci]
github-actions[bot] Feb 27, 2026
6219398
chore: remove unused sys import
operagxoksana Mar 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
23 changes: 23 additions & 0 deletions .biomeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**/dist/**
**/node_modules/**
**/.git/**
**/build/**
**/*.d.ts
**/.venv/**
**/coverage/**
**/scripts/async-optimizer.js
**/packages/python/**
.turbo
.turbo/**
**/.turbo
**/.turbo/**
**/target/**
target
**/data/**
data
.eliza
**/.eliza/**
.cursor
**/.cursor/**
.next
**/.next/**
1 change: 0 additions & 1 deletion .cursor
Submodule .cursor deleted from 797ad2
12 changes: 0 additions & 12 deletions .cursorignore

This file was deleted.

231 changes: 0 additions & 231 deletions .cursorrules

This file was deleted.

20 changes: 0 additions & 20 deletions .dockerignore

This file was deleted.

6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''
title: ""
labels: "bug"
assignees: ""
---

**Describe the bug**
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'enhancement'
assignees: ''
title: ""
labels: "enhancement"
assignees: ""
---

**Is your feature request related to a problem? Please describe.**
Expand Down
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

version: 2
updates:
- package-ecosystem: '' # See documentation for possible values
directory: '/' # Location of package manifests
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: 'weekly'
interval: "weekly"
19 changes: 12 additions & 7 deletions .github/renovate-preset.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Shared Renovate configuration preset for ElizaOS plugins",
"description": "Shared Renovate configuration preset for elizaOS plugins",
"extends": ["config:recommended"],
"packageRules": [
{
"description": "Pin @elizaos/* packages and check daily for new releases",
"groupName": "ElizaOS Core Dependencies",
"groupName": "elizaOS Core Dependencies",
"matchPackagePatterns": ["^@elizaos/"],
"rangeStrategy": "pin",
"schedule": ["every day"],
Expand All @@ -15,18 +15,23 @@
{
"description": "Group TypeScript ecosystem updates",
"groupName": "TypeScript",
"matchPackagePatterns": ["^@typescript-eslint/", "^typescript$"]
"matchPackagePatterns": ["^typescript$"]
},
{
"description": "Group ESLint and Prettier updates",
"description": "Group Biome linting updates",
"groupName": "Linting",
"matchPackagePatterns": ["^eslint", "^prettier", "^@eslint/"]
"matchPackagePatterns": ["^@biomejs/"]
},
{
"description": "Group build tools",
"groupName": "Build Tools",
"matchPackageNames": ["tsup", "vite", "rollup"],
"matchPackagePatterns": ["^@vitejs/", "^@rollup/", "^vite-plugin-", "^rollup-plugin-"]
"matchPackageNames": ["vite", "rollup"],
"matchPackagePatterns": [
"^@vitejs/",
"^@rollup/",
"^vite-plugin-",
"^rollup-plugin-"
]
}
],
"timezone": "UTC",
Expand Down
Loading