Skip to content

Commit 892c22e

Browse files
build(manifest): add and update npmSync packages
Add new AI CLI packages to npmSync: - @github/copilot 1.0.56 - @google/gemini-cli 0.44.1 - @qoder-ai/qodercli 1.0.10 - @tencent-ai/codebuddy-code 2.100.1 - opencode-ai 1.15.13 Update existing packages: - @anthropic-ai/claude-code 2.1.119 → 2.1.159 - @openai/codex 0.125.0 → 0.135.0 Co-Authored-By: Hagicode <noreply@hagicode.com> Signed-off-by: newbe36524 <newbe36524@qq.com>
1 parent 189599b commit 892c22e

2 files changed

Lines changed: 31 additions & 5 deletions

File tree

resources/manifest.yml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,17 +127,32 @@ phases:
127127
npmSync:
128128
packages:
129129
"@anthropic-ai/claude-code":
130-
version: 2.1.119
131-
target: 2.1.119
130+
version: 2.1.159
131+
target: 2.1.159
132+
"@github/copilot":
133+
version: 1.0.56
134+
target: 1.0.56
135+
"@google/gemini-cli":
136+
version: 0.44.1
137+
target: 0.44.1
138+
"@qoder-ai/qodercli":
139+
version: 1.0.10
140+
target: 1.0.10
141+
"@tencent-ai/codebuddy-code":
142+
version: 2.100.1
143+
target: 2.100.1
132144
"@fission-ai/openspec":
133145
version: 1.3.1
134146
target: 1.3.1
135147
"@openai/codex":
136-
version: 0.125.0
137-
target: 0.125.0
148+
version: 0.135.0
149+
target: 0.135.0
138150
impeccable:
139151
version: 2.1.9
140152
target: 2.1.9
153+
opencode-ai:
154+
version: 1.15.13
155+
target: 1.15.13
141156
skills:
142157
version: 1.5.1
143158
target: 1.5.1

src/main/__tests__/hagiscript-desktop-manifest.test.ts

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,18 @@ describe('hagiscript desktop manifest builder', () => {
8484
);
8585
assert.deepEqual(
8686
Object.keys((manifest as { npmSync?: { packages: Record<string, unknown> } }).npmSync?.packages ?? {}),
87-
['@anthropic-ai/claude-code', '@fission-ai/openspec', '@openai/codex', 'impeccable', 'skills'],
87+
[
88+
'@anthropic-ai/claude-code',
89+
'@github/copilot',
90+
'@google/gemini-cli',
91+
'@qoder-ai/qodercli',
92+
'@tencent-ai/codebuddy-code',
93+
'@fission-ai/openspec',
94+
'@openai/codex',
95+
'impeccable',
96+
'opencode-ai',
97+
'skills',
98+
],
8899
);
89100
});
90101

0 commit comments

Comments
 (0)