feat(cli): persist project-scoped prompt history - #1132
Conversation
77f860a to
69c4e19
Compare
|
Refreshed this branch onto the latest public Verification on
Broader local CLI checks still hit the same pre-existing environment/dependency gaps as before: I use a coding assistant to help implement, and I review and take responsibility for the final change. |
|
Updated once more after public Verification on
Broader local CLI checks still hit the same pre-existing environment/dependency gaps as before: I use a coding assistant to help implement, and I review and take responsibility for the final change. |
|
Refreshed this draft PR onto the latest public Verification run after the refresh:
I use a coding assistant to help implement, and I review and take responsibility for the final change. |
|
Refreshed this draft PR onto current public Verified after refresh:
I use a coding assistant to help implement, and I review and take responsibility for the final change. |
|
Refreshed this draft PR onto the latest public Verification after refresh:
I use a coding assistant to help implement, and I review and take responsibility for the final change. |
Summary
Closes #1125.
FREEBUFF_HISTORY_SCOPE=globalFREEBUFF_HISTORY_SIZE=0as an explicit off switch for prompt history persistenceTesting
Notes
I also tried the broader CLI checks.
cd cli && bun run typecheckcurrently fails because this checkout is missing existing dependencies/types fortarandreact-dom/server;cd cli && bun run testcurrently fails before running tests becausecli/bunfig.tomlpreloads missing../test/setup-scm-loader.ts.I use a coding assistant to help implement, and I review and take responsibility for the final change.