aws / aws/amazon-q-developer-cli
[Feature] Change the path of prompt.json saved by save to a relative path
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 439
- PR merge metrics
- No merged PRs in 30d
Description
When working on another project using the prompt.json backup file saved via /save, the working directory may change, potentially causing confusion in your work.
To support multiple concurrent projects, a project-specific state path is needed to store the prompt history up to the current point.
Contributor guide
Research direction
Start by tracing the /save command and the code that writes prompt.json, focusing on how the current working directory and project-specific state are determined. Done means concurrent projects keep separate prompt history without confusion when the working directory changes; the issue names no files or tests, so locate relevant coverage before making changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100