• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

lsm / neokai / 27298767352
82%

Build:
DEFAULT BRANCH: dev
Ran 10 Jun 2026 06:53PM UTC
Jobs 0
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Canceled at 13 Jun 2026 05:35AM UTC via web
27298767352

push

github

web-flow
feat: ACP provider registration (#2087)

* feat: register ACP provider in provider system

Add AcpProvider implementing the Provider interface:
- id: 'acp', displayName: 'ACP Agent'
- capabilities: streaming, extendedThinking, thinkingModes granular,
  functionCalling, maxContextWindow 200k
- isAvailable() gated on NEOKAI_ACP_COMMAND env var
- getModels() returns cached models or hardcoded defaults
- ownsModel() checks acp- prefix
- buildSdkConfig() returns empty env vars (ACP bypasses SDK HTTP path)

Register conditionally in factory.ts when ACP command is configured.
Add 'acp' to Provider union type and PROVIDER_THINKING_MODES.

Dead code — no behavioral change in existing sessions.

* fix: keep ACP provider unregistered until runtime is wired

Remove premature ACP provider registration from factory.ts.
Without AcpQueryRunner (PR4), exposing ACP in the provider registry
would route sessions to the SDK and misroute or fail. The AcpProvider
class and tests remain in place; registration will be added back in PR4.

Also add acp-provider.ts to knip ignoreFiles (dead code until PR4).

* fix: hide ACP from public provider types

Keep ACP out of the shared Provider union until its runtime dispatch is wired.
This prevents typed clients from creating provider='acp' sessions that fail
because the provider is not registered yet.

Make the ACP context window configurable via NEOKAI_ACP_CONTEXT_WINDOW and
reflect it in provider capabilities and default model metadata.
Source Files on build 27298767352
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #27298767352
  • 5c443038 on github
  • Prev Build on dev (#27290907331)
  • Next Build on dev (#27362706115)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc