Conversation management, action browser, and selfHelp agent. - #2755
Open
robgruen wants to merge 22 commits into
Open
Conversation management, action browser, and selfHelp agent.#2755robgruen wants to merge 22 commits into
robgruen wants to merge 22 commits into
Conversation
robgruen
marked this pull request as ready for review
July 29, 2026 05:00
robgruen
enabled auto-merge
July 29, 2026 05:00
…ork rather than having the action do the work (see @history command for this pattern)
…his is setting that can be turned on or off.
…ft/TypeAgent into dev/robgruen/dogfooding8
Collaborator
Author
|
@copilot resolve the merge conflicts in this pull request |
Contributor
…caping or encoding' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Copilot stopped work on behalf of
robgruen due to an error
July 30, 2026 08:04
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 significantly expands and improves the documentation of the TypeAgent command-line interface and architecture. It adds many new commands, updates existing ones with clearer arguments and flags, and provides explicit links between CLI commands and their underlying actions. There are also clarifications to the agent system architecture and enhancements to the
ConversationInfotype.Command Reference Documentation Enhancements:
@describe,@demo questionCards,@copilot fix,@copilot login,@config scrub,@config translation recentActions,@config execution reasoningModel,@config execution reasoningEffort,@config execution subagents,@server restart,@notify status,@browser lookup status,@browser lookup mode, and@selfhelp. [1] [2] [3] [4] [5] [6] [7] [8] [9]@conversationand@historycommands, improving traceability between the CLI and internal implementation. [1] [2] [3] [4] [5] [6]Architecture and Agent System Documentation:
Type and Interface Improvements:
messageCountfield to theConversationInfotype for tracking user requests in the display log.These changes make the documentation more comprehensive, user-friendly, and maintainable, helping both users and developers understand and use the TypeAgent system more effectively.



