Enhance conversation actions, indexing, and self-help features - #2779
Merged
Conversation
…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
…x of all conversations tagged by their id.
…earch if name isn't found.
Collaborator
Author
|
@copilot resolve the merge conflicts in this pull request |
Contributor
Resolved by merging |
robgruen
marked this pull request as ready for review
July 31, 2026 22:30
TalZaccai
approved these changes
Jul 31, 2026
…oft/TypeAgent into dev/robgruen/dogfooding10
…caping or encoding' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
robgruen
disabled auto-merge
August 2, 2026 04:52
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 updates the documentation for TypeAgent, focusing on improving the completeness, clarity, and accuracy of command references and agent system descriptions. The main changes include expanded documentation for conversation management commands, a rework of the system help/describe agent, and the addition of several new configuration and Copilot commands.
Conversation Management Enhancements:
find(fuzzy name search) andsearch(content search), with explanations of their behavior and corresponding actions. [1] [2] [3] [4]@conversationcommand reference to include all subcommands, their arguments, and links to their equivalent action handlers. [1] [2] [3] [4] [5]System Help and Describe Improvements:
system.describeagent with a unifiedsystem.helpagent that handles TypeAgent questions, conceptual explanations, and agent/action capability discovery, with improved fallback behavior for unknown agents.@describecommand, detailing its usage, arguments, and flags.Copilot Command Additions:
@copilot fix(send session to Copilot for diagnosis/fix) and@copilot login(sign in to Copilot), including all arguments and flags.Configuration Command Additions:
@config scrub onand@config scrub off.@config translation recentActions on/off/limit.Other Improvements:
messageCountfield to theConversationInfotype for improved conversation diagnostics.These updates provide more comprehensive and user-friendly documentation for working with TypeAgent's conversation, configuration, and Copilot integration features.