aws / aws/amazon-q-developer-cli
Feature request: For prompts using /editor, they will not appear in the prompt history.
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 439
- PR merge metrics
- No merged PRs in 30d
Description
### Checks
- [x] I have searched [github.com/aws/amazon-q-developer-cli/issues](https://github.com/aws/amazon-q-developer-cli/issues?q=) and there are no duplicates of my issue
- [x] I have run `q doctor` in the affected terminal session
- [x] I have run `q restart` and replicated the issue again
### Operating system
macOS 15.6.1 (24G90)
### Expected behaviour
After entering a prompt using the `/editor` command, it would be nice if the prompts contents entered via `/editor` could also be retrieved using the arrow keys.
### Actual behaviour
Only "/editor" is displayed instead of the actual prompt content entered through the editor
### Steps to reproduce
## Steps to Reproduce
1. Enter the `/editor` command
2. Write and save a prompt in the editor
3. After Claude’s response finishes, press the up arrow (⬆️) key to check the previous prompt content
### Environment
```yaml
[q-details]
version = "1.14.1"
hash = "209dfbf9c7bd73473a6712f3351158323f28e173"
date = "2025-08-21T18:25:42.366538Z (12d ago)"
[system-info]
os = "macOS 15.6.1 (24G90)"
chip = "Apple M3 Pro"
total-cores = 12
memory = "18.00 GB"
```
Contributor guide
Assessment
This issue has not been assessed yet.