deepseek-coder-agent-cli 1.0.73 → 1.0.74

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.
File without changes
@@ -12,10 +12,10 @@ export class HITLCapabilityModule {
12
12
  async create(context) {
13
13
  return {
14
14
  id: this.options.id ?? 'hitl.decision.system',
15
- description: this.options.description ?? 'Human-in-the-loop decision system. This is the ONLY HITL system in the repository.',
15
+ description: this.options.description ?? 'Human-in-the-loop decision system. ONLY use for extremely complex refactoring or when deep planning is needed. Proceed autonomously for all routine tasks.',
16
16
  toolSuite: {
17
17
  id: 'hitl',
18
- description: 'Pause execution for human decisions on critical paths',
18
+ description: 'Pause execution for human decisions. Reserved ONLY for extremely complex refactoring or deep planning. Do not use for routine tasks.',
19
19
  tools: createHITLTools(),
20
20
  },
21
21
  metadata: {
@@ -1 +1 @@
1
- {"version":3,"file":"hitlCapability.js","sourceRoot":"","sources":["../../src/capabilities/hitlCapability.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AASxD,MAAM,OAAO,oBAAoB;IACtB,EAAE,GAAG,iBAAiB,CAAC;IACf,OAAO,CAAwB;IAEhD,YAAY,UAAiC,EAAE;QAC7C,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,OAA0B;QACrC,OAAO;YACL,EAAE,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,sBAAsB;YAC7C,WAAW,EAAE,IAAI,CAAC,OAAO,CAAC,WAAW,IAAI,oFAAoF;YAC7H,SAAS,EAAE;gBACT,EAAE,EAAE,MAAM;gBACV,WAAW,EAAE,uDAAuD;gBACpE,KAAK,EAAE,eAAe,EAAE;aACzB;YACD,QAAQ,EAAE;gBACR,SAAS,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,IAAI,IAAI;gBACzC,SAAS,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,IAAI,CAAC;gBACtC,IAAI,EAAE,gEAAgE;aACvE;SACF,CAAC;IACJ,CAAC;CACF"}
1
+ {"version":3,"file":"hitlCapability.js","sourceRoot":"","sources":["../../src/capabilities/hitlCapability.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AASxD,MAAM,OAAO,oBAAoB;IACtB,EAAE,GAAG,iBAAiB,CAAC;IACf,OAAO,CAAwB;IAEhD,YAAY,UAAiC,EAAE;QAC7C,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,OAA0B;QACrC,OAAO;YACL,EAAE,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,sBAAsB;YAC7C,WAAW,EAAE,IAAI,CAAC,OAAO,CAAC,WAAW,IAAI,4JAA4J;YACrM,SAAS,EAAE;gBACT,EAAE,EAAE,MAAM;gBACV,WAAW,EAAE,sIAAsI;gBACnJ,KAAK,EAAE,eAAe,EAAE;aACzB;YACD,QAAQ,EAAE;gBACR,SAAS,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,IAAI,IAAI;gBACzC,SAAS,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,IAAI,CAAC;gBACtC,IAAI,EAAE,gEAAgE;aACvE;SACF,CAAC;IACJ,CAAC;CACF"}
@@ -1,43 +1,43 @@
1
1
  {
2
- "$schema": "./schemas/agent-profile.schema.json",
3
- "contractVersion": "1.0.0",
4
- "version": "2024-11-24",
5
- "label": "AGI CLI profile manifest",
6
- "description": "Default profile definitions shipped with the CLI, including provider defaults and rulebook bindings.",
7
- "profiles": [
8
- {
9
- "name": "general",
10
- "label": "AGI",
11
- "description": "General-purpose operator with advanced reasoning across research, planning, writing, and coding tasks.",
12
- "defaultProvider": "anthropic",
13
- "defaultModel": "claude-sonnet-4-20250514",
14
- "temperature": 0.2,
15
- "systemPrompt": {
16
- "type": "rulebook",
17
- "template": "{{rulebook}}"
18
- },
19
- "rulebook": {
20
- "file": "agents/general.rules.json",
21
- "version": "2024-11-24",
22
- "contractVersion": "1.0.0",
23
- "description": "Structured rules governing the balanced AGI profile."
24
- }
25
- },
26
- {
27
- "name": "agi-code",
28
- "label": "AGI Code",
29
- "description": "Coding specialist with advanced reasoning capabilities.",
30
- "defaultProvider": "anthropic",
31
- "defaultModel": "claude-sonnet-4-20250514",
32
- "systemPrompt": {
33
- "type": "rulebook"
34
- },
35
- "rulebook": {
36
- "file": "agents/agi-code.rules.json",
37
- "version": "2024-11-24",
38
- "contractVersion": "1.0.0",
39
- "description": "Deterministic coding workflow guardrails."
40
- }
41
- }
42
- ]
2
+ "$schema": "./schemas/agent-profile.schema.json",
3
+ "contractVersion": "1.0.0",
4
+ "version": "2024-11-24",
5
+ "label": "AGI CLI profile manifest",
6
+ "description": "Default profile definitions shipped with the CLI, including provider defaults and rulebook bindings.",
7
+ "profiles": [
8
+ {
9
+ "name": "general",
10
+ "label": "AGI",
11
+ "description": "General-purpose operator with advanced reasoning across research, planning, writing, and coding tasks.",
12
+ "defaultProvider": "anthropic",
13
+ "defaultModel": "claude-sonnet-4-20250514",
14
+ "temperature": 0.2,
15
+ "systemPrompt": {
16
+ "type": "rulebook",
17
+ "template": "{{rulebook}}"
18
+ },
19
+ "rulebook": {
20
+ "file": "agents/general.rules.json",
21
+ "version": "2024-11-24",
22
+ "contractVersion": "1.0.0",
23
+ "description": "Structured rules governing the balanced AGI profile."
24
+ }
25
+ },
26
+ {
27
+ "name": "agi-code",
28
+ "label": "AGI Code",
29
+ "description": "Coding specialist with advanced reasoning capabilities.",
30
+ "defaultProvider": "anthropic",
31
+ "defaultModel": "claude-sonnet-4-20250514",
32
+ "systemPrompt": {
33
+ "type": "rulebook"
34
+ },
35
+ "rulebook": {
36
+ "file": "agents/agi-code.rules.json",
37
+ "version": "2024-11-24",
38
+ "contractVersion": "1.0.0",
39
+ "description": "Deterministic coding workflow guardrails."
40
+ }
41
+ }
42
+ ]
43
43
  }