8 مستودعات
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.
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.
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.
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.
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.
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.
gore هو غلاف تفاعلي وحلقة قراءة-تقييم-طباعة (REPL) للغة Go. يعمل كأداة للنماذج الأولية تسمح بتقييم التعبيرات، والبيانات، وإعلانات الدوال في واجهة قائمة على الطرفية دون الحاجة إلى دورة بناء كاملة. يتكامل المشروع كعميل لخادم اللغة لتوفير إكمال ذكي للكود، واقتراحات كود في الوقت الفعلي، وحل تلقائي لاستيراد الحزم. كما يتميز بتوليد ملفات وحدات مؤقتة لحل التبعيات واستيراد المستودعات البعيدة تلقائياً أثناء الجلسة. تتضمن الأداة قدرات لتجربة المطور، مثل فحص نوع التعبير، واسترجاع توثيق الرموز، وتصفية مخرجات المترجم الزائدة. يتم دعم الجلسة التفاعلية من خلال تتبع الكتل متعددة الأسطر، وسجل الأوامر المستمر، وإدارة مؤشر الطرفية القائمة على ANSI.
Persists and retrieves the history of commands entered in the interactive shell across sessions.
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.
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.