refactor: Refactor A2A task display and configuration handling#338
Merged
refactor: Refactor A2A task display and configuration handling#338
Conversation
Contributor
Author
TODOs
|
Signed-off-by: Eden Reich <eden.reich@gmail.com>
… time to initialize the shortcuts and the config files Signed-off-by: Eden Reich <eden.reich@gmail.com>
Signed-off-by: Eden Reich <eden.reich@gmail.com>
Changed the default to 50 iterations - I think that's a good default. If an agent doesn't complete it's task by default after 50 iterations the builder can always increase this to a higher threshold, but for most tasks 50 iterations is about 100k tokens for a task which is more than enough. Signed-off-by: Eden Reich <eden.reich@gmail.com>
Signed-off-by: Eden Reich <eden.reich@gmail.com>
Signed-off-by: Eden Reich <eden.reich@gmail.com>
|
🎉 This PR is included in version 0.90.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Improves how A2A tasks are shown in the UI by removing redundant Task field from results and adding proper formatting. Adds config directory support for artifact downloads and includes a new browser agent configuration. Also fixes autocomplete shortcut detection and updates all documentation to reflect the new subcommand-based shortcut structure.
Changes:
Code Changes
browser-agentconfiguration in.infer/agents.yamlconfigDirfield and getter/setter methods/tmp/downloadsto config-relative pathTaskfield fromA2ASubmitTaskResultin multiple placesformatA2ATaskDatamethod for cleaner task displayShortcut Structure Changes
/git-status→/git status,/git-commit→/git commit, etc./scm-issues→/scm issues,/scm-pr-create→/scm pr-create, etc./agents-add→/agents add,/agents-remove→/agents remove, etc./mcp-add→/mcp add,/mcp-enable→/mcp enable, etc.Documentation Updates
Updated README.md:
Updated CLAUDE.md:
Updated docs/shortcuts-guide.md:
Updated docs/a2a-connections.md:
/agentsshortcut commandsA2A_DownloadArtifactstoolUpdated docs/tools-reference.md:
download_artifactsfrom A2A configurationBenefits