Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 657631a

Browse files
refactor constants (#488)
* Refactor: Separate constants into domain-specific files Moved constants from a single file into multiple files based on their domain (events, commands, storage, etc.) to improve organization and maintainability. - Created new files under `src/common/constants/` for each category. - Created a barrel file `src/common/constants/index.ts` to re-export all constants. - Updated all import statements throughout the codebase to use the new structure. - Removed the old `src/common/constants.ts` file. - Ensured the application builds successfully after changes. * sloppery slope * kay * 3.23.23 * 3.23.24 --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent 24b7eb7 commit 657631a

File tree

13 files changed

+443
-433
lines changed

13 files changed

+443
-433
lines changed

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "twinny",
33
"displayName": "twinny - AI Code Completion and Chat",
44
"description": "Locally hosted AI code completion plugin for vscode",
5-
"version": "3.23.22",
5+
"version": "3.23.24",
66
"icon": "assets/icon.png",
77
"keywords": [
88
"code-inference",
@@ -521,7 +521,7 @@
521521
"@vscode/vsce": "^3.1.1",
522522
"copy-webpack-plugin": "^12.0.2",
523523
"css-loader": "^6.8.1",
524-
"esbuild": "^0.21.4",
524+
"esbuild": "^0.21.5",
525525
"esbuild-plugin-copy": "^2.1.1",
526526
"eslint-plugin-import": "^2.31.0",
527527
"eslint-plugin-simple-import-sort": "^12.1.1",

0 commit comments

Comments
 (0)