Skip to content

Commit

Permalink
remove copilot dependency and update version in constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinduja Ramaraj committed Dec 19, 2024
1 parent 939c884 commit 02e7397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,5 @@
"@openrouter/ai-sdk-provider": "^0.0.6",
"ai": "^4.0.18",
"openai": "^4.76.3"
},
"extensionDependencies": [
"GitHub.copilot",
"GitHub.copilot-chat"
]
}
}
2 changes: 1 addition & 1 deletion src/builder/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const APP_NAME = 'appdeveloper';
export const APP_VERISON = '0.0.4';
export const APP_VERISON = '0.0.5';
export const APP_CONFIG_FILE = 'appdev.json';
export const APP_ARCHITECTURE_DIAGRAM_FILE = 'architecture.md';
export const CLASS_DIAGRAM_FILE = 'classDiagram.md';
Expand Down

0 comments on commit 02e7397

Please sign in to comment.