@x-all-in-one/coding-helper 0.4.4 → 0.4.5

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.
@@ -16,6 +16,7 @@ const OH_MY_OPENCODE_AGENTS = [
16
16
  'frontend-ui-ux-engineer',
17
17
  'document-writer',
18
18
  'multimodal-looker',
19
+ 'atlas',
19
20
  ];
20
21
  // Unified output token limit for all models
21
22
  const OUTPUT_TOKEN_LIMIT = 32000;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@x-all-in-one/coding-helper",
3
3
  "type": "module",
4
- "version": "0.4.4",
4
+ "version": "0.4.5",
5
5
  "description": "X All In One Coding Helper",
6
6
  "author": "X.AIO",
7
7
  "homepage": "https://docs.x-aio.com/zh/docs",