53 Commits

Author SHA1 Message Date
7450b0ca4d fix aws-opencode alias default model 2026-06-10 18:23:18 -07:00
0d08841ca7 add oh-my-openpirate 2026-06-09 14:12:18 -07:00
7cbf4ff4ec add local oh-my-openagent config setup 2026-06-09 14:12:13 -07:00
3c280df66d add oh-my-pirateagent (pirate) to readme 2026-06-09 14:11:41 -07:00
3c314c41f7 update .gitignore 2026-06-09 14:00:35 -07:00
e5fefdae2d local devstral not qwen in local-qwen 2026-06-09 14:00:03 -07:00
448c0d88b1 local devstral not mistral in local-gemma 2026-06-09 13:59:41 -07:00
69ae230972 add no-omo and yes-omo 2026-06-09 13:58:49 -07:00
01f8dad6b5 no longer needed 2026-06-09 13:58:24 -07:00
d60e525e7e centralize Bedrock-Anthropic model strings via models.json + render_configs.py
Anthropic deprecated opus-4-6-v1 from Bedrock today and broke every config
that referenced it. The same string appeared 8-10 times per file across ~7
Bedrock configs (~60+ literal occurrences), so the fix was a sweep of every
file rather than a single edit.

Now: models.json holds named slots (opus, opus_next, sonnet, haiku,
haiku_bare). Each affected config has a *.tpl.json or *.tpl.md sibling
referencing slots via {{group.key}}. scripts/render_configs.py walks the
templates and writes concrete files. Next deprecation = one-line edit to
models.json + re-run script.

Round-trip verified byte-identical against pre-fix state, then opus slot
flipped from 4-6-v1 to 4-7 and regenerated. Diff is exclusively the
intended swap across 11 files.

Out of scope (additive later): non-Anthropic Bedrock, direct-API,
opencode-go, local-MLX. Same pattern, drop a new group in models.json.

Also updates stale opus-4-6 references in docs/.
2026-06-09 13:54:51 -07:00
e9eaaae602 add oh-my-openagent.json link for when using openagent-local/openagent-latest aliases 2026-05-05 17:59:53 -07:00
53b985c112 add oh-my-openagent.json link for when using opencode-local alias 2026-05-05 17:59:00 -07:00
1dc12da6ff remove unused template file 2026-05-05 17:44:19 -07:00
e7b29a2fd1 explicitly specify claude-sonnet for bedrock-omo-config 2026-05-05 17:25:49 -07:00
ea48ea58f7 fix local-omo-config, separate gemma and qwen 2026-05-05 15:42:41 -07:00
52ad7fdc97 add readme explaining what is going on with omo local configs (qwen/gemma) 2026-05-05 15:10:44 -07:00
6d80fec058 add info on context window limitations/considerations for local omlx 2026-05-05 15:10:25 -07:00
f254c08580 add qwen and gemma local omlx configs 2026-05-05 15:10:09 -07:00
3d2b6e12d3 remove single local omlx config 2026-05-05 15:09:56 -07:00
e8ecfa53d8 no thinking for prometheus/atlas, to faciliate handoff 2026-05-05 15:09:46 -07:00
ed404ecae9 add/fix openagent-local commands (qwen and gemma profiles) 2026-05-05 15:09:21 -07:00
8d3f3a5c7c switch local omo config to use qwen3.5 35b 2026-05-04 22:28:00 -07:00
3b738d9fb3 local-omo configuration: gemma 4 26B orchestrator 2026-05-04 22:26:38 -07:00
c8648725a5 expand context for local-omlx 2026-05-04 22:26:06 -07:00
26cad164b4 fixup 2026-05-04 22:25:46 -07:00
baa5cb8f2c add local models for omlx local config 2026-05-04 22:25:38 -07:00
210139bc41 add attempts at local aliases 2026-05-04 22:24:35 -07:00
5ff86419c4 eliminate inappropriate qwen-coder usage 2026-05-04 20:46:49 -07:00
490c4b7c6d rename bio councils 2026-05-02 13:16:32 -07:00
ac00192ed4 update aliases with machine check 2026-05-02 13:16:25 -07:00
d80fb9ba06 add mcp config for pdf reader 2026-05-02 13:16:01 -07:00
f0749d6ccb rename plugin launcher aliases to openagent/openagent-latest
Keep omo-* namespace for model profile swaps only. Plugin launcher
aliases that set OPENCODE_CONFIG_DIR and start opencode get their
own distinct names.
2026-05-02 08:52:53 -07:00
c8957daceb add centralized aliases, install script, and per-machine plugin configs
Consolidate all opencode shell aliases into a single .aliases file sourced
from ~/.aliases. Add scripts to automate setup: install_aliases.sh appends
the sourcing block, setup_omo_plugin.sh generates a machine-specific
opencode.json from a template for local oh-my-openagent dev builds.
Add omo-plugin-config/ with local-dev (templated) and latest (npm) configs.
Update READMEs to reference centralized aliases and fix filenames.
2026-05-02 08:44:29 -07:00
856acd3a27 split omo readmes 2026-05-02 05:38:48 -07:00
4dadd0b46b add omo docs 2026-05-02 05:26:55 -07:00
2db21dc090 add bedrock omo config 2026-05-02 05:26:27 -07:00
1df8e47e4a add personal oh-my-openagent profiles 2026-05-02 05:14:42 -07:00
4787107334 update/reorganize docs 2026-04-29 08:50:18 -07:00
b106e9e058 update readme to add MCP info 2026-04-29 07:50:14 -07:00
950b4c3540 add mcp-synapse 2026-04-29 07:50:14 -07:00
2984569569 add personal security council 2026-04-29 07:19:51 -07:00
42ef86a8db update readme 2026-04-29 07:19:51 -07:00
e0e602d9f1 add security council using security personas 2026-04-29 07:19:51 -07:00
b33a1b390b update readme, remove bug report (move it somewhere more appropriate) 2026-04-27 09:35:16 -07:00
0f6746afc5 update readme 2026-04-27 08:52:41 -07:00
d685ac50d8 feat(examples): add markdown-based bio council example
- Add bedrock-council-markdown-bio/ with 5 markdown agent persona files
- Agents: PI, Researcher, Bio (migrated from JSON), Science Writer, Peer Reviewer (new)
- Minimal opencode.json with zero inline agent definitions
- Update Readme.md with working example section
- Document Bedrock extended thinking signature bug (OpenCode #18078)
2026-04-25 12:37:54 -07:00
135147f4e8 rename opencode-council/ to bedrock-council-basic-bio/ 2026-04-25 12:36:55 -07:00
56968f8e56 another revision of stupid hand-waving nonsense 2026-04-22 21:52:31 -07:00
3f7a35c1ce add json config files to opencode-council 2026-04-22 21:12:21 -07:00
684681f8b2 update readme, thanks claude 2026-04-22 20:26:38 -07:00