agents repl (and TUI) should include easy editing of files without leaving the program. #10850

Open
opened 2026-04-23 23:25:45 +00:00 by brent.edwards · 1 comment
Member

Summary

The actor commands, like agents actor add, require .yaml files. However, agents repl does not have any commands to create, read, update/edit, or delete files (much less .yaml files)

Metadata

Commit message: feat(tui) Adding CRUD for files to agents repl
Branch: feat/repl-add-crud-for-files

Details

This epic will require at least the following steps:

  • Choose and design the commands to add. These commands should include ability to create, read, update, and delete files and the ability to validate that a file is a properly-formatted .yaml file. (Checking against schemas is also a good idea.)
  • Writing each of the commands.
  • Testing each of the commands.
# Summary The actor commands, like `agents actor add`, require .yaml files. However, `agents repl` does not have any commands to create, read, update/edit, or delete files (much less .yaml files) # Metadata Commit message: feat(tui) Adding CRUD for files to agents repl Branch: feat/repl-add-crud-for-files # Details This epic will require at least the following steps: - Choose and design the commands to add. These commands should include ability to create, read, update, and delete files and the ability to validate that a file is a properly-formatted .yaml file. (Checking against schemas is also a good idea.) - Writing each of the commands. - Testing each of the commands.
brent.edwards added this to the v3.8.0 milestone 2026-04-23 23:25:45 +00:00
brent.edwards added the
State
Unverified
Type
Epic
Priority
Medium
Points
13
labels 2026-04-23 23:25:45 +00:00
brent.edwards added
Priority
Low
MoSCoW
Could have
and removed
Priority
Medium
labels 2026-04-24 00:21:55 +00:00
Author
Member

This is only if !vim _filename_ would be more of a problem than typing something like edit _filename_, or if we want to get rid of the ! command.

This is only if `!vim _filename_` would be more of a problem than typing something like `edit _filename_`, or if we want to get rid of the `!` command.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cleveragents/cleveragents-core#10850