-
Notifications
You must be signed in to change notification settings - Fork 913
Open
Conversation
- Introduced a new `custom_tools` table to support user-defined shell commands with multi-tenant capabilities. - Implemented CRUD operations for custom tools in the backend. - Added UI components for creating, editing, and listing custom tools. - Integrated custom tools into the sidebar and routing. - Enhanced form validation for custom tool parameters using Zod. - Added necessary migrations for the new schema. - Updated the application version to reflect the new features.
- Updated the custom tools data model to replace the single agent ID with an array of agent IDs, allowing tools to be assigned to multiple agents. - Modified API endpoints and request/response structures to accommodate the new agent IDs array. - Enhanced the UI components to support multi-agent selection, including a new MultiAgentPicker component for better user experience. - Updated localization files to reflect changes in agent assignment terminology. - Added database migrations to transition from the old agent ID structure to the new agent IDs array.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
Summary
Type
main)Target Branch
Checklist
go build ./...passesgo build -tags sqliteonly ./...passes (if Go changes)go vet ./...passesgo test -race ./...cd ui/web && pnpm build(if UI changes)1,ドル 2ドル(no string concat)internal/upgrade/version.go(if new migration)Test Plan