wave-agent-sdk 0.12.2 → 0.12.3

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.
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: Bash
2
3
  description: Command execution specialist for running bash commands. Use this for git operations, command execution, and other terminal tasks.
3
4
  tools: [Bash]
4
5
  model: inherit
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: Explore
2
3
  description: 'Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. "src/components/**/*.tsx"), search code for keywords (eg. "API endpoints"), or answer questions about the codebase (eg. "how do API endpoints work?"). When calling this agent, specify the desired thoroughness level: "quick" for basic searches, "medium" for moderate exploration, or "very thorough" for comprehensive analysis across multiple locations and naming conventions.'
3
4
  tools: [Glob, Grep, Read, Bash, LSP]
4
5
  model: fastModel
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: Plan
2
3
  description: Software architect agent for designing implementation plans. Use this when you need to plan the implementation strategy for a task. Returns step-by-step plans, identifies critical files, and considers architectural trade-offs.
3
4
  tools: [Glob, Grep, Read, Bash, LSP]
4
5
  model: inherit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wave-agent-sdk",
3
- "version": "0.12.2",
3
+ "version": "0.12.3",
4
4
  "description": "SDK for building AI-powered development tools and agents",
5
5
  "keywords": [
6
6
  "ai",