Closed leehuwuj closed 2 days ago
Latest commit: cfac420cadcc9bec1f12e55da16f6d14b920916b
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The pull request introduces several modifications across different files, primarily focusing on updating tool configurations and enhancing functionality related to Visual Studio Code settings. Key changes include updating the supportedTools
array in helpers/tools.ts
, modifying the askSimpleQuestions
function in questions/simple.ts
, and refining the _extract_questions
method in the NextQuestionSuggestion
class. Additionally, new functions for VSCode configuration are added, and a new JSON settings file for Python development is introduced.
File Path | Change Summary |
---|---|
helpers/tools.ts | Updated supportedFrameworks for "DuckDuckGo Search" to only include ["fastapi"] . |
questions/simple.ts | Altered askSimpleQuestions to change tool for "rag" app type from DuckDuckGo to WikipediaTool. |
templates/components/services/python/suggestion.py | Updated _extract_questions method to return List[str] | None and refined logic for empty content. |
.changeset/khaki-cobras-heal.md | Deactivated DuckDuckGo tool for TypeScript. |
.changeset/strange-icons-walk.md | Replaced DuckDuckGo tool with Wikipedia tool in agentic template. |
create-app.ts | Replaced writeDevcontainer with configVSCode in createApp function. |
helpers/copy.ts | Added case in assetRelocator for vscode_settings.json to return settings.json . |
helpers/vscode.ts | Added copyVSCodeSettings and configVSCode functions; modified writeDevcontainer signature. |
templates/vscode_settings.json | Introduced new JSON file with setting "python.envFile": "" . |
supportedTools
array in helpers/tools.ts
, related to the changes in the main PR.helpers/tools.ts
, relevant to the changes made in the main PR.helpers/tools.ts
, involving modifications to the same file.helpers/tools.ts
, related to the main PR.helpers/tools.ts
regarding tool configurations, relevant to the main PR.installTSTemplate
, which may interact with tools defined in helpers/tools.ts
.🐰 In the meadow, tools do play,
DuckDuckGo has gone away.
With Wikipedia, we now explore,
New settings for VSCode, oh what a score!
FastAPI leads the way, it's true,
In our coding garden, there's much to do! 🌼
[!WARNING]
Rate limit exceeded
@leehuwuj has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 22 minutes and 22 seconds before requesting another review.
⌛ How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.🚦 How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://docs.coderabbit.ai/faq) for further information.📥 Commits
Reviewing files that changed from the base of the PR and between 663442f7af82bd96789a1a45aa8fbbc76a4efe99 and cfac420cadcc9bec1f12e55da16f6d14b920916b.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
Release Notes
New Features
vscode_settings.json
file for Python development, allowing users to specify environment variables.Bug Fixes
Improvements
None
when no content is matched, improving robustness.vscode_settings.json
correctly.