SUMMARY AI summary by gpt-5-mini
miniClaudeCode-go は、Claude Code のエージェントループを模した、Go 製の軽量 CLI コーディングアシスタント/AI エージェントフレームワークです。開発者や自動化担当者が、LLM を使ってツール呼び出しによるタスク実行や会話型ワークフローを行うことを想定しています。Anthropic API や OpenAI 互換プロキシを統一設定で利用可能です。 主な機能: - ターン制のエージェントループ(反復予算、最大ターン、ストリーミング出力、ThinkFilter による <thinking> 処理、進捗計測) - 対話型 REPL(Ctrl+C 中断、パイプ入力)、ワンショット実行、セッションの JSONL 再開 - 多段階コンパクション(マイクロ/SM/LLM 駆動/部分/リアクティブ)でトークン制限対策と復元機構 - @file/@url 等による外部コンテキスト注入と範囲・トークンガード - 35+ の組み込みツール(ファイル操作、検索、Web 取得、Git フル操作、システム/プロセス/ターミナル、タスク/メモリ/スキル、ファイル履歴ツール群) - パーミッションモード(ask/auto/plan)と、非ホワイトリスト操作向けの二段階 LLM ベース分類器(高速判定+詳細思考)および危険パスのハードブロック - サブエージェント生成による隔離実行 実運用向けの安全性・トークン管理・ツール統合を重視した CLI フレームワークです。
AI Coding Tools Used
This repository contains config files from these AI coding tools, indicating AI-assisted development.
DETECTED Detected AI stack
AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.
Language breakdown (by bytes)
Owner
Dates
| Created on GitHub | 2026-04-22 |
| Last push | 2026-05-09 |
| First seen here | 2026-05-09 |
| Last fetched | 2026-05-09 15:42 |
Similar repos (same language)
Tools and daemons for Claude Code (memory sync, etc.)
paultyng/testagentA fake CLI agent for testing orchestration tooling — emits Claude-shaped hooks, MCP traffic, and stream-json without calling any LLM.
japananh/aimonitormacOS menu bar + CLI that watches Claude Code session usage across multiple accounts and switches to whichever has server-side headroom. Local-first, no telemetry.
Oseas031/axis-cliAgent-native scheduling system for AI Agents
DeliciousBuding/dida-cliAgent-friendly CLI for Dida365 / TickTick
mopanc/sagaTopic-grained, layered memory layer for AI coding agents — local-first, MCP, single binary. Plug Claude Code / Cursor / Windsurf / Antigravity into persistent memory across sessions and machines.
cajasmota/archigraphMulti-repo code knowledge graphs for AI agents. Cross-repo linking, infrastructure topology, watcher-driven freshness.