-
Notifications
You must be signed in to change notification settings - Fork 5.3k
chore: v1.0.7 #5025
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: v1.0.7 #5025
Conversation
…m an option flag to a type
…er, and project-tee-starter
BREAKING CHANGE: Plugin template now generates TypeScript declarations - Enable dts generation in tsup.config.ts - Remove conflicting TypeScript compiler options - Fix monorepo compatibility issues - Update documentation for current bun/elizaos workflow Plugins created from template now include proper .d.ts files for TypeScript support
… to all buttons (Reset, Import, Export, Save, Delete) - Make text responsive (hidden on small screens, visible on sm+) - Use Lucide React icons for consistent UX - Improve mobile experience with icon-only buttons
…n from lucide-react to chat component imports - Add info icon next to agent name in chat header that opens profile overlay - Update profile overlay status indicator to use emerald-500 for better visual consistency - Resolve merge conflicts from stashed changes
…mponent with RotateCcw icon - Integrate retry functionality into chat message bubbles - Add onRetry prop to MessageContent component - Implement handleRetryMessage function to populate input and auto-send - Style retry button to match existing delete button appearance - Only show retry button for user messages (not agent messages) Fixes #4926
- Implement dynamic button text visibility in character form - Add useContainerWidth hook using ResizeObserver API - Replace viewport-based breakpoints with container-aware responsive design - Buttons show/hide labels based on actual parent component width (640px threshold) - Optimize stop agent button text for space efficiency - Improve UX across different container sizes and layouts This ensures buttons adapt to their actual available space rather than just viewport size, providing better responsive behavior in varied contexts.
…ub.com/elizaOS/eliza into feat/responsive-character-form-buttons
…llback feat: add lockfile cleanup for GitHub fallback installations
fix: cleanup DB in E2E tests, make fresh unique DB, PGLITE_WASM_MODE: node
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
chore: cache bun / models in github actions
chore: Parallelize CI actions.
fix: dup CI runs and cancel workflows on push
feat: replace cursor rules with elizaos/.cursor submodule
add buildGitHubSpecifier
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR appears to be a chore release that removes legacy test scripts and updates version numbers and workflow configurations. Key changes include:
- Removal of all Bats test files and associated scripts and documentation.
- Version bumps across multiple package.json files and lerna.json.
- Updates to GitHub workflow configurations (including cancellation of duplicate runs) and addition of a new submodule.
Reviewed Changes
Copilot reviewed 173 out of 173 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
packages/cli/test_scripts/* | Removal of legacy test scripts and associated utilities used for CLI testing. |
packages/cli/README.md | Updated CLI documentation to reflect new usage patterns and version changes. |
packages/autodoc/package.json packages/app/package.json package.json lerna.json |
Version fields updated from previous releases (e.g., v1.0.0/1.0.2) to v1.0.6. |
.github/workflows/* | Various workflow updates including cancellation groups and improved caching setups. |
.gitmodules | Added a new submodule (.cursor) with its remote URL. |
Comments suppressed due to low confidence (1)
packages/cli/test_scripts/test_env.bats:1
- The complete removal of the Bats test scripts may impact test coverage if these tests are not migrated elsewhere. Confirm that all critical functionality is still covered by alternative tests.
#!/usr/bin/env bats
@@ -1,18 +1,19 @@ | |||
{ | |||
"name": "eliza", | |||
"version": "1.0.0", | |||
"version": "1.0.6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR title indicates a release version of v1.0.7, but the version in package.json has been updated to v1.0.6. Please verify and align the release version across the project.
"version": "1.0.6", | |
"version": "1.0.7", |
Copilot uses AI. Check for mistakes.
No description provided.