- JumpDeleted
Permanently Deleted
- JumpDeleted
Permanently Deleted
Linux @lemmy.ml Hello old new “Projects” directory! – Ximions Blog
Selfhosted @lemmy.world I prompt injected my CONTRIBUTING.md – 50% of PRs are bots
Selfhosted @lemmy.world Mattermost is no longer Open-Source
Selfhosted @lemmy.world Framasoft in numbers, 2025 edition
Selfhosted @lemmy.world The end of tt-rss.org
Europe @feddit.org In Ukraine’s bombed out reservoir a huge forest has grown – is it a return to life or a toxic timebomb?
Sysadmin @lemmy.world The Great Unracking: Saying goodbye to the servers at our physical datacenter - Stack Overflow Blog
BuyFromEU @feddit.org Overcoming barriers to Open Source procurement in the European Union
Buy European @feddit.uk Overcoming barriers to Open Source procurement in the European Union
Selfhosted @lemmy.world Organic Maps migrates to Forgejo due to GitHub account blocked by Microsoft.
Selfhosted @lemmy.world Consider Security First | The Changelog
Selfhosted @lemmy.world A new home and license (AGPL) for Synapse and friends
Selfhosted @lemmy.world awesome-selfhosted.net now has subpages for each platform/language
Selfhosted @lemmy.world Searx is no longer maintained
Selfhosted @lemmy.world Cryptographic Agility Part 1: Server Certificates
Selfhosted @lemmy.world awesome-selfhosted.net - a list of Free Software network services and web applications which can be hosted on your own server(s)










That's only if you use the default
Buildagent with the built-in prompt (https://github.com/anomalyco/opencode/blob/dev/packages/opencode/src/session/prompt/default.txt), and yes it is quite large.It's trivial to create custom agents in
opencode.jsonwith custom prompts, tools, whatever..For example I have created a
Personalagent which handles menial stuff such as searching/editing my notes, appointments, tasks... with a restricted set of tools and skills.The single most important change I made is only allowing the
localprovider in the config, which disables all cloud providers. IMHO this should be the default but I'm not complaining. It's the best open-source harness I've tried so far. I want to try pi.dev someday (quite minimal, needs a good amount of setup and tuning).I also argue that some local models actually behave much better with a semi-large system prompt (qwen 3.6 for example tends to lose itself in reasoning if you only use the default
You are a helpful assistantsystem prompt and a basicSay hiuser prompt - opencode-like large system prompts fixes this; even if you lose some time for initial prompt loading)