Skip to content

Commit

Permalink
Remove Assist command execution and chat feature (#40806)
Browse files Browse the repository at this point in the history
* Remove Assist command execution and chat feature

The changes remove tests and related code for command execution in the assist package and web command handling.

* Remove Teleport Assist chat from CHANGELOG.md

The changes in this commit reflect the removal of the Teleport Assist chat from the CHANGELOG documentation of Teleport version 16. The Assist feature continues to be available in the SSH Web Terminal and Audit Monitoring.

* Remove assist chat from the test plan
  • Loading branch information
jakule authored Apr 25, 2024
1 parent af4a627 commit 987995d
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 2,760 deletions.
11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/testplan.md
Original file line number Diff line number Diff line change
Expand Up @@ -1504,17 +1504,6 @@ Assist test plan is in the core section instead of WebUI as most functionality i
- [ ] Assist is enabled by default in the Cloud Team plan.
- [ ] Assist is always disabled when etcd is used as a backend.
- Conversations
- [ ] A new conversation can be started.
- [ ] SSH command can be executed on one server.
- [ ] SSH command can be executed on multiple servers.
- [ ] SSH command can be executed on a node with per session MFA enabled.
- [ ] Execution output is explained when it fits the context window.
- [ ] Assist can list all nodes/execute a command on all nodes (using embeddings).
- [ ] Access request can be created.
- [ ] Access request is created when approved.
- [ ] Conversation title is set after the first message.
- SSH integration
- [ ] Assist icon is visible in WebUI's Terminal
- [ ] A Bash command can be generated in the above window.
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Opsgenie plugin users, role annotations must now contain
See [the Opsgenie plugin documentation](docs/pages/access-controls/access-request-plugins/opsgenie.mdx)
for setup instructions.

#### Teleport Assist chat has been remove.

Teleport Assist chat has been removed from Teleport 16. Assist is still available
in the SSH Web Terminal and Audit Monitoring.

## 15.0.0 (xx/xx/24)

### New features
Expand Down
Loading

0 comments on commit 987995d

Please sign in to comment.