autonew

Sends a plain /new command to reset sessions in gemini, codex, opencode, droid, or claude provider panes without context injection.

3.4k|329|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/bfly123/claude_code_bridge --skill autonew
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autonew
Source: https://github.com/bfly123/claude_code_bridge/tree/main/claude_skills/autonew
Command: npx skills add https://github.com/bfly123/claude_code_bridge --skill autonew

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Send /new to a provider's pane to start a new session without context injection.

Core Features & Use Cases

  • Start a new session in a provider's pane without context injection.
  • Supports multiple providers: gemini, codex, opencode, droid, claude.
  • Use case: rapidly reset a model's conversation during multi-model collaboration or debugging.

Quick Start

Invoke autonew with a provider name to start a fresh session, e.g., autonew gemini.

Frequently Asked Questions about autonew

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reset a terminal session in claude or gemini without injecting context?

To reset a terminal session without context injection, send a plain /new command directly to the provider's pane. This starts a fresh conversation in providers like claude or gemini without adding extra wrapping or context.

What's the best way to clear conversation history during multi-model debugging?

Clearing conversation history during multi-model debugging is done by sending a /new command to the provider's pane. This resets the session context, allowing for rapid testing and clean debugging across multiple models.

Does the context-reset command work with codex and opencode providers?

Yes, the context-reset command works with codex and opencode providers. It supports multiple platforms including gemini, codex, opencode, droid, and claude to start new sessions by sending a plain /new command.

How do I start a new session in a provider pane using the command line?

To start a new session in a provider pane using the command line, invoke the command with the provider name, such as autonew gemini. This sends a direct /new command to the terminal to reset the conversation.

Why does starting a new provider session skip context injection?

Starting a new provider session skips context injection to satisfy the requirement of sending a plain /new command directly to the terminal. This ensures a completely clean state without additional wrapping or context interference.

Can I reset conversations across droid and other terminal providers simultaneously?

You can reset conversations across droid and other supported terminal providers by invoking the session reset command individually for each. It applies to gemini, codex, opencode, droid, and claude to clear context during collaboration.