Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: j3ssie/osmedeus

Tags

v5.0.3

Toggle v5.0.3's commit message
feat(db): add db_import_vigolium importer and harden CLI run

- Add db_import_vigolium JS function that routes vigolium JSONL records
  by envelope type: http_record -> assets, finding -> vulnerabilities
  (deduped on new finding_hash column), skipping scan/oast_interaction
- Add FindingHash field to Vulnerability model with idempotent ALTER
  TABLE migration and matching index
- Suppress run errors when using --silent --empty-target placeholder mode
- Retry transient fetchURLContent failures (network errors, 408/429/5xx)
  with exponential backoff; leave 4xx untouched so GitHub auth fallback
  can engage
- Add unit tests for the vigolium importer (import + idempotency) and
  the HTTP retry behavior, plus a vigolium juice-shop sample fixture
- Bump katana, naabu, kingfisher, bearer registry entries and add
  vigolium to the direct-fetch registry

v5.0.2

Toggle v5.0.2's commit message
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

v5.0.1

Toggle v5.0.1's commit message
feat: Add agent-acp step type with ACP protocol support

- Implement agent-acp step type for spawning external ACP agent subprocesses via Agent Communication Protocol
- Add ACPExecutor with validation, field rendering, and subprocess lifecycle management
- Integrate agent-acp field rendering in StepDispatcher (batch and sequential modes)
- Add run_agent() utility function for workflows to execute ACP agents from steps and JS context
- Add osmedeus agent CLI command for interactive agent execution with --agent, --cwd, --timeout, --stdin, and --list flags
- Add /osm/api/agent/chat/completions REST endpoint with OpenAI-compatible chat format and concurrency control
- Support agent selection via: built-in names (claude-code, codex, opencode, gemini) or custom acp_config.command
- Add step-level configuration: cwd, allowed_paths, acp_config (command, args, env, write_enabled)
- Add comprehensive E2E tests for agent-acp workflows (basic, minimal, config, codex variants)
- Add test workflows in test/testdata/workflows/agent-and-llm/
- Update AGENTS.md documentation with agent-acp examples, CLI usage, and API endpoints

v0.0.0-nightly

Toggle v0.0.0-nightly's commit message
Nightly build 2026-01-25

v5.0.0

Toggle v5.0.0's commit message
Release v5.0.0

v5.0.0-beta

Toggle v5.0.0-beta's commit message
Complete rewrite and re-architecture Osmedeus Engine in v5

v4.7.1

Toggle v4.7.1's commit message
Added the workspace name in the scanning endpoint

v4.7.0

Toggle v4.7.0's commit message
Update v4.7.0

v4.6.4

Toggle v4.6.4's commit message
v4.6.4: Update dependencies

v4.6.3

Toggle v4.6.3's commit message
Release v4.6.3