Skip to content

Remove extension /thinking command that conflicts with pi 0.85.1 built-in - #274

Open
NgThachThanh wants to merge 1 commit into
advaitpaliwal:mainfrom
NgThachThanh:remove-thinking-command
Open

Remove extension /thinking command that conflicts with pi 0.85.1 built-in#274
NgThachThanh wants to merge 1 commit into
advaitpaliwal:mainfrom
NgThachThanh:remove-thinking-command

Conversation

@NgThachThanh

Copy link
Copy Markdown

Fixes #273

What

pi 0.85.1 added a built-in interactive /thinking command. Feynman's own registerThinkingCommand (added per #196) now collides with it, and pi prints this on every session start:

[Extension issues]
  npm:@companion-ai/feynman (user) extensions/research-tools.ts
    Extension command '/thinking' conflicts with built-in interactive command. Skipping in autocomplete.

This PR drops the extension command in favor of the built-in one.

Changes

  • extensions/research-tools.ts — remove the registerThinkingCommand import and registration call
  • extensions/research-tools/thinking.ts — delete (command implementation)
  • tests/thinking-command.test.ts — delete (test for the removed command)
  • README.md, website/src/content/docs/reference/slash-commands.md — remove the /thinking row from the workflow/slash-command tables
  • website/src/content/docs/reference/package-stack.md — remove /thinking from the Feynman command list
  • Historical release notes (RELEASES.md, CHANGELOG.md, website/.../releases.md) left untouched

Checks

  • npm run typecheck — ✅ exit 0
  • npm test — same result as clean upstream/main: 9 failures, all pre-existing environmental (workbench artifact/env tests, deterministic-ZIP mtime test). Verified identical failure list on clean main before and after the change, so this PR introduces no new failures.
  • npm run build — ✅ exit 0

Environment

pi 0.85.1, Node 24.20.0 (per .nvmrc), Linux (WSL2)

…t-in

pi 0.85.1 added a built-in interactive /thinking command, so the
extension-registered one collides and pi skips it with a startup
warning. Drop the extension command in favor of the built-in one:
delete registerThinkingCommand, its test, and the doc rows that
advertised it.
@vercel

vercel Bot commented Sep 7, 2026

Copy link
Copy Markdown

@NgThachThanh is attempting to deploy a commit to the Advait Paliwal's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pi 0.85.1 added a built-in /thinking command — extension's registerThinkingCommand now conflicts (startup warning)

1 participant