Skip to content

[Bug] How make opencode to write build work to folder? v1.15.10 #29263

@bi4key

Description

@bi4key

Description

OS: Zorin OS

installed:
sudo npm i -g opencode-ai@latest

First, app is no user friendly, no info to set up local llama.cpp server and model.
I must use Google AI to find save config folder, make json structures of fconfig iles, and then app see llama.cpp server in app.

Next, i run app i empty project folder:
opencode

Model is selected, paste task to do.

Server llama.cpp work couple minutes.
Server show: "update_slots: all slots are idle"

App show only: Build - model_name - 6m 1s
No info what app doing.

But in folder where i run terminal, there is no files.

Image

llama.cpp settings:

$SERVER_PATH \
  -m "$MODEL_PATH/$MODEL_NAME" \
  --ctx-size 30000 \
  --batch-size 1024 \
  --ubatch-size 512 \
  --threads 10 \
  --temp 0.5 \
  --top_k 20 \
  --top_p 0.85 \
  --min-p 0.05 \
  --repeat_last_n 128 \
  --repeat_penalty 1.0 \
  --presence_penalty 0.0 \
  --numa distribute \
  --mlock \
  --flash-attn auto \
  --no-mmproj \
  --jinja \
  --cont-batching \
  -ngl 0 \
  --host 0.0.0.0 \
  --port 8080 \
  --alias model_name


Similar app "little-coder" work, what secret is to work with opencode app?
And to generate code to file and show what app do?

Plugins

No response

OpenCode version

1.15.10

Steps to reproduce

No response

Screenshot and/or share link

No response

Operating System

Zorin

Terminal

No response

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions