You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/plugin-migration/completion-requirements.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Final Setup"
3
3
description: "Essential steps to complete before committing and publishing your plugin"
4
-
icon: "check-circle"
4
+
icon: "circle-check"
5
5
---
6
6
7
7
This document outlines the essential steps to complete before committing and publishing the plugin. Please follow each step carefully to ensure proper configuration.
Copy file name to clipboardExpand all lines: guides/plugin-migration/migration-guide.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Basic Migration Steps"
3
3
description: "General framework for migrating ElizaOS plugins to v1.x"
4
-
icon: "list-check"
4
+
icon: "clipboard-list"
5
5
---
6
6
7
7
> **Important**: This guide provides a general framework for migrating ElizaOS plugins to v1.x. Specific configurations will vary based on your plugin's functionality.
Copy file name to clipboardExpand all lines: guides/plugin-migration/prompt-and-generation-guide.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Prompts & Generation"
3
3
description: "Migrating from `composeContext` to new prompt composition methods and `useModel`"
4
-
icon: "sparkles"
4
+
icon: "wand-magic-sparkles"
5
5
---
6
6
7
7
> **Important**: This guide provides comprehensive documentation for migrating from `composeContext` to the new prompt composition methods, and from the old generation functions to `useModel`.
0 commit comments