@gkxspace: GPT-5.6 Pro 绝对是现在最牛逼的,而且最近没有遇到降智到 5.5mini 的问题了 你可以把本地 Git 仓库推送到 GitHub,然后在网页端连接GitHub,直接让他读仓库。 你也可以直接在 Codex 通过 skills …

X AI KOLs Timeline 工具

摘要

该文章讨论了GPT-5.6 Pro的卓越性能,并介绍了一个名为Oracle的CLI和MCP服务器工具,用于AI辅助代码审查和项目上下文管理。

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…
查看原文
查看缓存全文

缓存时间: 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 CLI header banner

CI status npm version Node.js version License Homebrew tap

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

PathUse it whenSetup
APIYou want provider APIs, reliable automation, or multiple models in one run.Set the key for the provider you use.
BrowserYou want Oracle to use a signed-in ChatGPT or Gemini browser session.Install Chrome and complete the one-time login flow.
RenderYou 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

TopicGuide
Installation and first runInstall · Quickstart
Browser automationBrowser mode · Linux · Windows
ProvidersOpenAI and Azure · Anthropic · Gemini · OpenRouter
Runs and modelsSessions · Follow-ups · Multi-model
Configuration and commandsConfiguration · CLI reference
Agent integrationsAgents · 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网页…

X AI KOLs Following

这篇文章介绍了如何正确使用OpenAI的GPT 5.6 Pro模型,通过连接GitHub插件在ChatGPT网页端进行代码开发,尽管思考时间较长,但效果优于GPT 5.6 Sol Ultra。

Meet GPT-5.6

Reddit r/singularity

OpenAI 发布 GPT-5.6 系列模型,每个 token 提供更多智能、更强方向一致性,并引入程序化工具调用、子代理委托和全新推理级别,显著提升自主开发效率。