-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Description
when I run:
opencode run hello --print-logs --log-level DEBUG
I always get stuck:
INFO 2025-09-27T08:20:10 +55ms service=default version=0.12.1 args=["run","hello","--print-logs","--log-level","DEBUG"] opencode
INFO 2025-09-27T08:20:10 +0ms service=project directory=/Users/xiaofei.yin fromDirectory
INFO 2025-09-27T08:20:10 +127ms service=config path=/Users/xiaofei.yin/.config/opencode/config.json loading
INFO 2025-09-27T08:20:10 +1ms service=config path=/Users/xiaofei.yin/.config/opencode/opencode.json loading
INFO 2025-09-27T08:20:10 +0ms service=config path=/Users/xiaofei.yin/.config/opencode/opencode.jsonc loading
INFO 2025-09-27T08:20:10 +1ms service=plugin path=opencode-copilot-auth@0.0.3 loading plugin
INFO 2025-09-27T08:20:10 +3ms service=plugin path=opencode-anthropic-auth@0.0.2 loading plugin
INFO 2025-09-27T08:20:10 +29ms service=bus type=* subscribing
INFO 2025-09-27T08:20:10 +0ms service=bus type=session.updated subscribing
INFO 2025-09-27T08:20:10 +0ms service=bus type=message.updated subscribing
INFO 2025-09-27T08:20:10 +0ms service=bus type=message.part.updated subscribing
INFO 2025-09-27T08:20:10 +0ms service=format init
INFO 2025-09-27T08:20:10 +0ms service=bus type=file.edited subscribing
INFO 2025-09-27T08:20:10 +1ms service=session id=ses_675bde9a3ffeh8pMDwrhrYA09p version=0.12.1 projectID=26072424ee3750becfd7240c09e7a038ed2f7ff8 directory=/Users/xiaofei.yin title=New session - 2025-09-27T08:20:10.972Z time={"created":1758961210972,"updated":1758961210972} created
INFO 2025-09-27T08:20:10 +0ms service=lsp serverIds=typescript, vue, eslint, gopls, ruby-lsp, pyright, elixir-ls, zls, csharp, rust, clangd, svelte, jdtls enabled LSP servers
INFO 2025-09-27T08:20:10 +1ms service=bus type=session.updated publishing
INFO 2025-09-27T08:20:10 +2ms service=bus type=message.part.updated subscribing
INFO 2025-09-27T08:20:10 +0ms service=bus type=session.error subscribing
INFO 2025-09-27T08:20:10 +1ms service=session.prompt session=ses_675bde9a3ffeh8pMDwrhrYA09p prompt
INFO 2025-09-27T08:20:10 +4ms service=bus type=message.updated publishing
INFO 2025-09-27T08:20:10 +0ms service=bus type=message.part.updated publishing
INFO 2025-09-27T08:20:10 +1ms service=bus type=session.updated publishing
INFO 2025-09-27T08:20:10 +2ms service=models.dev file={} refreshing
INFO 2025-09-27T08:20:10 +1ms service=provider init
INFO 2025-09-27T08:20:10 +1ms service=provider providerID=openrouter found
INFO 2025-09-27T08:20:10 +0ms service=provider providerID=opencode found
INFO 2025-09-27T08:20:10 +0ms service=provider providerID=opencode modelID=code-supernova getModel
INFO 2025-09-27T08:20:10 +0ms service=provider status=started providerID=opencode getSDK
INFO 2025-09-27T08:20:11 +61ms service=provider status=completed duration=61 providerID=opencode getSDK
INFO 2025-09-27T08:20:11 +0ms service=provider providerID=opencode modelID=code-supernova found
INFO 2025-09-27T08:20:11 +0ms service=session.prompt session=ses_675bde9a3ffeh8pMDwrhrYA09p sessionID=ses_675bde9a3ffeh8pMDwrhrYA09p locking
any idea?