-
Notifications
You must be signed in to change notification settings - Fork 511
feat(cli): add feedback add and delete commands for quick CLI feedback #5988
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kanadgupta
wants to merge
40
commits into
develop
Choose a base branch
from
kanad-claude-2026-07-22/feedback-command
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 33 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
1207065
initial draft
kanadgupta f5d1090
Merge branch 'develop' into kanad-claude-2026-07-22/feedback-command
kanadgupta 8ab5d2c
chore: add config layer so we have access to user agent
kanadgupta 4a1d765
feat: claude pass at wiring up supabase-js
kanadgupta 8edaba5
chore: regen
kanadgupta d30c03f
Merge branch 'develop' into kanad-claude-2026-07-22/feedback-command
kanadgupta 6971e04
chore: claude DRY pass
kanadgupta 8c53f2e
chore: exclude .repos from vscode search
kanadgupta 4cbc747
Revert "chore: exclude .repos from vscode search"
kanadgupta 656f13a
fix(cli): resolve linked project ref from .temp/project-ref in feedback
kanadgupta 830e565
Merge branch 'develop' into kanad-claude-2026-07-22/feedback-command
kanadgupta ae5d202
Merge branch 'develop' into kanad-claude-2026-07-22/feedback-command
kanadgupta eec4d20
feat(cli): move feedback submission to feedback add and drop the btw …
kanadgupta 4ca265f
Merge remote-tracking branch 'origin/develop' into kanad-claude-2026-…
kanadgupta c239cdb
refactor: shuffle things around so we're exporting less
kanadgupta 409bbd8
chore: refresh types
kanadgupta 5c01daf
fix: metadata tweaks
kanadgupta 87463fa
feat(cli): submit feedback via RPC and add feedback delete command
kanadgupta 742632b
Merge remote-tracking branch 'origin/develop' into kanad-claude/cli-f…
kanadgupta c4ae2b2
feat(cli): include supabase user id in feedback context payload (#6190)
kanadgupta e4d8b8e
Merge remote-tracking branch 'origin/develop' into kanad-claude/merge…
kanadgupta a3d67e5
fix(cli): address feedback command review findings
kanadgupta a01d436
Merge branch 'develop' into kanad-claude-2026-07-22/feedback-command
kanadgupta 9760ee7
chore: add script for regenerating types
kanadgupta 8b17e91
chore: add note specifying 1000 character limit
kanadgupta ac97fba
chore: more script changes, remove non-public schemas
kanadgupta 85479ec
chore: lockfile
kanadgupta ded7f43
chore: use this config instead
kanadgupta d8a427e
chore: use production endpoint
kanadgupta c38af45
fix: preserve WHATWG Headers through the --dns-resolver https rewrite
kanadgupta 4ab24af
fix: redact the delete_token filter from --debug request logs
kanadgupta 04c4e2a
feat: reject over-limit feedback messages client-side
kanadgupta 972df73
test: clean up the live feedback row in a finally block
kanadgupta 129e3d6
Merge branch 'develop' into kanad-claude-2026-07-22/feedback-command
kanadgupta 0c11b16
fix: validate feedback project refs against the ref pattern
kanadgupta db5e615
fix: require a TTY stdin before the feedback delete confirmation
kanadgupta fead113
docs: remove feedback rows from the frozen divergence ledger
kanadgupta 281e791
docs: describe the feedback commands in their own terms
kanadgupta 6234f41
fix: settle feedback spinners on interruption
kanadgupta 3c41e19
fix: cap piped feedback input instead of buffering the whole pipe
kanadgupta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "$schema": "./node_modules/oxfmt/configuration_schema.json", | ||
| "ignorePatterns": [ | ||
| ".repos/**", | ||
| // Autogenerated files that must stay byte-identical to their generator's output (never reformat) | ||
| "apps/cli/src/shared/feedback/database.types.ts", | ||
| ], | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove these two rows: they document brand-new commands in a file reserved as a frozen historical record of the completed TypeScript port. Continuing to add features here undermines that ledger's historical meaning; the new commands are already documented through help text, tests, and their
SIDE_EFFECTS.mdfiles, which are the required destinations for new behavior.AGENTS.md reference: apps/cli/AGENTS.md:L514-L517
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed in fead113. The rows predate the ledger freeze (they were added back when AGENTS.md required recording TS-only commands here in the same change; the freeze merged into this branch afterwards), but under the current framing they're new-command docs in a historical record — and everything in them is already covered by the two
SIDE_EFFECTS.mdfiles and help text.