Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

[FEATURE] Add ability to resume from other session despite current ongoing session

オープン
#147 コメント 0 件 リアクション 2 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
lua, neovim
領域
cli, devtools

調査の方向性

まず :ClaudeCode --resume の実装と、アクティブな Claude Code セッションがどのように管理されているかを追跡します。現在の再開フローと、提案されている :ClaudeCodeCommand の動作を比較し、そのうえで想定されるコマンドのセマンティクスとセッション切り替えの境界を判断します。現在のセッションを手動で終了しなくても再開コマンドで以前のセッションを表示でき、プロジェクトにテストが用意されている場合は関連する動作がテストでカバーされていれば完了です。

索引モデルが issue の本文から書いたものです。

説明

Feature Description

Right now, you can resume from a previous session when Claude Code hasn't yet been toggled on yet. However, if I want to potentially switch to another Claude Code session while you've already toggled it, then you need to 1) go to the current Claude Code session, 2) terminate the session, and 3) trigger :ClaudeCode --resume.

Ideally, we can just trigger something like :ClaudeCode --resume and that would just pull up the list of previous Claude Code session.

Use Case

This would make Claude Code session management much easier.

Proposed Solution

A nice solution would be to add a more generic :ClaudeCodeCommand that allows users to send arbitrary Claude Code commands, e.g. :ClaudeCodeCommand clear would run /clear within the Claude Code session.

Alternatives Considered

The alternative is to 1) go to the current Claude Code session, 2) terminate the session, and 3) trigger :ClaudeCode --resume.

Additional Context

主要言語
Lua
スター
3.1k
フォーク
217
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

coder/claudecode.nvim のほかの issue

coder/claudecode.nvim の issue をすべて見る

似ている issue

Lua の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。