Skip to content

Remove CLI project support - #10838

Merged
DOsinga merged 3 commits into
mainfrom
codex/remove-cli-project-support
Aug 3, 2026
Merged

Remove CLI project support#10838
DOsinga merged 3 commits into
mainfrom
codex/remove-cli-project-support

Conversation

@DOsinga

@DOsinga DOsinga commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • remove the project/p and projects/ps CLI commands
  • stop reading and writing projects.json at startup and during interactive sessions
  • remove the project tracker and project command implementations
  • remove the corresponding CLI and session documentation

Testing

  • cargo fmt
  • git diff --check
  • searched the CLI and documentation for remaining project tracker, projects.json, and removed command references

Build and test suites were not run because the repository instructions say to run them only when explicitly requested.

Related Issues

Closes #10837

Screenshots/Demos (for UX changes)

Not applicable.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b3d4f5697d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".


---

### Terminal Integration

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove retired projects from the docs-update recipe

When the release-triggered .github/workflows/docs-update-cli-ref.yml reaches its AI synthesis step (lines 167-190), it invokes documentation/automation/cli-command-tracking/recipes/update-cli-commands.yaml, whose target-structure list still declares Project Management (project, projects) and instructs the agent to keep that structure intact (lines 61-72). After this hunk removes that section and both commands, every future CLI-documentation update receives contradictory instructions and may restore or preserve the retired section instead of reflecting the current CLI; update the recipe's target structure as part of this removal.

Useful? React with 👍 / 👎.

@github-actions

Copy link
Copy Markdown
Contributor

Documentation preview deployed: https://pr-10838.goose-pr-previews-poc.pages.dev

@DOsinga
DOsinga added this pull request to the merge queue Aug 3, 2026
Merged via the queue into main with commit 514fe5f Aug 3, 2026
26 of 27 checks passed
@DOsinga
DOsinga deleted the codex/remove-cli-project-support branch August 3, 2026 14:19
michaelneale added a commit that referenced this pull request Aug 4, 2026
* origin/main: (42 commits)
  chore (codex-acp): migrate to @agentclientprotocol/codex-acp (#10923)
  style: add dark mode inline code styling for message bubbles (#10861)
  docs: clarify macOS sandbox feature was removed in post-v1.25.0 cleanup (#10900)
  fall back to static model list only for non-models payloads (#10189)
  Remove CLI project support (#10838)
  fix(anthropic): add claude-sonnet-5 and claude-fable-5 to known models list (#10865)
  fix: stdio extensions silently skipped when name missing or env: used in config (#10773)
  feat(desktop): show session metadata on sidebar chat hover (#10663)
  fix(serve): start scheduler at startup instead of first ACP connection (#10766)
  fix: respect disabled builtin extensions (developer) at session start (#10223)
  fix: parse PyPI requirements for OSV checks (#10510)
  fix(telegram): contain voice file extensions (#10456)
  Revert "feat(security): chunk command-classifier input with overlapping windows" (#10416) (#10870)
  docs: update Discord invite (#10863)
  fix(security): preserve denied tool request precedence (#10612)
  fix(hints): contain subdirectory hint discovery (#10545)
  chore(deps): bump pem from 3.0.6 to 4.0.0 (#10853)
  chore(deps): bump base64 from 0.22.1 to 0.23.0 (#10851)
  chore(deps): bump jsonwebtoken from 10.4.0 to 11.0.0 (#10850)
  chore(deps): bump astral-sh/setup-uv from 8.3.2 to 9.0.0 (#10847)
  ...
alexhancock added a commit that referenced this pull request Aug 4, 2026
* origin/main: (58 commits)
  Handle MCP tool list change notifications
  fix: restore final_output_tool when agent is recreated after LRU eviction (#10793)
  feat(ui): bring back make sidebar resizable with drag handle and persisted width (#10795)
  docs: document auto-injected GOOSE_SHELL flags (#10759)
  feat: surface output-token-limit info (#10831)
  fix(desktop): avoid O(n²) cloning during session load (#10665)
  feat: add interactive menu for single select elicitations (#10327)
  fix(acp): prefix child stderr log target so it passes the default goose=info filter (#10901)
  chore (codex-acp): migrate to @agentclientprotocol/codex-acp (#10923)
  style: add dark mode inline code styling for message bubbles (#10861)
  docs: clarify macOS sandbox feature was removed in post-v1.25.0 cleanup (#10900)
  fall back to static model list only for non-models payloads (#10189)
  Remove CLI project support (#10838)
  fix(anthropic): add claude-sonnet-5 and claude-fable-5 to known models list (#10865)
  fix: stdio extensions silently skipped when name missing or env: used in config (#10773)
  feat(desktop): show session metadata on sidebar chat hover (#10663)
  fix(serve): start scheduler at startup instead of first ACP connection (#10766)
  fix: respect disabled builtin extensions (developer) at session start (#10223)
  fix: parse PyPI requirements for OSV checks (#10510)
  fix(telegram): contain voice file extensions (#10456)
  ...

# Conflicts:
#	Cargo.lock
#	crates/goose/src/agents/extension_manager.rs
#	crates/goose/tests/mcp_replays/npx-y@modelcontextprotocol_server-everything@2026.1.14
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.

Remove the project support for the CLI

2 participants