repoburg 1.3.145 → 1.3.147
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/llm-orchestration/action-handlers/manage-agents.handler.js +23 -8
- package/backend/dist/src/llm-orchestration/action-handlers/manage-agents.handler.js.map +1 -1
- package/backend/dist/src/llm-orchestration/action-handlers/manage-context-snippets.handler.js +19 -6
- package/backend/dist/src/llm-orchestration/action-handlers/manage-context-snippets.handler.js.map +1 -1
- package/backend/dist/src/llm-orchestration/action-handlers/manage-context-templates.handler.js +27 -10
- package/backend/dist/src/llm-orchestration/action-handlers/manage-context-templates.handler.js.map +1 -1
- package/backend/dist/src/llm-orchestration/action-handlers/manage-custom-snippets.handler.js +21 -7
- package/backend/dist/src/llm-orchestration/action-handlers/manage-custom-snippets.handler.js.map +1 -1
- package/backend/dist/src/llm-orchestration/action-handlers/manage-custom-variables.handler.js +17 -5
- package/backend/dist/src/llm-orchestration/action-handlers/manage-custom-variables.handler.js.map +1 -1
- package/backend/dist/src/llm-orchestration/action-handlers/manage-mcp-servers.handler.js +19 -6
- package/backend/dist/src/llm-orchestration/action-handlers/manage-mcp-servers.handler.js.map +1 -1
- package/backend/dist/src/llm-orchestration/action-handlers/manage-sub-agents.handler.js +21 -7
- package/backend/dist/src/llm-orchestration/action-handlers/manage-sub-agents.handler.js.map +1 -1
- package/backend/dist/src/llm-orchestration/action-handlers/manage-system-prompts.handler.js +94 -34
- package/backend/dist/src/llm-orchestration/action-handlers/manage-system-prompts.handler.js.map +1 -1
- package/backend/dist/src/llm-orchestration/action-handlers/manage-tool-hooks.handler.js +23 -8
- package/backend/dist/src/llm-orchestration/action-handlers/manage-tool-hooks.handler.js.map +1 -1
- package/backend/dist/src/llm-orchestration/action-handlers/run-command.handler.js +1 -0
- package/backend/dist/src/llm-orchestration/action-handlers/run-command.handler.js.map +1 -1
- package/backend/dist/src/seeding/agent-seeding.service.js +10 -0
- package/backend/dist/src/seeding/agent-seeding.service.js.map +1 -1
- package/backend/dist/src/seeding/context-template-seeding.service.js +11 -0
- package/backend/dist/src/seeding/context-template-seeding.service.js.map +1 -1
- package/backend/dist/src/seeding/data/agents/{config-manager.d.ts → control-repoburg.d.ts} +4 -4
- package/backend/dist/src/seeding/data/agents/{config-manager.js → control-repoburg.js} +5 -5
- package/backend/dist/src/seeding/data/agents/control-repoburg.js.map +1 -0
- package/backend/dist/src/seeding/data/context-templates/control-repoburg-followup-context.d.ts +9 -0
- package/backend/dist/src/seeding/data/context-templates/{config-manager-followup-context.js → control-repoburg-followup-context.js} +8 -4
- package/backend/dist/src/seeding/data/context-templates/control-repoburg-followup-context.js.map +1 -0
- package/backend/dist/src/seeding/data/context-templates/control-repoburg-initial-context.d.ts +9 -0
- package/backend/dist/src/seeding/data/context-templates/{config-manager-initial-context.js → control-repoburg-initial-context.js} +7 -4
- package/backend/dist/src/seeding/data/context-templates/control-repoburg-initial-context.js.map +1 -0
- package/backend/dist/src/seeding/data/sub-agents/control-repoburg.d.ts +6 -0
- package/backend/dist/src/seeding/data/sub-agents/{config-manager.js → control-repoburg.js} +8 -5
- package/backend/dist/src/seeding/data/sub-agents/control-repoburg.js.map +1 -0
- package/backend/dist/src/seeding/data/system-prompts/control-repoburg-agent.d.ts +4 -0
- package/backend/dist/src/seeding/data/system-prompts/{config-manager-agent.js → control-repoburg-agent.js} +45 -7
- package/backend/dist/src/seeding/data/system-prompts/control-repoburg-agent.js.map +1 -0
- package/backend/dist/src/seeding/sub-agent-seeding.service.js +10 -0
- package/backend/dist/src/seeding/sub-agent-seeding.service.js.map +1 -1
- package/backend/dist/src/seeding/system-prompt-seeding.service.js +1 -1
- package/backend/dist/src/seeding/system-prompt-seeding.service.js.map +1 -1
- package/backend/dist/src/system-prompts/system-prompts.service.js +1 -0
- 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/seeding/data/agents/config-manager.js.map +0 -1
- package/backend/dist/src/seeding/data/context-templates/config-manager-followup-context.d.ts +0 -9
- package/backend/dist/src/seeding/data/context-templates/config-manager-followup-context.js.map +0 -1
- package/backend/dist/src/seeding/data/context-templates/config-manager-initial-context.d.ts +0 -9
- package/backend/dist/src/seeding/data/context-templates/config-manager-initial-context.js.map +0 -1
- package/backend/dist/src/seeding/data/sub-agents/config-manager.d.ts +0 -4
- package/backend/dist/src/seeding/data/sub-agents/config-manager.js.map +0 -1
- package/backend/dist/src/seeding/data/system-prompts/config-manager-agent.d.ts +0 -3
- package/backend/dist/src/seeding/data/system-prompts/config-manager-agent.js.map +0 -1
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config-manager.js","sourceRoot":"","sources":["../../../../../src/seeding/data/agents/config-manager.ts"],"names":[],"mappings":";;;AAAa,QAAA,IAAI,GAAG,gBAAgB,CAAC;AACxB,QAAA,WAAW,GACtB,kKAAkK,CAAC;AACxJ,QAAA,kBAAkB,GAAG,sBAAsB,CAAC;AAC5C,QAAA,qBAAqB,GAAG,gCAAgC,CAAC;AACzD,QAAA,8BAA8B,GAAG,iCAAiC,CAAC;AACnE,QAAA,QAAQ,GAAG,IAAI,CAAC;AAChB,QAAA,gBAAgB,GAAG,IAAI,CAAC;AACxB,QAAA,SAAS,GAAG,IAAI,CAAC"}
|
package/backend/dist/src/seeding/data/context-templates/config-manager-followup-context.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export declare const template_name = "Config Manager Follow-up";
|
|
2
|
-
export declare const template_type = "main";
|
|
3
|
-
export declare const is_default_initial = false;
|
|
4
|
-
export declare const is_default_followup = false;
|
|
5
|
-
export declare const is_default_condensed = false;
|
|
6
|
-
export declare const is_builtin = true;
|
|
7
|
-
export declare const builtin_key = "config-manager-followup-context";
|
|
8
|
-
export declare const context_definition: string;
|
|
9
|
-
export declare const template_content = "<% if (it.user_prev_action) { %>\n### Previous Actions Summary\n<%~ it.user_prev_action %>\n<% } %>\n\n<%~ it.context_snippets_content %>\n\n<%~ it.adhoc_files_content %>\n\n<%~ it.adhoc_folders_content %>\n\n<%~ it.adhoc_command_outputs_content %>\n\nUser Request:\n<%~ it.user_input %>\n";
|
package/backend/dist/src/seeding/data/context-templates/config-manager-followup-context.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config-manager-followup-context.js","sourceRoot":"","sources":["../../../../../src/seeding/data/context-templates/config-manager-followup-context.ts"],"names":[],"mappings":";;;AAAa,QAAA,aAAa,GAAG,0BAA0B,CAAC;AAC3C,QAAA,aAAa,GAAG,MAAM,CAAC;AACvB,QAAA,kBAAkB,GAAG,KAAK,CAAC;AAC3B,QAAA,mBAAmB,GAAG,KAAK,CAAC;AAC5B,QAAA,oBAAoB,GAAG,KAAK,CAAC;AAC7B,QAAA,UAAU,GAAG,IAAI,CAAC;AAClB,QAAA,WAAW,GAAG,iCAAiC,CAAC;AAChD,QAAA,kBAAkB,GAAG,IAAI,CAAC,SAAS,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAAC;AAChE,QAAA,gBAAgB,GAAG;;;;;;;;;;;;;;;CAe/B,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export declare const template_name = "Config Manager Initial";
|
|
2
|
-
export declare const template_type = "main";
|
|
3
|
-
export declare const is_default_initial = false;
|
|
4
|
-
export declare const is_default_followup = false;
|
|
5
|
-
export declare const is_default_condensed = false;
|
|
6
|
-
export declare const is_builtin = true;
|
|
7
|
-
export declare const builtin_key = "config-manager-initial-context";
|
|
8
|
-
export declare const context_definition: string;
|
|
9
|
-
export declare const template_content = "<%~ it.context_snippets_content %>\n\n<%~ it.adhoc_files_content %>\n\n<%~ it.adhoc_folders_content %>\n\nUser Request:\n\n<%~ it.user_input %>\n";
|
package/backend/dist/src/seeding/data/context-templates/config-manager-initial-context.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config-manager-initial-context.js","sourceRoot":"","sources":["../../../../../src/seeding/data/context-templates/config-manager-initial-context.ts"],"names":[],"mappings":";;;AAAa,QAAA,aAAa,GAAG,wBAAwB,CAAC;AACzC,QAAA,aAAa,GAAG,MAAM,CAAC;AACvB,QAAA,kBAAkB,GAAG,KAAK,CAAC;AAC3B,QAAA,mBAAmB,GAAG,KAAK,CAAC;AAC5B,QAAA,oBAAoB,GAAG,KAAK,CAAC;AAC7B,QAAA,UAAU,GAAG,IAAI,CAAC;AAClB,QAAA,WAAW,GAAG,gCAAgC,CAAC;AAC/C,QAAA,kBAAkB,GAAG,IAAI,CAAC,SAAS,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAAC;AAChE,QAAA,gBAAgB,GAAG;;;;;;;;;CAS/B,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const name = "Config Manager";
|
|
2
|
-
export declare const description = "Specialized agent for managing RepoBurg configuration \u2014 system prompts, context templates, snippets, variables, sub-agents, MCP servers, and tool hooks.";
|
|
3
|
-
export declare const system_prompt_name = "config-manager-agent";
|
|
4
|
-
export declare const enabled_tools: string[];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config-manager.js","sourceRoot":"","sources":["../../../../../src/seeding/data/sub-agents/config-manager.ts"],"names":[],"mappings":";;;AAAa,QAAA,IAAI,GAAG,gBAAgB,CAAC;AACxB,QAAA,WAAW,GACtB,0JAA0J,CAAC;AAChJ,QAAA,kBAAkB,GAAG,sBAAsB,CAAC;AAC5C,QAAA,aAAa,GAAG;IAC3B,iBAAiB;IACjB,aAAa;IACb,YAAY;IACZ,uBAAuB;IACvB,0BAA0B;IAC1B,yBAAyB;IACzB,wBAAwB;IACxB,yBAAyB;IACzB,mBAAmB;IACnB,oBAAoB;IACpB,mBAAmB;IACnB,OAAO;IACP,YAAY;IACZ,UAAU;IACV,cAAc;IACd,kBAAkB;CACnB,CAAC"}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export declare const name = "Config Manager";
|
|
2
|
-
export declare const enabled_tools: string[];
|
|
3
|
-
export declare const content = "You are a RepoBurg Configuration Manager \u2014 a specialized agent for managing all aspects of the RepoBurg system configuration.\n\n## Role\nYou manage RepoBurg's own configuration: system prompts, context templates, context snippets, custom snippets, custom variables, agents, sub-agents, MCP servers, and tool hooks. Think of you as the admin panel agent.\n\n## Key Principles\n1. **Read before write:** Always list or get an entity before modifying it to understand the current state.\n2. **Preserve built-ins:** Built-in entities (is_builtin=true) cannot be updated or deleted. Duplicate them to create editable copies.\n3. **Be precise:** Use exact UUIDs when referencing entities by ID. Use exact names when referencing by name.\n4. **JSON data:** When creating or updating entities, provide the data as a structured object with the exact field names documented in each tool.\n\n## Available Tools\n\n### System Prompts (manage_system_prompts)\nSystem prompts define the AI's behavior. They are Eta templates that get rendered with tool definitions and variables.\n- Actions: list, get, get_raw, create, update, delete, duplicate, set_default, set_enabled_tools, set_enabled_mcp_tools, toggle_tool, toggle_mcp_tool, preview\n- Key fields: prompt_name, prompt_content (Eta template), is_default, url, followup_token_limit\n\n### Context Templates (manage_context_templates)\nContext templates define how context (files, folders, tools) is assembled for LLM prompts. They use Eta syntax.\n- Actions: list, get, create, update, delete, duplicate, set_default_initial, set_default_followup, set_default_condensed\n- Key fields: template_name, template_content (Eta), context_definition (JSON), template_type (\"main\"|\"partial\")\n\n### Context Snippets (manage_context_snippets)\nContext snippets are reusable Eta template blocks accessible via it.snippets.handle in context templates.\n- Actions: list, get, create, update, delete\n- Key fields: handle (unique identifier), description, template_content (Eta)\n\n### Custom Snippets (manage_custom_snippets)\nCustom snippets are text expansion templates triggered by a prefix. Like VS Code snippets.\n- Actions: list, get, create, update, delete, duplicate\n- Key fields: prefix (trigger), description, body (expanded content), scope\n\n### Custom Variables (manage_custom_variables)\nCustom variables are key-value pairs available in templates via it.variables.KEY.\n- Actions: list, create, update, delete\n- Key fields: key (unique), value, enabled, is_freq_used, order_number\n\n### Agents (manage_agents)\nAgents are presets that group a system prompt, context templates, model, and reasoning effort together. Selecting an agent applies all its settings to a session at once.\n- Actions: list, get, create, update, delete, duplicate, set_default\n- Key fields: name, description, system_prompt_id, context_template_id, followup_context_template_id, model_id, reasoning_effort (\"low\"|\"medium\"|\"high\"), is_default, is_active, is_builtin\n- Built-in agents (is_builtin=true) can only have is_active, model_id, and reasoning_effort modified. Duplicate them to create fully editable copies.\n- Setting an agent as default clears the previous default.\n\n### Sub-Agents (manage_sub_agents)\nSub-agents are specialized agent configurations invoked by the master agent for specific tasks. They have their own system prompt, context templates, and restricted tool access.\n- Actions: list, get, create, update, delete, duplicate\n- Key fields: name, description, system_prompt_id, context_template_id, followup_context_template_id, enabled_tools, enabled_mcp_tools, is_active, model_id\n\n### MCP Servers (manage_mcp_servers)\nMCP servers provide external tools. Each active server's tools become available to the AI.\n- Actions: list, create, toggle_active, delete, toggle_tools\n- Key fields: server_name, command, args, env, is_active\n\n### Tool Hooks (manage_tool_hooks)\nTool hooks are custom scripts that run before or after tool execution for validation, logging, or modification.\n- Actions: list, create, update, delete, list_scripts, create_script, test\n- Key fields: tool_name, timing (\"before\"|\"after\"), script_filename, is_active\n\n\n";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config-manager-agent.js","sourceRoot":"","sources":["../../../../../src/seeding/data/system-prompts/config-manager-agent.ts"],"names":[],"mappings":";;;AAAa,QAAA,IAAI,GAAG,gBAAgB,CAAC;AACxB,QAAA,aAAa,GAAG;IAC3B,iBAAiB;IACjB,aAAa;IACb,YAAY;IACZ,uBAAuB;IACvB,0BAA0B;IAC1B,yBAAyB;IACzB,wBAAwB;IACxB,yBAAyB;IACzB,eAAe;IACf,mBAAmB;IACnB,oBAAoB;IACpB,mBAAmB;IACnB,OAAO;IACP,YAAY;IACZ,UAAU;IACV,cAAc;IACd,kBAAkB;CACnB,CAAC;AACW,QAAA,OAAO,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6DtB,CAAC"}
|