awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 مستودعات

Awesome GitHub RepositoriesInteractive Session History

Systems for persisting and retrieving the history of commands entered in an interactive shell.

Distinct from Session History Retrieval: Candidates focused on AI agent context or network polling; this is general REPL command history persistence.

Explore 8 awesome GitHub repositories matching development tools & productivity · Interactive Session History. Refine with filters or upvote what's useful.

Awesome Interactive Session History GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • claude-code-best/claude-codeالصورة الرمزية لـ claude-code-best

    claude-code-best/claude-code

    20,272عرض على GitHub↗

    Claude Code is a command-line interface and multi-agent orchestration framework designed for autonomous software engineering. It enables AI agents to perform codebase modifications, debugging, and Git workflow management while coordinating multiple specialized agents to decompose and execute complex engineering tasks in parallel. The system distinguishes itself through a high degree of isolation and safety, utilizing Git worktrees to create independent working directories for concurrent agents and implementing a tiered permission system that combines user rules, project policies, and OS-level

    Records structured AI dialogue transcripts and agent interactions to project-tied files for auditing.

    TypeScript
    عرض على GitHub↗20,272
  • ipython/ipythonالصورة الرمزية لـ ipython

    ipython/ipython

    16,718عرض على GitHub↗

    IPython is an interactive computing environment and programmable extension of the Python read-eval-print loop. It serves as a development tool for writing, testing, and executing code in a live environment designed for rapid prototyping and data exploration. The system differentiates itself through a specialized set of magic commands for environment configuration and system shell integration. It features an object introspection engine for analyzing live program objects at runtime and a frontend-agnostic kernel that allows the execution logic to be embedded into other applications or graphical

    Stores input history and session logs across restarts to allow for the retrieval of previous work.

    Python
    عرض على GitHub↗16,718
  • mayooear/ai-pdf-chatbot-langchainالصورة الرمزية لـ mayooear

    mayooear/ai-pdf-chatbot-langchain

    16,543عرض على GitHub↗

    This project is a retrieval-augmented generation application designed to answer questions from uploaded PDF documents. It functions as a document question-answering engine and a streaming AI chat interface that provides responses backed by specific source citations. The system utilizes a state-machine workflow orchestrator to coordinate multi-step document ingestion and retrieval pipelines. This orchestration allows for step-by-step visualization and debugging of the process as documents are parsed and processed. The application manages the full lifecycle of document interaction, including P

    Persists conversation transcripts and dialogue state to maintain context across multiple interaction turns.

    TypeScriptagentsaichatbot
    عرض على GitHub↗16,543
  • huggingface/ml-internالصورة الرمزية لـ huggingface

    huggingface/ml-intern

    10,521عرض على GitHub↗

    This project is an autonomous AI agent framework and workflow orchestrator designed to automate machine learning engineering. It functions as a reasoning engine that reads research papers and writes code to train and deploy machine learning models through iterative reasoning loops and tool execution. The system distinguishes itself by integrating a GPU-accelerated sandboxed execution environment, allowing it to run and verify machine learning scripts in isolated remote containers. It utilizes a model provider integration gateway to route inference requests across various hosted or local endpo

    Persists structured conversation transcripts and agent interactions for auditing and performance analysis.

    Python
    عرض على GitHub↗10,521
  • pry/pryالصورة الرمزية لـ pry

    pry/pry

    6,832عرض على GitHub↗

    Pry is a programmable Ruby shell, REPL console, and runtime developer environment. It serves as a debugging toolkit for inspecting object state, navigating bindings, and evaluating code within a running Ruby program. The project differentiates itself through advanced introspection and live iteration capabilities. It allows users to inject an interactive console into a running program at specific points to inspect local state and navigate different object scopes. It further enables live code iteration by integrating with external system editors to modify and reload method definitions without r

    Enables saving and loading command history using specified file paths to maintain a record of previous user inputs.

    Ruby
    عرض على GitHub↗6,832
  • x-motemen/goreالصورة الرمزية لـ x-motemen

    x-motemen/gore

    5,472عرض على GitHub↗

    gore هو غلاف تفاعلي وحلقة قراءة-تقييم-طباعة (REPL) للغة Go. يعمل كأداة للنماذج الأولية تسمح بتقييم التعبيرات، والبيانات، وإعلانات الدوال في واجهة قائمة على الطرفية دون الحاجة إلى دورة بناء كاملة. يتكامل المشروع كعميل لخادم اللغة لتوفير إكمال ذكي للكود، واقتراحات كود في الوقت الفعلي، وحل تلقائي لاستيراد الحزم. كما يتميز بتوليد ملفات وحدات مؤقتة لحل التبعيات واستيراد المستودعات البعيدة تلقائياً أثناء الجلسة. تتضمن الأداة قدرات لتجربة المطور، مثل فحص نوع التعبير، واسترجاع توثيق الرموز، وتصفية مخرجات المترجم الزائدة. يتم دعم الجلسة التفاعلية من خلال تتبع الكتل متعددة الأسطر، وسجل الأوامر المستمر، وإدارة مؤشر الطرفية القائمة على ANSI.

    Persists and retrieves the history of commands entered in the interactive shell across sessions.

    Go
    عرض على GitHub↗5,472
  • lzybkr/psreadlineالصورة الرمزية لـ lzybkr

    lzybkr/PSReadLine

    4,304عرض على GitHub↗

    PSReadLine is a command line editor for PowerShell that provides advanced line editing and command history management. It functions as a suite of tools for enhancing the interactive shell experience through a Bash-inspired implementation of editing, completion, mapping, synchronization, and highlighting. The project includes an interactive completion engine for navigating suggestions via a menu system and a keyboard mapping tool for assigning shortcuts to custom actions. It also features a session history synchronizer that automatically saves and shares command history across multiple active

    Automatically saves and shares interactive shell command history across different active sessions.

    C#
    عرض على GitHub↗4,304
  • mistralai/mistral-vibeالصورة الرمزية لـ mistralai

    mistralai/mistral-vibe

    3,155عرض على GitHub↗

    Mistral-vibe is an extensible AI skill engine and codebase assistant that operates as an MCP AI agent framework. It functions as a multi-agent orchestration system designed for AI-assisted coding and automated software development, integrating a voice-enabled AI terminal for programmatic interaction. The system distinguishes itself through its use of the Model Context Protocol to integrate external tools and its ability to delegate complex tasks to independent subagents for parallel execution. It features a skill-based extensibility model that allows the addition of custom tools and slash com

    Supports saving and resuming previous interactive sessions using unique identifiers or a session picker.

    Python
    عرض على GitHub↗3,155
  1. Home
  2. Development Tools & Productivity
  3. Interactive Session History

استكشف الوسوم الفرعية

  • AI Session HistoryPersistence of conversation transcripts and agent interactions for auditing and recovery. **Distinct from Interactive Session History:** Distinct from Interactive Session History which focuses on shell command strings; this covers structured AI dialogues.