@agentrix/cli 0.6.0 → 0.7.1

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.
package/README.md CHANGED
@@ -208,12 +208,12 @@ TypeScript path alias `@/*` maps to `src/*`.
208
208
  ### ClaudeWorker
209
209
  - Uses `@anthropic-ai/claude-agent-sdk`
210
210
  - Supports all Claude Code capabilities
211
- - Auto-commits changes on completion
211
+ - Generates artifacts from workspace snapshots and can suggest commit messages during PR flows
212
212
 
213
213
  ### CodexWorker
214
214
  - Uses `@openai/codex-sdk`
215
215
  - Supports special commands (merge-request)
216
- - Auto-generates diffs and commits
216
+ - Auto-generates diffs and can suggest commit messages during PR flows
217
217
 
218
218
  Both workers:
219
219
  - Setup workspace and handle git state on start