-
Notifications
You must be signed in to change notification settings - Fork 0
feat(cli): add featcopilot CLI for agentic usage #5
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
Changes from 3 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
3f0b661
feat(cli): add featcopilot command-line interface for agentic usage
thinkall b999555
fix(cli): address round-1 review feedback
thinkall 72a0757
chore: re-trigger automated PR review
thinkall 92fcd09
fix(cli): address round-2 review feedback
thinkall 0072e5b
fix(cli): address round-3 review feedback
thinkall 8240e26
test(cli): bump patch coverage above codecov threshold
thinkall 88e71ea
fix(cli): address round-4 review feedback
thinkall 398c932
test(cli): cover new round-4 OSError + scalar-type branches
thinkall bb9e77c
fix(cli): address round-5 review feedback
thinkall 586c51f
fix(cli): address round-6 review feedback
thinkall dc4e5b9
fix(cli): address round-7 review feedback
thinkall 459b1b9
fix(cli): address round-8 review feedback
thinkall c388d32
fix(cli): address round-9 review feedback
thinkall 55a8148
fix(cli): address round-9 follow-up review feedback
thinkall 0f1f0b1
fix(cli): address round-10 review feedback
thinkall fd7c28a
fix(cli): address round-11 review feedback
thinkall 0c69dd9
fix(cli): address round-12 review feedback
thinkall 8d3a973
fix(cli): address round-13 review feedback
thinkall 5946805
fix(cli): address round-14 review feedback (Codex P1)
thinkall e85b791
fix(cli): address round-15 review feedback
thinkall 15c15e9
fix(cli): address round-16 review feedback
thinkall 5cbb843
fix(cli): address round-17 review feedback
thinkall f710fbe
fix(cli): address round-18 review feedback
thinkall bfb5da8
fix(cli): address round-19 review feedback
thinkall 167b490
fix(cli): address round-20 review feedback (Codex P2)
thinkall 016fe34
fix(cli): address round-22 review feedback
thinkall 298d4de
fix(cli): address round-23 review feedback
thinkall ffa2b3a
fix(test): make multi-capture LLM-fallback test race-proof
thinkall 1005009
fix(cli): atomicize capture decision and tighten LLM-fallback whitelist
thinkall 99fe807
fix(cli): widen warning capture to read+write phases; split empty-inp…
thinkall 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
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,6 @@ | ||
| """Enable ``python -m featcopilot`` to dispatch to the CLI.""" | ||
|
|
||
| from featcopilot.cli import main | ||
|
|
||
| if __name__ == "__main__": | ||
| raise SystemExit(main()) |
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.
Uh oh!
There was an error while loading. Please reload this page.