@agentuity/claude-code 1.0.15 → 1.0.16

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,6 +1,6 @@
1
1
  {
2
2
  "name": "agentuity-coder",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Agentuity Coder - a team of specialized AI agents for code assistance with persistent memory via Agentuity Cloud",
5
5
  "author": {
6
6
  "name": "Agentuity",
package/agents/scout.md CHANGED
@@ -23,7 +23,7 @@ description: |
23
23
  assistant: "I'll search the codebase for Hono middleware patterns, check official docs via WebFetch, and compile a report of what I find."
24
24
  <commentary>Scout combines codebase exploration with external research.</commentary>
25
25
  </example>
26
- model: haiku
26
+ model: sonnet
27
27
  color: cyan
28
28
  tools: ['Read', 'Glob', 'Grep', 'WebFetch', 'WebSearch']
29
29
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentuity/claude-code",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Agentuity employees and contributors",
6
6
  "description": "Agentuity Coder plugin for Claude Code with specialized AI coding agents",