@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 +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/lib.cjs +1 -1
- package/dist/lib.d.cts +3 -3
- package/dist/lib.d.mts +3 -3
- package/dist/lib.mjs +1 -1
- package/dist/{logger-BgIRe1XW.cjs → logger-BnoAqRzV.cjs} +1 -1
- package/dist/{logger-CNqwROXt.mjs → logger-DueC26qS.mjs} +1 -1
- package/package.json +2 -2
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
|
-
-
|
|
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
|
|
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
|