Compare commits

...

31 Commits

Author SHA1 Message Date
mdy c2847df421 merge upstream 2026-04-27 02:13:09 +00:00
mdy ce4994d952 merge upstream 2026-04-24 20:05:06 +08:00
mdy 3129cd0b58 merge upstream 2026-04-23 04:39:45 +00:00
mdy 360064eff9 merge upstream 2026-04-22 09:02:46 +00:00
mdy ac6a3f58d1 merge upstream 2026-04-22 05:33:48 +00:00
mdy 1772732d47 merge upstream 2026-04-17 22:23:06 +08:00
mdy bd53dfd30f chore: 应用 Claude Opus 4.7 到西西弗斯 2026-04-17 15:08:39 +08:00
mdy 090df9bed0 chore: 应用 Claude Opus 4.7 模型配置 2026-04-17 14:51:04 +08:00
mdy 9c03325aa3 merge upstream 2026-04-17 03:09:21 +00:00
mdy a235b88659 Merge branch 'main' of git-ssh.furtherverse.com:mdy/opencode-config 2026-04-10 19:40:37 +08:00
mdy 680e052744 merge upstream 2026-04-10 19:34:18 +08:00
mdy d7e0e577a5 merge upstream 2026-04-10 06:47:24 +00:00
mdy ff280ee23d merge upstream 2026-04-09 13:33:20 +00:00
mdy 11886c0fe3 merge upstream 2026-04-09 07:28:45 +00:00
mdy c28d49b607 merge upstream 2026-04-03 03:20:06 +00:00
mdy 9c10229397 merge upstream 2026-03-31 03:00:01 +00:00
mdy 5cd5022024 merge upstream 2026-03-30 13:40:43 +00:00
mdy 5985d0f92f merge upstream 2026-03-29 08:40:58 +00:00
mdy d5733ddec4 merge upstream 2026-03-29 07:57:35 +00:00
mdy 2a6a73e94a merge upstream 2026-03-28 06:15:35 +00:00
mdy 3e5d049aaf merge upstream 2026-03-27 11:46:11 +00:00
mdy e3f9b17753 merge upstream 2026-03-20 13:12:25 +00:00
mdy 838e615af6 merge upstream 2026-03-19 07:02:12 +00:00
mdy fa7a9e1fe7 merge upstream 2026-03-18 06:57:30 +00:00
mdy de299e0261 merge upstream 2026-03-16 01:34:09 +00:00
mdy e6cf0e18f2 merge upstream 2026-03-11 02:17:20 +00:00
mdy fe4d4f2c83 merge upstream 2026-03-06 06:36:13 +00:00
mdy 1a25662a90 merge upstream 2026-03-05 02:22:37 +00:00
mdy b297f3b713 merge upstream 2026-03-04 10:15:55 +00:00
mdy bc349dd01c chore: 将主题从 system 修改为 everforest 2026-03-02 13:31:33 +08:00
mdy 6e81723e4f chore: 将 .env 文件添加到 .gitignore 2026-03-02 13:31:21 +08:00
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -8,3 +8,4 @@ Thumbs.db
oh-my-openagent.json
oh-my-openagent.jsonc
.env
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
"agents": {
"sisyphus": { "model": "anthropic/claude-opus-4-7", "variant": "max" },
"sisyphus": { "model": "anthropic/claude-opus-4-7", "variant": "high" },
"hephaestus": { "model": "openai/gpt-5.5", "variant": "medium" },
"oracle": { "model": "openai/gpt-5.5", "variant": "high" },
"librarian": { "model": "openai/gpt-5.4-mini" },
+1 -1
View File
@@ -2,7 +2,7 @@
"$schema": "https://opencode.ai/config.json",
"plugin": ["oh-my-openagent@latest"],
"autoupdate": false,
"model": "anthropic/claude-opus-4-6",
"model": "anthropic/claude-opus-4-7",
"small_model": "openai/gpt-5.4-mini",
"provider": {
"anthropic": {
+1 -1
View File
@@ -1,4 +1,4 @@
{
"$schema": "https://opencode.ai/tui.json",
"theme": "catppuccin"
"theme": "everforest"
}