repoburg 1.3.140 → 1.3.141
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/backend/dist/src/ai-actions/ai-action-batch.service.js +2 -4
- package/backend/dist/src/ai-actions/ai-action-batch.service.js.map +1 -1
- package/backend/dist/src/ai-actions/ai-actions.controller.d.ts +0 -1
- package/backend/dist/src/ai-actions/ai-actions.controller.js +0 -17
- package/backend/dist/src/ai-actions/ai-actions.controller.js.map +1 -1
- package/backend/dist/src/ai-actions/ai-actions.service.d.ts +1 -4
- package/backend/dist/src/ai-actions/ai-actions.service.js +2 -31
- package/backend/dist/src/ai-actions/ai-actions.service.js.map +1 -1
- package/backend/dist/src/application-state/application-state.controller.d.ts +0 -11
- package/backend/dist/src/application-state/application-state.controller.js +0 -52
- package/backend/dist/src/application-state/application-state.controller.js.map +1 -1
- package/backend/dist/src/application-state/application-state.service.d.ts +0 -5
- package/backend/dist/src/application-state/application-state.service.js +1 -29
- package/backend/dist/src/application-state/application-state.service.js.map +1 -1
- package/backend/dist/src/core-entities/session-input.entity.d.ts +0 -4
- package/backend/dist/src/core-entities/session-input.entity.js +1 -35
- package/backend/dist/src/core-entities/session-input.entity.js.map +1 -1
- package/backend/dist/src/core-entities/session.entity.js +1 -1
- package/backend/dist/src/core-entities/session.entity.js.map +1 -1
- package/backend/dist/src/core-entities/system-prompt.entity.js +1 -1
- package/backend/dist/src/core-entities/system-prompt.entity.js.map +1 -1
- package/backend/dist/src/events/websocket.events.d.ts +0 -25
- package/backend/dist/src/events/websocket.events.js +0 -6
- package/backend/dist/src/events/websocket.events.js.map +1 -1
- package/backend/dist/src/global-config/dto/update-global-config.dto.d.ts +0 -1
- package/backend/dist/src/global-config/dto/update-global-config.dto.js +0 -5
- package/backend/dist/src/global-config/dto/update-global-config.dto.js.map +1 -1
- package/backend/dist/src/global-config/global-config.service.d.ts +0 -2
- package/backend/dist/src/global-config/global-config.service.js.map +1 -1
- package/backend/dist/src/interactive-chat/chat.service.d.ts +1 -1
- package/backend/dist/src/interactive-chat/chat.service.js +1 -10
- package/backend/dist/src/interactive-chat/chat.service.js.map +1 -1
- package/backend/dist/src/llm-provider/llm-provider.interface.d.ts +1 -1
- package/backend/dist/src/llm-responses/dto/submit-llm-response.dto.d.ts +1 -10
- package/backend/dist/src/llm-responses/dto/submit-llm-response.dto.js +3 -54
- package/backend/dist/src/llm-responses/dto/submit-llm-response.dto.js.map +1 -1
- package/backend/dist/src/llm-responses/llm-responses.controller.d.ts +0 -6
- package/backend/dist/src/llm-responses/llm-responses.controller.js +0 -45
- package/backend/dist/src/llm-responses/llm-responses.controller.js.map +1 -1
- package/backend/dist/src/llm-responses/llm-responses.service.d.ts +1 -5
- package/backend/dist/src/llm-responses/llm-responses.service.js +8 -176
- package/backend/dist/src/llm-responses/llm-responses.service.js.map +1 -1
- package/backend/dist/src/session-inputs/session-inputs.service.js +5 -8
- package/backend/dist/src/session-inputs/session-inputs.service.js.map +1 -1
- package/backend/dist/src/sessions/dto/session.dto.js +2 -2
- package/backend/dist/src/sessions/dto/session.dto.js.map +1 -1
- package/backend/dist/src/sessions/sessions.service.js +3 -10
- package/backend/dist/src/sessions/sessions.service.js.map +1 -1
- package/backend/dist/src/system-prompts/dto/system-prompt.dto.js +1 -1
- package/backend/dist/src/system-prompts/dto/system-prompt.dto.js.map +1 -1
- package/backend/dist/src/system-prompts/system-prompts.controller.d.ts +0 -3
- package/backend/dist/src/system-prompts/system-prompts.controller.js +0 -15
- package/backend/dist/src/system-prompts/system-prompts.controller.js.map +1 -1
- package/backend/dist/src/system-prompts/system-prompts.service.d.ts +1 -4
- package/backend/dist/src/system-prompts/system-prompts.service.js +2 -11
- package/backend/dist/src/system-prompts/system-prompts.service.js.map +1 -1
- package/backend/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/backend/dist/src/application-state/dto/set-auto-send-to-ai-studio-enabled.dto.d.ts +0 -3
- package/backend/dist/src/application-state/dto/set-auto-send-to-ai-studio-enabled.dto.js +0 -23
- package/backend/dist/src/application-state/dto/set-auto-send-to-ai-studio-enabled.dto.js.map +0 -1
- package/backend/dist/src/application-state/dto/set-manual-llm-enabled.dto.d.ts +0 -3
- package/backend/dist/src/application-state/dto/set-manual-llm-enabled.dto.js +0 -25
- package/backend/dist/src/application-state/dto/set-manual-llm-enabled.dto.js.map +0 -1
- package/backend/dist/src/llm-responses/dto/sync-conversation.dto.d.ts +0 -15
- package/backend/dist/src/llm-responses/dto/sync-conversation.dto.js +0 -94
- package/backend/dist/src/llm-responses/dto/sync-conversation.dto.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.SetAutoSendToAIStudioEnabledDto = void 0;
|
|
13
|
-
const class_validator_1 = require("class-validator");
|
|
14
|
-
const swagger_1 = require("@nestjs/swagger");
|
|
15
|
-
class SetAutoSendToAIStudioEnabledDto {
|
|
16
|
-
}
|
|
17
|
-
exports.SetAutoSendToAIStudioEnabledDto = SetAutoSendToAIStudioEnabledDto;
|
|
18
|
-
__decorate([
|
|
19
|
-
(0, swagger_1.ApiProperty)({ description: 'Enable or disable auto-send to AI Studio' }),
|
|
20
|
-
(0, class_validator_1.IsBoolean)(),
|
|
21
|
-
__metadata("design:type", Boolean)
|
|
22
|
-
], SetAutoSendToAIStudioEnabledDto.prototype, "enabled", void 0);
|
|
23
|
-
//# sourceMappingURL=set-auto-send-to-ai-studio-enabled.dto.js.map
|
package/backend/dist/src/application-state/dto/set-auto-send-to-ai-studio-enabled.dto.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"set-auto-send-to-ai-studio-enabled.dto.js","sourceRoot":"","sources":["../../../../src/application-state/dto/set-auto-send-to-ai-studio-enabled.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA4C;AAC5C,6CAA8C;AAE9C,MAAa,+BAA+B;CAI3C;AAJD,0EAIC;AADC;IAFC,IAAA,qBAAW,EAAC,EAAE,WAAW,EAAE,0CAA0C,EAAE,CAAC;IACxE,IAAA,2BAAS,GAAE;;gEACK"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.SetManualLlmEnabledDto = void 0;
|
|
13
|
-
const class_validator_1 = require("class-validator");
|
|
14
|
-
const swagger_1 = require("@nestjs/swagger");
|
|
15
|
-
class SetManualLlmEnabledDto {
|
|
16
|
-
}
|
|
17
|
-
exports.SetManualLlmEnabledDto = SetManualLlmEnabledDto;
|
|
18
|
-
__decorate([
|
|
19
|
-
(0, swagger_1.ApiProperty)({
|
|
20
|
-
description: 'Enable or disable manual LLM mode (use external LLM via browser extension)',
|
|
21
|
-
}),
|
|
22
|
-
(0, class_validator_1.IsBoolean)(),
|
|
23
|
-
__metadata("design:type", Boolean)
|
|
24
|
-
], SetManualLlmEnabledDto.prototype, "enabled", void 0);
|
|
25
|
-
//# sourceMappingURL=set-manual-llm-enabled.dto.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"set-manual-llm-enabled.dto.js","sourceRoot":"","sources":["../../../../src/application-state/dto/set-manual-llm-enabled.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA4C;AAC5C,6CAA8C;AAE9C,MAAa,sBAAsB;CAOlC;AAPD,wDAOC;AADC;IALC,IAAA,qBAAW,EAAC;QACX,WAAW,EACT,4EAA4E;KAC/E,CAAC;IACD,IAAA,2BAAS,GAAE;;uDACK"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
declare class TurnDto {
|
|
2
|
-
id: string;
|
|
3
|
-
role: 'user' | 'model';
|
|
4
|
-
content: string;
|
|
5
|
-
thoughts?: string;
|
|
6
|
-
}
|
|
7
|
-
export declare class SyncConversationDto {
|
|
8
|
-
id?: string;
|
|
9
|
-
title: string;
|
|
10
|
-
model: string;
|
|
11
|
-
session_url?: string;
|
|
12
|
-
rawRequestBody?: any;
|
|
13
|
-
turns: TurnDto[];
|
|
14
|
-
}
|
|
15
|
-
export {};
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.SyncConversationDto = void 0;
|
|
13
|
-
const class_validator_1 = require("class-validator");
|
|
14
|
-
const class_transformer_1 = require("class-transformer");
|
|
15
|
-
const swagger_1 = require("@nestjs/swagger");
|
|
16
|
-
class TurnDto {
|
|
17
|
-
}
|
|
18
|
-
__decorate([
|
|
19
|
-
(0, swagger_1.ApiProperty)({ description: 'Unique ID for this turn' }),
|
|
20
|
-
(0, class_validator_1.IsString)(),
|
|
21
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
22
|
-
__metadata("design:type", String)
|
|
23
|
-
], TurnDto.prototype, "id", void 0);
|
|
24
|
-
__decorate([
|
|
25
|
-
(0, swagger_1.ApiProperty)({
|
|
26
|
-
description: 'Role of the message sender',
|
|
27
|
-
enum: ['user', 'model'],
|
|
28
|
-
}),
|
|
29
|
-
(0, class_validator_1.IsIn)(['user', 'model']),
|
|
30
|
-
__metadata("design:type", String)
|
|
31
|
-
], TurnDto.prototype, "role", void 0);
|
|
32
|
-
__decorate([
|
|
33
|
-
(0, swagger_1.ApiProperty)({ description: 'Content text of the turn' }),
|
|
34
|
-
(0, class_validator_1.IsString)(),
|
|
35
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
36
|
-
__metadata("design:type", String)
|
|
37
|
-
], TurnDto.prototype, "content", void 0);
|
|
38
|
-
__decorate([
|
|
39
|
-
(0, swagger_1.ApiPropertyOptional)({
|
|
40
|
-
description: 'Thinking/reasoning content (for models that support it)',
|
|
41
|
-
}),
|
|
42
|
-
(0, class_validator_1.IsOptional)(),
|
|
43
|
-
(0, class_validator_1.IsString)(),
|
|
44
|
-
__metadata("design:type", String)
|
|
45
|
-
], TurnDto.prototype, "thoughts", void 0);
|
|
46
|
-
class SyncConversationDto {
|
|
47
|
-
}
|
|
48
|
-
exports.SyncConversationDto = SyncConversationDto;
|
|
49
|
-
__decorate([
|
|
50
|
-
(0, swagger_1.ApiPropertyOptional)({ description: 'Existing conversation ID to sync to' }),
|
|
51
|
-
(0, class_validator_1.IsOptional)(),
|
|
52
|
-
(0, class_validator_1.IsString)(),
|
|
53
|
-
__metadata("design:type", String)
|
|
54
|
-
], SyncConversationDto.prototype, "id", void 0);
|
|
55
|
-
__decorate([
|
|
56
|
-
(0, swagger_1.ApiProperty)({ description: 'Title of the conversation' }),
|
|
57
|
-
(0, class_validator_1.IsString)(),
|
|
58
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
59
|
-
__metadata("design:type", String)
|
|
60
|
-
], SyncConversationDto.prototype, "title", void 0);
|
|
61
|
-
__decorate([
|
|
62
|
-
(0, swagger_1.ApiProperty)({
|
|
63
|
-
description: 'Model identifier used for this conversation',
|
|
64
|
-
example: 'ollama/glm-5.1:cloud',
|
|
65
|
-
}),
|
|
66
|
-
(0, class_validator_1.IsString)(),
|
|
67
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
68
|
-
__metadata("design:type", String)
|
|
69
|
-
], SyncConversationDto.prototype, "model", void 0);
|
|
70
|
-
__decorate([
|
|
71
|
-
(0, swagger_1.ApiPropertyOptional)({
|
|
72
|
-
description: 'URL of the external session',
|
|
73
|
-
example: 'https://claude.ai/chat/abc123',
|
|
74
|
-
}),
|
|
75
|
-
(0, class_validator_1.IsOptional)(),
|
|
76
|
-
(0, class_validator_1.IsUrl)(),
|
|
77
|
-
__metadata("design:type", String)
|
|
78
|
-
], SyncConversationDto.prototype, "session_url", void 0);
|
|
79
|
-
__decorate([
|
|
80
|
-
(0, swagger_1.ApiPropertyOptional)({
|
|
81
|
-
description: 'Raw request body from external source (for debugging)',
|
|
82
|
-
}),
|
|
83
|
-
(0, class_validator_1.IsOptional)(),
|
|
84
|
-
(0, class_validator_1.IsArray)(),
|
|
85
|
-
__metadata("design:type", Object)
|
|
86
|
-
], SyncConversationDto.prototype, "rawRequestBody", void 0);
|
|
87
|
-
__decorate([
|
|
88
|
-
(0, swagger_1.ApiProperty)({ description: 'Array of conversation turns', type: [TurnDto] }),
|
|
89
|
-
(0, class_validator_1.IsArray)(),
|
|
90
|
-
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
91
|
-
(0, class_transformer_1.Type)(() => TurnDto),
|
|
92
|
-
__metadata("design:type", Array)
|
|
93
|
-
], SyncConversationDto.prototype, "turns", void 0);
|
|
94
|
-
//# sourceMappingURL=sync-conversation.dto.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sync-conversation.dto.js","sourceRoot":"","sources":["../../../../src/llm-responses/dto/sync-conversation.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,yDAAyC;AACzC,6CAAmE;AAEnE,MAAM,OAAO;CAwBZ;AApBC;IAHC,IAAA,qBAAW,EAAC,EAAE,WAAW,EAAE,yBAAyB,EAAE,CAAC;IACvD,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mCACF;AAOX;IALC,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,4BAA4B;QACzC,IAAI,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;KACxB,CAAC;IACD,IAAA,sBAAI,EAAC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;;qCACD;AAKvB;IAHC,IAAA,qBAAW,EAAC,EAAE,WAAW,EAAE,0BAA0B,EAAE,CAAC;IACxD,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wCACG;AAOhB;IALC,IAAA,6BAAmB,EAAC;QACnB,WAAW,EAAE,yDAAyD;KACvE,CAAC;IACD,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;yCACO;AAGpB,MAAa,mBAAmB;CAuC/B;AAvCD,kDAuCC;AAnCC;IAHC,IAAA,6BAAmB,EAAC,EAAE,WAAW,EAAE,qCAAqC,EAAE,CAAC;IAC3E,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;+CACC;AAKZ;IAHC,IAAA,qBAAW,EAAC,EAAE,WAAW,EAAE,2BAA2B,EAAE,CAAC;IACzD,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACC;AAQd;IANC,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,6CAA6C;QAC1D,OAAO,EAAE,sBAAsB;KAChC,CAAC;IACD,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACC;AAQd;IANC,IAAA,6BAAmB,EAAC;QACnB,WAAW,EAAE,6BAA6B;QAC1C,OAAO,EAAE,+BAA+B;KACzC,CAAC;IACD,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;wDACa;AAOrB;IALC,IAAA,6BAAmB,EAAC;QACnB,WAAW,EAAE,uDAAuD;KACrE,CAAC;IACD,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;2DACW;AAMrB;IAJC,IAAA,qBAAW,EAAC,EAAE,WAAW,EAAE,6BAA6B,EAAE,IAAI,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC;IAC5E,IAAA,yBAAO,GAAE;IACT,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IAC9B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,OAAO,CAAC;;kDACH"}
|