Skip to content

Commit 3de40d0

Browse files
authoredJan 8, 2025
Merge branch 'develop' into patch-1
2 parents 5eb2ecc + b319ff1 commit 3de40d0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+3827
-972
lines changed
 

‎.github/workflows/jsdoc-automation.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
root_directory:
2121
description: "Only scans files in this directory (relative to repository root, e.g., packages/core/src)"
2222
required: true
23-
default: "packages/plugin-near/"
23+
default: "packages/plugin-bootstrap"
2424
type: string
2525
excluded_directories:
2626
description: "Directories to exclude from scanning (comma-separated, relative to root_directory)"
@@ -37,11 +37,6 @@ on:
3737
required: false
3838
default: "develop"
3939
type: string
40-
language:
41-
description: "Documentation language (e.g., English, Spanish, French)"
42-
required: true
43-
default: "English"
44-
type: string
4540

4641
jobs:
4742
generate-docs:
@@ -99,6 +94,5 @@ jobs:
9994
INPUT_EXCLUDED_DIRECTORIES: ${{ inputs.excluded_directories }}
10095
INPUT_REVIEWERS: ${{ inputs.reviewers }}
10196
INPUT_BRANCH: ${{ inputs.branch }}
102-
INPUT_LANGUAGE: ${{ inputs.language }}
10397
INPUT_JSDOC: ${{ inputs.jsdoc }}
10498
INPUT_README: ${{ inputs.readme }}

‎agent/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"@elizaos/plugin-goat": "workspace:*",
5151
"@elizaos/plugin-icp": "workspace:*",
5252
"@elizaos/plugin-image-generation": "workspace:*",
53+
"@elizaos/plugin-movement": "workspace:*",
5354
"@elizaos/plugin-nft-generation": "workspace:*",
5455
"@elizaos/plugin-node": "workspace:*",
5556
"@elizaos/plugin-solana": "workspace:*",

0 commit comments

Comments
 (0)