@xn-intenton-z2a/agentic-lib 7.1.38 → 7.1.39

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xn-intenton-z2a/agentic-lib",
3
- "version": "7.1.38",
3
+ "version": "7.1.39",
4
4
  "description": "Agentic-lib Agentic Coding Systems SDK powering automated GitHub workflows.",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -41,7 +41,7 @@ inputs:
41
41
  model:
42
42
  description: "Copilot SDK model to use"
43
43
  required: false
44
- default: "claude-sonnet-4"
44
+ default: "gpt-5-mini"
45
45
 
46
46
  outputs:
47
47
  result:
@@ -14,7 +14,7 @@
14
14
  "author": "",
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
- "@xn-intenton-z2a/agentic-lib": "^7.1.38"
17
+ "@xn-intenton-z2a/agentic-lib": "^7.1.39"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@vitest/coverage-v8": "^4.0.0",
@@ -35,10 +35,10 @@ on:
35
35
  description: "Copilot SDK model to use"
36
36
  type: choice
37
37
  required: false
38
- default: "claude-sonnet-4"
38
+ default: "gpt-5-mini"
39
39
  options:
40
- - claude-sonnet-4
41
40
  - gpt-5-mini
41
+ - claude-sonnet-4
42
42
  - gpt-4.1
43
43
 
44
44
  permissions:
@@ -58,7 +58,7 @@ jobs:
58
58
  shell: bash
59
59
  run: |
60
60
  MODEL='${{ inputs.model }}'
61
- echo "model=${MODEL:-claude-sonnet-4}" >> $GITHUB_OUTPUT
61
+ echo "model=${MODEL:-gpt-5-mini}" >> $GITHUB_OUTPUT
62
62
  outputs:
63
63
  model: ${{ steps.normalise.outputs.model }}
64
64
 
@@ -25,10 +25,10 @@ on:
25
25
  description: "Copilot SDK model to use"
26
26
  type: choice
27
27
  required: false
28
- default: "claude-sonnet-4"
28
+ default: "gpt-5-mini"
29
29
  options:
30
- - claude-sonnet-4
31
30
  - gpt-5-mini
31
+ - claude-sonnet-4
32
32
  - gpt-4.1
33
33
 
34
34
  permissions:
@@ -48,7 +48,7 @@ jobs:
48
48
  shell: bash
49
49
  run: |
50
50
  MODEL='${{ inputs.model }}'
51
- echo "model=${MODEL:-claude-sonnet-4}" >> $GITHUB_OUTPUT
51
+ echo "model=${MODEL:-gpt-5-mini}" >> $GITHUB_OUTPUT
52
52
  outputs:
53
53
  model: ${{ steps.normalise.outputs.model }}
54
54
 
@@ -29,10 +29,10 @@ on:
29
29
  description: "Copilot SDK model to use"
30
30
  type: choice
31
31
  required: false
32
- default: "claude-sonnet-4"
32
+ default: "gpt-5-mini"
33
33
  options:
34
- - claude-sonnet-4
35
34
  - gpt-5-mini
35
+ - claude-sonnet-4
36
36
  - gpt-4.1
37
37
 
38
38
  permissions:
@@ -53,7 +53,7 @@ jobs:
53
53
  STEP='${{ inputs.step }}'
54
54
  echo "step=${STEP:-all}" >> $GITHUB_OUTPUT
55
55
  MODEL='${{ inputs.model }}'
56
- echo "model=${MODEL:-claude-sonnet-4}" >> $GITHUB_OUTPUT
56
+ echo "model=${MODEL:-gpt-5-mini}" >> $GITHUB_OUTPUT
57
57
  outputs:
58
58
  step: ${{ steps.normalise.outputs.step }}
59
59
  model: ${{ steps.normalise.outputs.model }}
@@ -28,10 +28,10 @@ on:
28
28
  description: "Copilot SDK model to use"
29
29
  type: choice
30
30
  required: false
31
- default: "claude-sonnet-4"
31
+ default: "gpt-5-mini"
32
32
  options:
33
- - claude-sonnet-4
34
33
  - gpt-5-mini
34
+ - claude-sonnet-4
35
35
  - gpt-4.1
36
36
 
37
37
  permissions:
@@ -52,7 +52,7 @@ jobs:
52
52
  STEP='${{ inputs.step }}'
53
53
  echo "step=${STEP:-all}" >> $GITHUB_OUTPUT
54
54
  MODEL='${{ inputs.model }}'
55
- echo "model=${MODEL:-claude-sonnet-4}" >> $GITHUB_OUTPUT
55
+ echo "model=${MODEL:-gpt-5-mini}" >> $GITHUB_OUTPUT
56
56
  outputs:
57
57
  step: ${{ steps.normalise.outputs.step }}
58
58
  model: ${{ steps.normalise.outputs.model }}
@@ -20,10 +20,10 @@ on:
20
20
  description: "Copilot SDK model to use"
21
21
  type: choice
22
22
  required: false
23
- default: "claude-sonnet-4"
23
+ default: "gpt-5-mini"
24
24
  options:
25
- - claude-sonnet-4
26
25
  - gpt-5-mini
26
+ - claude-sonnet-4
27
27
  - gpt-4.1
28
28
 
29
29
  permissions:
@@ -43,7 +43,7 @@ jobs:
43
43
  shell: bash
44
44
  run: |
45
45
  MODEL='${{ inputs.model }}'
46
- echo "model=${MODEL:-claude-sonnet-4}" >> $GITHUB_OUTPUT
46
+ echo "model=${MODEL:-gpt-5-mini}" >> $GITHUB_OUTPUT
47
47
  outputs:
48
48
  model: ${{ steps.normalise.outputs.model }}
49
49
 
@@ -35,10 +35,10 @@ on:
35
35
  description: "Copilot SDK model to use"
36
36
  type: choice
37
37
  required: false
38
- default: "claude-sonnet-4"
38
+ default: "gpt-5-mini"
39
39
  options:
40
- - claude-sonnet-4
41
40
  - gpt-5-mini
41
+ - claude-sonnet-4
42
42
  - gpt-4.1
43
43
 
44
44
  permissions:
@@ -63,7 +63,7 @@ jobs:
63
63
  shell: bash
64
64
  run: |
65
65
  MODEL='${{ inputs.model }}'
66
- echo "model=${MODEL:-claude-sonnet-4}" >> $GITHUB_OUTPUT
66
+ echo "model=${MODEL:-gpt-5-mini}" >> $GITHUB_OUTPUT
67
67
  outputs:
68
68
  model: ${{ steps.normalise.outputs.model }}
69
69