Added actions for every @command. - #2782
Open
robgruen wants to merge 16 commits into
Open
Conversation
…egexp' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…egexp' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
robgruen
marked this pull request as ready for review
August 1, 2026 01:15
…egexp' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Collaborator
Author
|
@copilot resolve the merge conflicts in this pull request |
# Conflicts: # ts/docs/plans/agent-command-actions/PLAN.md # ts/docs/plans/agent-command-actions/STATUS.md # ts/packages/dispatcher/dispatcher/src/context/system/action/describeActionHandler.ts # ts/packages/dispatcher/dispatcher/src/context/system/handlers/conversationCommandHandlers.ts # ts/packages/dispatcher/dispatcher/src/context/system/schema/conversationActionSchema.agr # ts/packages/dispatcher/dispatcher/src/context/system/schema/describeActionSchema.ts # ts/packages/dispatcher/dispatcher/src/context/system/systemAgent.ts # ts/pnpm-lock.yaml
Contributor
Merge conflicts resolved in d4a75c6. Here's a summary of the resolutions:
|
# Conflicts: # ts/pnpm-lock.yaml
# Conflicts: # ts/pnpm-lock.yaml
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.
This pull request implements full natural-language action coverage for every bundled TypeAgent
@command, with a particular focus on the browser agent's automation commands. It introduces new action schemas and handlers for browser automation, integrates them into the browser agent, and documents the plan and status of this coverage milestone. The most important changes are grouped below:Browser Agent: Automation Actions Integration
BrowserAutomationActions) and handler (executeBrowserAutomationAction) for browser automation commands, supporting launching hidden/standalone automation browsers and closing them. These actions are now fully integrated and invoked via natural-language requests, ensuring parity with their command equivalents. [1] [2] [3] [4] [5] [6]OpenStandaloneAutomationBrowserHandlercommand to the new automation action, ensuring that both command and action paths share the same implementation and side effects.Documentation: Coverage Plan and Status
PLAN.md) detailing the requirements, implementation rules, and phases for achieving natural-language action coverage for all TypeAgent commands.STATUS.md) that reports strict endpoint coverage, current progress, and documents the completion of all agent-host and system command families.SDK/Helpers: Type and Export Improvements
CommandHandlerTypestype and thegetCommandHandlerfunction from the command helpers, improving type safety and reusability across the codebase. [1] [2]Browser Agent: User Experience Enhancement
These changes collectively ensure that every executable TypeAgent command is now accessible via a behaviorally equivalent natural-language action, with strict parity and comprehensive test coverage.