@gitsense/gscb-git-tools 0.4.5 → 0.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/common/logger.js +1 -1
- package/dist/cjs/common/metadata-manager.js +1 -1
- package/dist/cjs/importer/chat-manager/constants.js +1 -1
- package/dist/cjs/importer/chat-manager/group-manager.js +1 -1
- package/dist/cjs/importer/constants.js +1 -1
- package/dist/cjs/importer/core/utils.js +1 -1
- package/dist/esm/importer/chat-manager/chat-creator.js +1 -1
- package/dist/esm/importer/chat-manager/constants.js +1 -1
- package/dist/esm/importer/chat-manager/group-manager.js +1 -1
- package/dist/esm/importer/chat-manager/hierarchy-manager.js +1 -1
- package/dist/esm/importer/chat-manager/message-manager.js +1 -1
- package/dist/esm/importer/constants.js +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Component: Atomic Metadata Update
|
|
5
|
-
* Block-UUID:
|
|
5
|
+
* Block-UUID: a49d7710-a61c-47cb-9e8e-edb9a6dd1e19
|
|
6
6
|
* Parent-UUID: 2a54179d-a8c2-4341-b95c-fda5ad72b5e9
|
|
7
7
|
* Version: 2.6.0
|
|
8
8
|
* Description: Updates chat metadata atomically with transaction awareness and adds repo import metadata update
|
|
@@ -2,7 +2,7 @@ import { DEFAULT_IS_DEFAULT_NAME, CHAT_TYPE_GIT_REPOS, DEFAULT_MODEL, CHAT_OWNER
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Component: Chat Creator
|
|
5
|
-
* Block-UUID:
|
|
5
|
+
* Block-UUID: 630eafb5-8b8f-4cca-908a-2e15db917b44
|
|
6
6
|
* Parent-UUID: N/A
|
|
7
7
|
* Version: 1.0.0
|
|
8
8
|
* Purpose: Handles chat creation and updates
|
|
@@ -2,7 +2,7 @@ import { GROUP_TYPE_GIT_REPOS, GROUP_TYPE_GIT_REPO_OWNER, GROUP_TYPE_GIT_REPO, C
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Component: Hierarchy Manager
|
|
5
|
-
* Block-UUID:
|
|
5
|
+
* Block-UUID: c6463f98-55b0-4cef-9511-80ff37475ede
|
|
6
6
|
* Parent-UUID: N/A
|
|
7
7
|
* Version: 1.0.0
|
|
8
8
|
* Purpose: Handles chat hierarchy setup and management
|
|
@@ -2,7 +2,7 @@ import { CHAT_VISIBILITY_PUBLIC, MESSAGE_TYPE_REGULAR, DEFAULT_TEMPERATURE, DEFA
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Component: Message Manager
|
|
5
|
-
* Block-UUID:
|
|
5
|
+
* Block-UUID: 25913f7a-41ab-4482-8052-d0308a0cb75b
|
|
6
6
|
* Parent-UUID: N/A
|
|
7
7
|
* Version: 1.1.0
|
|
8
8
|
* Purpose: Handles message creation, retrieval, and updates, including markdown table generation
|