Merged
Conversation
- Implement tests for slash command completions and input handling. - Validate mouse interactions for scrolling and selecting history. - Test command execution for /ask, /plan, and /run commands. - Ensure proper state management during command execution and history navigation. - Verify rendering behavior for output lines with folded details. - Check initial state for suggestions on empty input.
- 在 Command 结构中添加 Metadata 字段,用于存储命令的扩展注解。 - 实现命令调度钩子,支持将特定命令自动重定向到 agentline。 - 增加 agentline 命令的初始化参数支持,允许直接执行命令。 - 更新相关测试用例,确保新功能的正确性。 - 添加示例文档,展示如何使用新功能。
- Implemented new slash commands: /questions, /reply, and /skip for managing pending questions. - Enhanced agentline terminal UI to display pending questions and their status. - Introduced a QuestionBroker to manage question requests and responses. - Added interaction protocol for bidirectional communication between commands and agentline. - Updated README and demo scripts to include new features and usage instructions. - Added tests for question handling and interaction features.
- Deleted the agentline module and its associated metadata constants and functions. - Updated commands in main.go to remove references to agentline metadata. - Simplified command metadata handling by using empty maps where applicable.
- Introduced JavaScript/TypeScript and Shell PR review supplementary guidelines to enhance code review processes. - Established a general PR review guideline document to standardize feedback and comment resolution in pull requests. - Updated PR review round prompt to support automatic identification of PRs and execution of full review rounds. - Created a documentation catalog for easier navigation of project documents. - Added a detailed code review guide in Chinese, outlining best practices and issue classification for effective code reviews. - Implemented a unified PR comment template to streamline issue reporting in GitHub PRs. - Developed a PR review rubric to guide Copilot in conducting structured, round-based reviews.
There was a problem hiding this comment.
Code Review
This pull request updates the project version from v0.0.7 to v0.1.0. The changes include updating the version file, creating a dedicated changelog for v0.1.0 by migrating content from the unreleased changelog, and updating the changelog index. I have no feedback to provide.
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.
No description provided.