@gkxspace: GPT-5.6 Pro 绝对是现在最牛逼的,而且最近没有遇到降智到 5.5mini 的问题了 你可以把本地 Git 仓库推送到 GitHub,然后在网页端连接GitHub,直接让他读仓库。 你也可以直接在 Codex 通过 skills …
摘要
该文章讨论了GPT-5.6 Pro的卓越性能,并介绍了一个名为Oracle的CLI和MCP服务器工具,用于AI辅助代码审查和项目上下文管理。
查看缓存全文
缓存时间: 2026/08/22 15:27
GPT-5.6 Pro 绝对是现在最牛逼的,而且最近没有遇到降智到 5.5mini 的问题了
你可以把本地 Git 仓库推送到 GitHub,然后在网页端连接GitHub,直接让他读仓库。
你也可以直接在 Codex 通过 skills 调用网页端 Pro: OpenClaw 创始人 Peter 的 Oracle: https://github.com/steipete/oracle
推友针对 5.6Pro 更激进的玩法,Pro 当调度者,Codex 当执行者: https://github.com/zjp1997720/zhijian-skills/tree/main/skills/gpt56-sol-pro-consult…
steipete/oracle
Source: https://github.com/steipete/oracle
oracle 🧿 — Bring a second brain, not a second briefing
Oracle is a CLI and MCP server that bundles a prompt with the files you select, sends that context to an AI model through an API or a signed-in browser, and stores the result as a session. It is for developers and coding agents that need a second-model review grounded in the actual project.
Full documentation is at askoracle.sh.
Install
With Homebrew on macOS or Linux:
brew install steipete/tap/oracle
Or install the npm package globally:
npm install -g @steipete/oracle
Oracle requires Node.js 24 or newer. To try it without installing:
npx -y @steipete/oracle --help
See the installation guide for pnpm, updates, API keys, and storage paths.
Quick start
Build a review bundle locally before connecting any model:
oracle --render \
-p "Review the package metadata for release risks" \
--file package.json
This prints the exact prompt and numbered file contents Oracle would send. It does not need credentials and does not contact a model.
When an engine is configured, remove --render to request an answer:
oracle \
-p "Audit the model runner for race conditions" \
--file "src/oracle/**/*.ts" \
--file "!**/*.test.ts"
Oracle chooses API mode when an OpenAI key is available and browser mode otherwise. Use --engine api or --engine browser to make the choice explicit. The quickstart covers the first API and browser runs.
Choose an engine
| Path | Use it when | Setup |
|---|---|---|
| API | You want provider APIs, reliable automation, or multiple models in one run. | Set the key for the provider you use. |
| Browser | You want Oracle to use a signed-in ChatGPT or Gemini browser session. | Install Chrome and complete the one-time login flow. |
| Render | You want to inspect, copy, or paste the bundle yourself. | No account or key is required. |
API mode supports OpenAI, Azure OpenAI, Anthropic, Gemini, xAI, OpenRouter, and compatible endpoints. Browser mode uses Chrome automation for ChatGPT and a cookie-based Gemini client. See browser mode and provider endpoints for setup and limits.
Control the context
--file accepts files, directories, globs, and ! exclusions. Repeat it to compose the context you want reviewed. Preview the resolved files and token estimate before sending:
oracle --dry-run summary --files-report \
-p "Audit the model runner for race conditions" \
--file "src/oracle/**/*.ts" \
--file "!**/*.test.ts"
Generated text bundles include stable line numbers so answers can cite path:line. Binary and large browser inputs can be uploaded or bundled without converting their contents. The CLI reference lists the file, size, output, and browser controls.
Sessions and follow-ups
Oracle stores runs under ~/.oracle/sessions so long responses can finish in the background and completed answers can be replayed. List recent work with:
oracle status --hours 72
Use oracle session to reattach to a run, oracle restart to repeat one, or --followup to continue a supported API or ChatGPT conversation with more context. See sessions and follow-ups for the lifecycle and provider limits.
Multiple models and automation
--models runs an API panel and records per-model usage, cost, output, and partial failures in one session. oracle doctor --providers inspects readiness for the selected models without exposing credentials. The multi-model guide covers routing and output files.
For agent integrations, run the oracle-mcp stdio server or install the Oracle skill from this repository. See MCP setup and agent setup for Claude Code, Codex, Cursor, and other MCP clients.
Documentation
| Topic | Guide |
|---|---|
| Installation and first run | Install · Quickstart |
| Browser automation | Browser mode · Linux · Windows |
| Providers | OpenAI and Azure · Anthropic · Gemini · OpenRouter |
| Runs and models | Sessions · Follow-ups · Multi-model |
| Configuration and commands | Configuration · CLI reference |
| Agent integrations | Agents · MCP · Bridge |
Related projects
- Trimmy — Flatten multiline shell snippets so they paste and run once.
- CodexBar — Keep Codex token windows visible in the macOS menu bar.
- MCPorter — TypeScript toolkit and CLI for Model Context Protocol servers.
The name was inspired by Amp’s Oracle.
Development
pnpm install
pnpm check
pnpm test
pnpm build
pnpm docs:check
Manual browser and provider tests are documented in docs/manual-tests.md.
License
MIT. See LICENSE.
Sac (@Saccc_c): GPT 5.6 Pro作为OpenAI目前最强大的模型,在代码开发等任务的问题解决能力都是超一流,但很多人可能还不知道如何使用它
正确打开方式如下:
1、将本地项目初始化为 Git 仓库并推送到你的GitHub上
相似文章
@Saccc_c: GPT 5.6 Pro作为OpenAI目前最强大的模型,在代码开发等任务的问题解决能力都是超一流,但很多人可能还不知道如何使用它 正确打开方式如下: 1、将本地项目初始化为 Git 仓库并推送到你的GitHub上 2、在ChatGPT网页…
这篇文章介绍了如何正确使用OpenAI的GPT 5.6 Pro模型,通过连接GitHub插件在ChatGPT网页端进行代码开发,尽管思考时间较长,但效果优于GPT 5.6 Sol Ultra。
@mylifcc: Jason 这个真实项目对比写得很好。 Fable 5 在复杂 coding 任务上的表现确实亮眼:几乎不犯低级错误、主动考虑 edge case、严格遵循 brand system,还能在 13 年老代码库里快速解决 GPT 多次失败的…
用户@mylifcc分享对Fable 5和GPT-5.6 Sol在复杂编码任务上表现的评价,认为Fable 5准确率高但成本高,提出混合工作流模式,引发对模型组合使用的讨论。
@gdb:GPT-5.6 在微软产品中表现优异:
GPT-5.6 已集成到微软产品中,包括 Copilot Chat、Cowork、M365 应用、GitHub 和 Foundry,提供更好的推理和内容创作能力。
@apivixtls: 今天看到个 Codex5.5 的破限开源项目,思路还挺直接的。它就是通过 model_instructions_file 给 GPT-5.5 塞了一套无限制指令,让 Codex CLI 直接跑 [MODE: UNRESTRICTED] 模…
一个名为 Codex5.5 的开源项目通过修改 model_instructions_file 绕过 GPT-5.5 的安全限制,支持 SQL 注入测试等敏感操作,但存在封号风险,建议用小号尝试。
Meet GPT-5.6
OpenAI 发布 GPT-5.6 系列模型,每个 token 提供更多智能、更强方向一致性,并引入程序化工具调用、子代理委托和全新推理级别,显著提升自主开发效率。