Files
j3ssie 0269cf4e26 feat: update Next.js build assets and add cloud setup E2E tests
- Update Next.js generated chunk hashes and build IDs reflecting latest dashboard build
- Update CSS stylesheet references in workflow upload page metadata
- Add comprehensive cloud setup E2E test suite (cloud_setup_test.go) with SSH password/key auth, post-command variable expansion, and Ansible integration
- Fix API priority levels to include 'medium' priority in test coverage
- Add agent-sdk test workflows (minimal, config, codex, multi-agent, session variants)
- Update E2E test utilities with runCLIInBase helper for multi-step cloud config tests
- Fix stderr/stdout capture in dependencies_target_types_test assertions
2026-04-04 13:57:34 +08:00

23 lines
478 B
YAML

kind: module
name: test-agent-sdk-codex
description: Test agent-sdk step with codex agent
tags: test,agent-sdk,codex
params:
- name: target
required: true
default: example.com
steps:
- name: sdk-codex
type: agent-sdk
log: "Running Codex SDK agent for {{Target}}"
agent: codex
sdk_config:
sandbox: "danger-full-access"
messages:
- role: user
content: "Explain what {{Target}} is."
exports:
result: "{{sdk_output}}"