@compilr-dev/sdk 0.10.22 → 0.10.23

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.
@@ -173,6 +173,13 @@ export const TOOL_GROUPS = {
173
173
  tier: 'direct',
174
174
  note: 'Hand off current task to another specialist or coordinator',
175
175
  },
176
+ consult: {
177
+ label: 'Agent Consult',
178
+ tools: [TOOL_NAMES.CONSULT],
179
+ readOnly: false,
180
+ tier: 'direct',
181
+ note: 'Ask another specialist a focused question without giving up the conversation',
182
+ },
176
183
  guide: {
177
184
  label: 'CLI Documentation',
178
185
  tools: [TOOL_NAMES.COMPILR_GUIDE],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compilr-dev/sdk",
3
- "version": "0.10.22",
3
+ "version": "0.10.23",
4
4
  "description": "Universal agent runtime for building AI-powered applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",