-
Notifications
You must be signed in to change notification settings - Fork 33
feat: plan agent refinement, feature discovery #556
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
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
e5af62e
feat: plan agent refinement, feature discovery, and telemetry instrum…
anandgupta42 57a2e78
fix: address CodeRabbit review comments
anandgupta42 7384fe2
feat: e2e tests, performance benchmarks, and UX gap fixes
anandgupta42 1fc5c05
test: plan layer safety e2e tests (68 tests)
anandgupta42 a5b4e44
merge: resolve conflicts with main (skill followups + sql findings)
anandgupta42 bc4287b
fix: add mongodb to devDependencies for typecheck resolution
anandgupta42 77dae71
Merge branch 'main' into feat/plan-agent-and-feature-discovery
anandgupta42 b24d84e
Merge branch 'main' into feat/plan-agent-and-feature-discovery
anandgupta42 17f4a19
fix: track suggestion failures in warehouse-add telemetry
anandgupta42 3b78d42
test: 125 simulated user scenarios for plan + suggestions
anandgupta42 adb6c7e
test: 40 real tool execution simulations with mocked Dispatcher
anandgupta42 3f5fcb3
docs: document plan refinement, feature discovery, and new telemetry …
anandgupta42 24234ff
fix: replace mock.module() with spyOn to prevent cross-file test poll…
anandgupta42 734d173
fix: reset dedup state in tests + replace passwords with fake values
anandgupta42 63b1dbd
Merge branch 'main' into feat/plan-agent-and-feature-discovery
anandgupta42 11bb99d
fix: replace all credential-like test values for GitGuardian
anandgupta42 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
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.
Add a language tag to the fenced example block.
The code fence at Line 166 is missing a language identifier (
MD040). Please annotate it (for example,```text) to satisfy markdownlint consistently.Suggested fix
🧰 Tools
🪛 markdownlint-cli2 (0.22.0)
[warning] 166-166: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
🤖 Prompt for AI Agents