repoburg 1.3.83 → 1.3.85
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/.env +2 -2
- package/backend/dist/src/application-state/application-state.module.js +4 -1
- package/backend/dist/src/application-state/application-state.module.js.map +1 -1
- package/backend/dist/src/application-state/application-state.service.d.ts +4 -2
- package/backend/dist/src/application-state/application-state.service.js +15 -1
- package/backend/dist/src/application-state/application-state.service.js.map +1 -1
- package/backend/dist/src/core-entities/system-prompt.entity.d.ts +1 -0
- package/backend/dist/src/core-entities/system-prompt.entity.js +4 -0
- package/backend/dist/src/core-entities/system-prompt.entity.js.map +1 -1
- package/backend/dist/src/interactive-chat/chat.service.js +2 -2
- package/backend/dist/src/interactive-chat/chat.service.js.map +1 -1
- package/backend/dist/src/llm-orchestration/action-handlers/request-context.handler.d.ts +2 -0
- package/backend/dist/src/llm-orchestration/action-handlers/request-context.handler.js +2 -2
- package/backend/dist/src/llm-orchestration/action-handlers/request-context.handler.js.map +1 -1
- package/backend/dist/src/llm-orchestration/action-handlers/run-command.handler.js +1 -1
- package/backend/dist/src/llm-orchestration/action-handlers/run-command.handler.js.map +1 -1
- package/backend/dist/src/llm-orchestration/hooks/yolo-mode-post-execution.hook.js +2 -2
- package/backend/dist/src/llm-orchestration/hooks/yolo-mode-post-execution.hook.js.map +1 -1
- package/backend/dist/src/llm-orchestration/llm-orchestration.interfaces.d.ts +1 -0
- package/backend/dist/src/llm-orchestration/llm-orchestration.interfaces.js +1 -0
- package/backend/dist/src/llm-orchestration/llm-orchestration.interfaces.js.map +1 -1
- package/backend/dist/src/llm-orchestration/llm-turn-processor.service.d.ts +3 -2
- package/backend/dist/src/llm-orchestration/llm-turn-processor.service.js +9 -1
- package/backend/dist/src/llm-orchestration/llm-turn-processor.service.js.map +1 -1
- package/backend/dist/src/seeding/data/sub-agents/handover-session.d.ts +1 -1
- package/backend/dist/src/seeding/data/sub-agents/handover-session.js +6 -4
- package/backend/dist/src/seeding/data/sub-agents/handover-session.js.map +1 -1
- package/backend/dist/src/seeding/data/system-prompts/default_native_tool_agent.d.ts +1 -1
- package/backend/dist/src/seeding/data/system-prompts/default_native_tool_agent.js +6 -1
- package/backend/dist/src/seeding/data/system-prompts/default_native_tool_agent.js.map +1 -1
- package/backend/dist/src/seeding/data/system-prompts/handover-agent.d.ts +1 -1
- package/backend/dist/src/seeding/data/system-prompts/handover-agent.js +61 -28
- package/backend/dist/src/seeding/data/system-prompts/handover-agent.js.map +1 -1
- package/backend/dist/src/seeding/data/system-prompts/master-agent.d.ts +1 -1
- package/backend/dist/src/seeding/data/system-prompts/master-agent.js +3 -0
- package/backend/dist/src/seeding/data/system-prompts/master-agent.js.map +1 -1
- package/backend/dist/src/system-prompts/dto/system-prompt.dto.d.ts +2 -0
- package/backend/dist/src/system-prompts/dto/system-prompt.dto.js +12 -0
- package/backend/dist/src/system-prompts/dto/system-prompt.dto.js.map +1 -1
- package/backend/dist/src/system-prompts/system-prompts.service.d.ts +2 -0
- package/backend/dist/src/system-prompts/system-prompts.service.js +23 -1
- 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