[NOT-779] Remove agents from notte-cli - #64
Merged
Merged
Conversation
Co-Authored-By: Quaso <quaso@notte.cc>
|
| Filename | Overview |
|---|---|
| internal/cmd/clear.go | The previous cleanup issue is fixed by explicitly deleting the legacy current_agent file while keeping agent functionality removed. |
| internal/cmd/clear_test.go | Adds focused coverage proving legacy agent state is removed and missing files are handled idempotently. |
| internal/cmd/agents.go | Removes the complete agent command group and its persisted-state helpers as intended. |
| internal/cmd/flags_test.go | Adds a public command-boundary test confirming agents are absent while sessions and functions remain registered. |
| internal/config/config.go | Removes agent-specific environment and state-file constants without preventing legacy cleanup. |
| scripts/gen-flags/parser.go | Removes the agent-start endpoint from generated CLI flag configuration. |
Reviews (2): Last reviewed commit: "Address CI and PR review feedback" | Re-trigger Greptile
- fix the pagination test callback syntax and remaining lint failures - clear legacy agent state left by older CLI versions - cover the removed agents command and retained workflows
Contributor
Author
|
@greptileai review |
Member
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.
Summary
notte agentscommand group and its generated flagsValidation
git diff --check