Skip to content

Tags: AlexZhangji/opencli

Tags

v0.7.2

Toggle v0.7.2's commit message
0.7.2 

v0.7.0

Toggle v0.7.0's commit message
chore(release): 0.7.0 

v0.6.3

Toggle v0.6.3's commit message
0.6.3 

v0.6.1

Toggle v0.6.1's commit message
0.6.1 

v0.6.0

Toggle v0.6.0's commit message
0.6.0 

v0.5.2

Toggle v0.5.2's commit message
0.5.2 

v0.5.1

Toggle v0.5.1's commit message
0.5.1 

v0.5.0

Toggle v0.5.0's commit message
0.5.0 

v0.4.6

Toggle v0.4.6's commit message
fix: CDP mode hanging when using chrome://inspect remote debugging - Add isCdpApiAvailable() to verify CDP HTTP JSON API before using endpoint - Chrome's chrome://inspect#remote-debugging writes DevToolsActivePort but its CDP endpoint is incompatible with Playwright connectOverCDP (init succeeds but all tool calls hang silently) - Add CDP readiness probe in connect() to catch unresponsive endpoints - Skip tab cleanup in close() for CDP mode (no bridge tabs to clean) - Add PlaywrightMCPMode tracking for extension vs CDP lifecycle policy