5 件のコメント (5 件のコメント)4 件のリアクション (4 件のリアクション)0 人の担当者 (0 人の担当者)C++21,786 件のフォーク (21,786 件のフォーク)batch import
enhancementgood first issueroadmap
Repository metrics
- Stars
- 124,222 個のスター (124,222 個のスター)
- PR merge metrics
- 平均マージ 6d 8h (平均マージ 6d 8h)30d で 389 merged PRs (30d で 389 merged PRs)
説明
The https://github.com/AnswerDotAI/shell_sage project seems quite fun and useful. GitHub Copilot CLI was also a rather useful utility.
We should build a fully-local alternative leveraging llama-server's advanced context reuse techniques in the same spirit as llama.vim. Speculative decoding should be very effective in this scenario as well. Likely the Qwen 2.5 family would be ideal for this use case.
コントリビューターガイド
- 調査方針
- この課題は、shell sage や GitHub Copilot CLI に似た CLI アシスタントを構築することを提案しており、llama server のコンテキスト再利用と投機的デコードを活用します。まず、既存の llama.vim 実装と shell sage プロジェクトを調べて、デザインパターンを確認します。コンテキスト再利用と投機的デコードの統合方法について、llama server の API を調査します。モデル選択として Qwen 2.5 ファミリーが提案されています。正確な CLI インターフェースとコマンド構造は、コミュニティディスカッションを通じて定義する必要があるかもしれません。
- 技術スタック
- cppshell
- 領域
- clibackenddeveloper experience
- Issue 種別
- 機能
- 前提条件
- C++GitCommand line basics