上一页 1 2 3 4 5 6 ··· 14 下一页
摘要: Sentry MCP + Codex 集成教程 适用场景:让 Codex 读取和分析 Sentry issue、event、trace、release,并在必要时通过 Sentry API 修改 issue 状态。 sentry mcp仓库地址 1. 先分清三种凭证/配置 名称 用途 放在哪里 是否 阅读全文
posted @ 2026-06-06 09:57 小满三岁啦 阅读(57) 评论(0) 推荐(0)
摘要: 告别看代码如同看天书!Understand-Anything 完整安装与网页可视化指南 接手一个几十万行代码的新项目,或者 review 一个充满陌生模块的庞大 PR,你通常从哪里开始?一页页翻 README?还是在 IDE 里疯狂 Ctrl + 鼠标左键 追踪跳转,最后在无限的调用链中迷失方向? 阅读全文
posted @ 2026-06-03 23:06 小满三岁啦 阅读(963) 评论(0) 推荐(0)
摘要: Claude Code 的 /workflows 命令凭空消失?聊聊它的双重特性门控 适用版本:Claude Code 2.1.154+(dynamic workflows 处于 research preview 阶段) 起因 升级到 Claude Code 2.1 后,我想试试新出的 dynami 阅读全文
posted @ 2026-06-01 13:40 小满三岁啦 阅读(319) 评论(0) 推荐(0)
摘要: https://github.com/BigPizzaV3/CodexPlusPlus 阅读全文
posted @ 2026-05-29 23:49 小满三岁啦 阅读(49) 评论(0) 推荐(0)
摘要: github地址如下 https://github.com/multica-ai/andrej-karpathy-skills # CLAUDE.md Behavioral guidelines to reduce common LLM coding mistakes. Merge with pro 阅读全文
posted @ 2026-05-28 22:56 小满三岁啦 阅读(60) 评论(0) 推荐(0)
摘要: 我的完整配置 { "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json", "agents": { "sisyphus": { 阅读全文
posted @ 2026-05-26 17:37 小满三岁啦 阅读(39) 评论(0) 推荐(0)
摘要: 找到文件路径 # 例如 C:\Users\cancer\.config\opencode\opencode.json # 增加 "lsp": true # "lsp": true 是开关,省略它 = 完全禁用所有 LSP。 后续的lsp安装交给ai即可 我的配置文件 { "$schema": "ht 阅读全文
posted @ 2026-05-25 22:48 小满三岁啦 阅读(91) 评论(0) 推荐(0)
摘要: services: minio: image: quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z container_name: minio restart: always ports: - "9000:9000" - "9001:9001" envi 阅读全文
posted @ 2026-05-08 16:12 小满三岁啦 阅读(20) 评论(0) 推荐(0)
摘要: 在项目的.env里面加入下面的配置就行 GOOGLE_GEMINI_BASE_URL=xx GEMINI_API_KEY=sk-xx GEMINI_MODEL=gemini-3.1-pro-preview 阅读全文
posted @ 2026-04-29 14:48 小满三岁啦 阅读(37) 评论(0) 推荐(0)
摘要: https://api.blackbox.ai/v1 # 可以通过 kilo code或者 page-assist去查看全部模型 阅读全文
posted @ 2026-04-26 23:29 小满三岁啦 阅读(12) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 14 下一页