Skip to content

feat(cli): migrate concurrency-limit, events, experimental to cyclopts (wave 4b)#20724

Merged
zzstoatzz merged 2 commits intomainfrom
cli-cyclopts/wave-4b
Feb 18, 2026
Merged

feat(cli): migrate concurrency-limit, events, experimental to cyclopts (wave 4b)#20724
zzstoatzz merged 2 commits intomainfrom
cli-cyclopts/wave-4b

Conversation

@zzstoatzz
Copy link
Collaborator

@zzstoatzz zzstoatzz commented Feb 17, 2026

Summary

  • Migrate three small commands to native cyclopts: concurrency-limit, events, experimental
  • concurrency-limit: 5 subcommands (create, inspect, ls, reset, delete) with confirmation prompts
  • events: 2 subcommands (stream, emit) with websocket streaming
  • experimental: nested sub-app (plugins > diagnose) for plugin diagnostics
  • Update test_events.py to patch both typer and cyclopts module targets
  • Add CI parity leg entry and benchmark entries

Test plan

  • 13/13 events tests pass in typer mode
  • 13/13 events tests pass in cyclopts mode
  • 18/18 cyclopts parity tests pass
  • ruff clean
  • CI green

Note: concurrency-limit and experimental have no dedicated test files.

🤖 Generated with Claude Code

…s (wave 4b)

Migrate three small commands to native cyclopts implementations:

- concurrency-limit: CRUD for task-level concurrency limits (5 subcommands)
- events: stream and emit events (2 subcommands)
- experimental: plugin system diagnostics (1 subcommand, nested sub-app)

Update test_events.py to patch both typer and cyclopts module targets.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@codspeed-hq
Copy link

codspeed-hq bot commented Feb 17, 2026

Merging this PR will not alter performance

✅ 2 untouched benchmarks


Comparing cli-cyclopts/wave-4b (10c6429) with main (1d9f46d)

Open in CodSpeed

…coroutinefunction

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@zzstoatzz zzstoatzz marked this pull request as ready for review February 18, 2026 15:26
Copy link
Member

@desertaxle desertaxle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

tests/cli/test_flow.py
tests/cli/test_flow_run.py
tests/cli/test_deploy.py
tests/cli/test_events.py
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm surprised we don't have any tests for the concurrency-limit CLI. I guess we'll have to figure out what to do with that CLI after this migration, since tag-based limits are backed by GCLs now.

@zzstoatzz zzstoatzz merged commit c18087e into main Feb 18, 2026
63 checks passed
@zzstoatzz zzstoatzz deleted the cli-cyclopts/wave-4b branch February 18, 2026 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants