@agentuity/opencode 1.0.20 → 1.0.22

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.
@@ -252,7 +252,7 @@ export const architectAgent = {
252
252
  id: 'ag-architect',
253
253
  displayName: 'Agentuity Coder Architect',
254
254
  description: 'Senior implementer for complex autonomous tasks - Cadence mode, deep reasoning, extended execution',
255
- defaultModel: 'openai/gpt-5.2-codex',
255
+ defaultModel: 'openai/gpt-5.3-codex',
256
256
  systemPrompt: ARCHITECT_SYSTEM_PROMPT,
257
257
  reasoningEffort: 'xhigh', // Maximum reasoning for complex tasks
258
258
  temperature: 0.1, // Deterministic - precise code generation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentuity/opencode",
3
- "version": "1.0.20",
3
+ "version": "1.0.22",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Agentuity employees and contributors",
6
6
  "description": "Agentuity Open Code plugin with specialized AI coding agents",
@@ -40,13 +40,13 @@
40
40
  "prepublishOnly": "bun run clean && bun run build"
41
41
  },
42
42
  "dependencies": {
43
- "@agentuity/core": "1.0.20",
43
+ "@agentuity/core": "1.0.22",
44
44
  "@opencode-ai/plugin": "^1.1.36",
45
45
  "yaml": "^2.8.1",
46
46
  "zod": "^4.3.5"
47
47
  },
48
48
  "devDependencies": {
49
- "@agentuity/test-utils": "1.0.20",
49
+ "@agentuity/test-utils": "1.0.22",
50
50
  "@types/bun": "latest",
51
51
  "bun-types": "latest",
52
52
  "typescript": "^5.9.0"
@@ -256,7 +256,7 @@ export const architectAgent: AgentDefinition = {
256
256
  displayName: 'Agentuity Coder Architect',
257
257
  description:
258
258
  'Senior implementer for complex autonomous tasks - Cadence mode, deep reasoning, extended execution',
259
- defaultModel: 'openai/gpt-5.2-codex',
259
+ defaultModel: 'openai/gpt-5.3-codex',
260
260
  systemPrompt: ARCHITECT_SYSTEM_PROMPT,
261
261
  reasoningEffort: 'xhigh', // Maximum reasoning for complex tasks
262
262
  temperature: 0.1, // Deterministic - precise code generation