From 9adaaf04b0d01ce37c1367a62972def2de0aa7fa Mon Sep 17 00:00:00 2001 From: Tomasz Tomczyk Date: Sat, 28 Mar 2026 18:39:50 +0000 Subject: [PATCH 01/13] Add crit - human-in-the-loop review tool for AI agent workflows --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4afa544..c6a037d 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [MiniMax Code Review](https://github.com/tarmojussila/minimax-code-review) - AI-powered GitHub Pull Request code review using MiniMax models. - [claude-pr-reviewer](https://github.com/indoor47/claude-pr-reviewer) - GitHub Action + CLI that uses Claude AI to automatically review pull requests, post inline comments, and report token costs. Supports strictness levels (lenient/balanced/strict). Zero dependencies, Python 3.8+. - [Revieko](https://synqra.tech/revieko/) — Architecture drift radar for PRs: structural risk scoring and drift hotspots. +- [crit](https://crit.md) - Human-in-the-loop review for AI coding agents. Annotate plans, code, or any file with inline comments in a local browser UI; exports structured JSON your agent reads back. Share reviews via URL. - [CodeHawk](https://codehawk.crossgen-ai.com) — GitHub App that installs in seconds and reviews pull requests automatically, posting inline comments on bugs, security vulnerabilities, and logic errors. - [Grit](https://app.grit.io) — GitHub-integrated agent for automating maintenance tasks and other development work. - [PR Triage](https://pr-triage-web.vercel.app) — Open source PR evaluation tool that scores pull requests on six quality dimensions with diff evidence. BYOK, MIT licensed. [Source](https://github.com/Elifterminal/pr-triage-web) From ce3f41fa959bafbf114d7849a58bd43746cc4ec4 Mon Sep 17 00:00:00 2001 From: JEONGWOOK KIM Date: Mon, 6 Apr 2026 02:10:29 +0900 Subject: [PATCH 02/13] Add WhereMyTokens to Usage Analytics & Cost Tracking --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bbb31d2..f699a2b 100644 --- a/README.md +++ b/README.md @@ -365,6 +365,7 @@ Tools for monitoring token usage and API costs across AI providers: - [claude-lens](https://github.com/Astro-Han/claude-lens) — Lightweight Bash + jq statusline for Claude Code with rate limit pace tracking. Compares burn rate to time remaining in 5h/7d windows, showing whether usage is ahead or behind sustainable pace. Single file, zero dependencies beyond jq. - [ai-coding-tools-pricing](https://github.com/lunacompsia-oss/ai-coding-tools-pricing) — Open JSON dataset of pricing for 8 AI coding tools (Copilot, Cursor, Claude Code, Windsurf, etc.). 30+ tiers, TypeScript types, JSON Schema. CC-BY-4.0. Updated monthly. - [CodeCosts](https://codecosts.pages.dev) — Interactive cost calculator and comparison tool for AI coding tools. Uses the ai-coding-tools-pricing dataset to help developers pick the right plan. +- [WhereMyTokens](https://github.com/jeongwookie/WhereMyTokens) — Windows system tray app for monitoring Claude Code token usage in real time. Displays per-session token counts, costs, context window usage, and tool call breakdowns; fetches 5h/1w rate-limit data from the Anthropic API with optional statusLine bridge integration for live data without polling. --- From 857dacd3dcbf2907739bd19d59f17378fe22ccb7 Mon Sep 17 00:00:00 2001 From: Mohammad Moazam Date: Sat, 11 Apr 2026 22:38:09 +0200 Subject: [PATCH 03/13] =?UTF-8?q?Add=20claude-overlay=20=E2=80=94=20Claude?= =?UTF-8?q?=20Code=20custom=20provider=20config=20CLI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94326b2..73a9ab1 100644 --- a/README.md +++ b/README.md @@ -354,6 +354,7 @@ Tools that manage and sync AI agent configurations, rules, and context across ed - [cursor-doctor](https://github.com/nedcodes-ok/cursor-doctor) — Health scanner and diagnostic tool for Cursor AI IDE configuration (.cursor/rules/ files). Scans for broken YAML frontmatter, rule conflicts, redundancies, missing alwaysApply, token budget issues, and stack coverage gaps. Available as CLI (`npx cursor-doctor scan`) and VS Code extension. - [ctxlint](https://github.com/YawLabs/ctxlint) — Open-source linter for AI context files (CLAUDE.md, .cursorrules, copilot-instructions.md) that catches stale paths, wrong commands, and token waste by validating against the real codebase. - [Caliber](https://github.com/rely-ai-org/caliber) — Open-source CLI that scans your codebase and generates AI agent configs (CLAUDE.md, .cursorrules, skills, MCPs) for Claude Code, Cursor, and Codex. Scores your setup 0-100 and recommends MCP servers. +- [claude-overlay](https://github.com/mzmmoazam/claude-overlay) — CLI for managing Claude Code project configs across custom providers (Databricks, Bedrock, OpenRouter, LiteLLM, Cloudflare). Handles overlay merge/remove, web search MCP setup, and multi-provider switching. - [vsync](https://github.com/nicepkg/vsync) — CLI tool that syncs Skills, MCP servers, Agents & Commands across Claude Code, Cursor, OpenCode, and Codex with automatic format conversion (JSON <-> TOML <-> JSONC). - [rule-porter](https://github.com/nedcodes-ok/rule-porter) — Zero-dependency CLI that converts AI IDE rule files between Cursor (.mdc), CLAUDE.md, AGENTS.md, Copilot, and Windsurf. Bidirectional with lossy-conversion warnings. - [LynxPrompt](https://github.com/GeiserX/LynxPrompt) — Self-hostable platform for managing AI IDE configuration files. Generates, syncs, and shares configs (.cursorrules, CLAUDE.md, copilot-instructions.md, etc.) across 30+ AI coding assistants via web UI, REST API, CLI, and federated blueprint marketplace. From 3ca115a8817f06022eb0a7ca2e382dd988454133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=AE=89=E5=93=B2?= Date: Sun, 3 May 2026 10:31:13 +0800 Subject: [PATCH 04/13] Add agenttrace --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a41d27..87546b5 100644 --- a/README.md +++ b/README.md @@ -399,6 +399,7 @@ Tools for monitoring token usage and API costs across AI providers: - [Tokscale](https://github.com/junhoyeo/tokscale) — CLI tool for tracking token usage from AI coding agents (OpenCode, Claude Code, OpenClaw, Codex, Gemini CLI, Cursor IDE, AmpCode, Factory Droid) with a global leaderboard and 2D/3D contribution graphs. - [BurnRate](https://getburnrate.io) - Local-first AI coding cost analytics. Tracks Claude Code, Cursor, Codex, Copilot, Windsurf, Cline, and Aider. Cost breakdowns, 23 optimization rules, rate limit monitoring, provider comparison, and PDF reports. - [Code Insights](https://github.com/melagiri/code-insights) — Local-first CLI and dashboard for analyzing AI coding sessions from Claude Code, Cursor, Codex CLI, Copilot CLI, and VS Code Copilot Chat. SQLite-backed with terminal analytics, browser dashboard, and LLM-powered insights. +- [agenttrace](https://github.com/luoyuctl/agenttrace) — Local-first TUI observability for AI coding agents. Tracks cost, tokens, tool failures, anomalies, health, and CI gates across Claude Code, Codex CLI, Gemini CLI, Aider, and Cursor exports. - [onWatch](https://github.com/onllm-dev/onwatch) — Open-source Go CLI that tracks AI API quota usage across 7 providers (Anthropic, OpenAI Codex, GitHub Copilot, Synthetic, Z.ai, MiniMax, Antigravity). Background daemon with Material Design 3 web dashboard, ~15MB binary, <50MB RAM, zero telemetry. - [claude-lens](https://github.com/Astro-Han/claude-lens) — Lightweight Bash + jq statusline for Claude Code with rate limit pace tracking. Compares burn rate to time remaining in 5h/7d windows, showing whether usage is ahead or behind sustainable pace. Single file, zero dependencies beyond jq. - [cc-tempo](https://github.com/O0000-code/cc-tempo) — Claude Code statusline that parses transcript JSONL for active work time (excludes idle and interactive-tool waits), SubAgent speedup ratio, /clear-resilient PID timer, code-churn sparkline with trend arrow, and multi-instance detection. Bash + TypeScript CLI, MIT. From b4f5f71cf1f2f5dc67b433754ae5b3e1a8d2c5a8 Mon Sep 17 00:00:00 2001 From: laolaoshiren Date: Wed, 6 May 2026 05:35:52 +0000 Subject: [PATCH 05/13] Add Claude Code Skills Chinese resource --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8d6557..93d2427 100644 --- a/README.md +++ b/README.md @@ -454,3 +454,4 @@ Curated lists, comparison guides, and configuration templates for AI coding tool - [Havoptic](https://havoptic.com/) — Free, open-source timeline tracking releases from AI coding tools. Auto-updated daily. [Source](https://github.com/scotthavird/havoptic.com) - [AI Dev Toolkit](https://github.com/dohko04/awesome-ai-prompts-for-devs) — 198 production-ready AI engineering resources: prompt frameworks, multi-agent configs, MCP setups, RAG pipelines, and automation scripts for Claude Code, Cursor, GPT-5, Copilot, and more. Free samples included. - [AI Coding Guide (中文)](https://github.com/jnMetaCode/ai-coding-guide) — Chinese best practices for 8 AI coding tools (Claude Code, Cursor, Copilot, Windsurf, Gemini CLI, Kiro, Aider, Trae) with copy-paste config templates and multi-tool collaboration workflows. +- [Claude Code Skills 中文精选集](https://claude-skills.bt199.com/) — Chinese curated directory of Claude Code Skills, agents, plugins, and workflow resources for developers using Claude Code. From d5bdbc7831791086aedf1f48a9a43c607e9f6449 Mon Sep 17 00:00:00 2001 From: Yuting Zhong Date: Sat, 9 May 2026 03:19:11 -0700 Subject: [PATCH 06/13] Add Awesome AI Startups to Resources --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8d6557..de8ad22 100644 --- a/README.md +++ b/README.md @@ -454,3 +454,4 @@ Curated lists, comparison guides, and configuration templates for AI coding tool - [Havoptic](https://havoptic.com/) — Free, open-source timeline tracking releases from AI coding tools. Auto-updated daily. [Source](https://github.com/scotthavird/havoptic.com) - [AI Dev Toolkit](https://github.com/dohko04/awesome-ai-prompts-for-devs) — 198 production-ready AI engineering resources: prompt frameworks, multi-agent configs, MCP setups, RAG pipelines, and automation scripts for Claude Code, Cursor, GPT-5, Copilot, and more. Free samples included. - [AI Coding Guide (中文)](https://github.com/jnMetaCode/ai-coding-guide) — Chinese best practices for 8 AI coding tools (Claude Code, Cursor, Copilot, Windsurf, Gemini CLI, Kiro, Aider, Trae) with copy-paste config templates and multi-tool collaboration workflows. +- [Awesome AI Startups](https://github.com/nowork-studio/awesome-ai-startups) — A curated list of bootstrapped, pre-seed, and angel-funded AI products built by independent founders. From ab80ecf79219aca620b2392b4f336951a25ca1c0 Mon Sep 17 00:00:00 2001 From: Yuting Zhong Date: Sat, 9 May 2026 03:54:18 -0700 Subject: [PATCH 07/13] Refocus entry on Coding & Developer Tools subsection per maintainer scope --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de8ad22..5b53a25 100644 --- a/README.md +++ b/README.md @@ -454,4 +454,4 @@ Curated lists, comparison guides, and configuration templates for AI coding tool - [Havoptic](https://havoptic.com/) — Free, open-source timeline tracking releases from AI coding tools. Auto-updated daily. [Source](https://github.com/scotthavird/havoptic.com) - [AI Dev Toolkit](https://github.com/dohko04/awesome-ai-prompts-for-devs) — 198 production-ready AI engineering resources: prompt frameworks, multi-agent configs, MCP setups, RAG pipelines, and automation scripts for Claude Code, Cursor, GPT-5, Copilot, and more. Free samples included. - [AI Coding Guide (中文)](https://github.com/jnMetaCode/ai-coding-guide) — Chinese best practices for 8 AI coding tools (Claude Code, Cursor, Copilot, Windsurf, Gemini CLI, Kiro, Aider, Trae) with copy-paste config templates and multi-tool collaboration workflows. -- [Awesome AI Startups](https://github.com/nowork-studio/awesome-ai-startups) — A curated list of bootstrapped, pre-seed, and angel-funded AI products built by independent founders. +- [Awesome AI Startups — Coding & Developer Tools](https://github.com/nowork-studio/awesome-ai-startups#-coding--developer-tools) — 100+ indie-built AI coding assistants, dev tools, and code-generation products from bootstrapped, pre-seed, and angel-funded startups. From b325747820df88ede5c3000475e3d1e8e307bafe Mon Sep 17 00:00:00 2001 From: sisyphusse1-ops Date: Sun, 10 May 2026 22:35:04 +0000 Subject: [PATCH 08/13] Add claude-code-pro-pack and cc-audit to Configuration Context Management --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c8d6557..6a4f6de 100644 --- a/README.md +++ b/README.md @@ -391,6 +391,8 @@ Tools that manage and sync AI agent configurations, rules, and context across ed - [Agentify](https://github.com/koriyoshi2041/agentify) — CLI tool that transforms any OpenAPI spec into 9 agent interface formats (MCP server, AGENTS.md, CLAUDE.md, .cursorrules, Skills, llms.txt, GEMINI.md, A2A Card, CLI) with a single command. Tiered generation strategies for small to large APIs. - [skill-optimizer](https://github.com/fastxyz/skill-optimizer) — CLI that benchmarks SDK, CLI, and MCP guidance docs (SKILL.md) against multiple LLMs and runs an iterative optimizer to rewrite them until every configured model meets a score floor. - [KubeStellar Console kc-agent](https://github.com/kubestellar/console) — MCP server that bridges AI coding agents (Claude Code, Copilot, Codex) to multi-cluster Kubernetes APIs. Enables natural language queries across clusters, workload placement, policy enforcement, and real-time observability. CNCF Sandbox project. +- [claude-code-pro-pack](https://github.com/sisyphusse1-ops/claude-code-pro-pack) — Drop-in 12-rule `CLAUDE.md` + `AGENTS.md` baseline that closes common agent-orchestration failures (token spirals, silent partial failures, two-pattern pollution). Includes PRD generator prompt, browser-skill-graduation workflow, and 5 example skills. ~700 tokens total, MIT. +- [cc-audit](https://github.com/sisyphusse1-ops/cc-audit) — Single-file Python linter that scores any `CLAUDE.md` / `AGENTS.md` against a 12-rule baseline. Flags leaked secrets (GitHub PATs, AWS keys, PayPal links), the 200-line compliance cliff, and missing project-specifics sections. Zero dependencies, JSON output for CI, MIT. ### Usage Analytics & Cost Tracking From 50cb8231ccd90cd048028ebaf60f002f7b48fc3d Mon Sep 17 00:00:00 2001 From: Shubham Date: Tue, 12 May 2026 00:48:16 +0530 Subject: [PATCH 09/13] Add TokenWise to Usage Analytics & Cost Tracking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TokenWise — measurement-driven model router for Claude Code. Routes work across Haiku/Sonnet/Opus, logs every routed task with verified $ saved, A/B tests cheaper tiers. MIT, zero telemetry. Repo: https://github.com/CodeShuX/tokenwise --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8d6557..3ab920b 100644 --- a/README.md +++ b/README.md @@ -406,6 +406,7 @@ Tools for monitoring token usage and API costs across AI providers: - [CodeCosts](https://codecosts.pages.dev) — Interactive cost calculator and comparison tool for AI coding tools. Uses the ai-coding-tools-pricing dataset to help developers pick the right plan. - [aicost](https://github.com/dwylq/aicost) — Universal AI coding cost analyzer CLI. Scans Claude Code, Cursor, and GitHub Copilot usage with cache-aware pricing, HTML dashboard, and cost alerting. No API key required. - [CostGoat](https://costgoat.com) — Privacy-first menubar app for tracking AI agent quotas (Claude Code, Codex, Kimi, Z.ai) and LLM API costs (OpenAI, OpenRouter, Anthropic, ElevenLabs) in real-time. Also covers cloud spend and SaaS subscriptions. +- [TokenWise](https://github.com/CodeShuX/tokenwise) — Measurement-driven model router for Claude Code. Auto-routes subtasks across Haiku/Sonnet/Opus based on task class, logs every routed task with verified $ saved to a local NDJSON, and includes an A/B test subcommand to validate cheaper tiers before trusting routing. MIT, zero telemetry, Anthropic-only. --- From 517b3ce7cab01b9e93bcc82fee72603161556c91 Mon Sep 17 00:00:00 2001 From: Jupiter-Guy Date: Mon, 11 May 2026 23:23:51 -0700 Subject: [PATCH 10/13] Add Entroly to the list of AI tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8d6557..45af67c 100644 --- a/README.md +++ b/README.md @@ -371,6 +371,7 @@ Tools that manage and sync AI agent configurations, rules, and context across ed - [Context7](https://context7.com/) — Documentation platform that provides up-to-date, version-specific documentation and code examples for any library directly into Cursor, Claude Code, Windsurf, and other AI coding tools. - [cursor-doctor](https://github.com/nedcodes-ok/cursor-doctor) — Health scanner and diagnostic tool for Cursor AI IDE configuration (.cursor/rules/ files). Scans for broken YAML frontmatter, rule conflicts, redundancies, missing alwaysApply, token budget issues, and stack coverage gaps. Available as CLI (`npx cursor-doctor scan`) and VS Code extension. - [ctxlint](https://github.com/YawLabs/ctxlint) — Open-source linter for AI context files (CLAUDE.md, .cursorrules, copilot-instructions.md) that catches stale paths, wrong commands, and token waste by validating against the real codebase. +- [Entroly](https://github.com/juyterman1000/entroly) - Open-source context optimization engine that cuts AI token costs by 70-95%. Uses submodular knapsack selection and PRISM reinforcement learning to provide the exact context needed to 65+ supported AI coding agents. Features a built-in MCP server, semantic caching, and SimHash deduplication. Apache-2.0. - [lean-ctx](https://github.com/yvgude/lean-ctx) — Open-source context runtime for AI coding agents. MCP server (optional shell hook) that compresses file reads, shell output, and codebase search to reduce token usage, often 60–99% on supported workflows. 46 tools, session caching, AST-aware compression for 18 languages, 90+ shell patterns. [Website](https://leanctx.com). Apache-2.0. - [Caliber](https://github.com/rely-ai-org/caliber) — Open-source CLI that scans your codebase and generates AI agent configs (CLAUDE.md, .cursorrules, skills, MCPs) for Claude Code, Cursor, and Codex. Scores your setup 0-100 and recommends MCP servers. - [vsync](https://github.com/nicepkg/vsync) — CLI tool that syncs Skills, MCP servers, Agents & Commands across Claude Code, Cursor, OpenCode, and Codex with automatic format conversion (JSON <-> TOML <-> JSONC). From cddc0bcf9a8c9e47b2e415c0982e92c51192a359 Mon Sep 17 00:00:00 2001 From: Albert Muaddi Date: Tue, 12 May 2026 14:27:06 -0400 Subject: [PATCH 11/13] Add Marmot to CLI Utilities --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8d6557..fefac99 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ Lightweight command-line tools for AI-assisted commits, shell translation, and w - [resume-cli](https://github.com/inevolin/resume-cli) — CLI that aggregates recent sessions from Claude Code, Codex, and GitHub Copilot in one place. Pick a session and resume it in any of the three tools. - [codesight](https://github.com/Houseofmvps/codesight) — CLI token optimizer and AI context generator. Scans codebases to extract routes, schema, components, and dependencies for Claude Code, Cursor, Copilot, Codex, and Windsurf. 9x–13x token reduction, built-in MCP server, zero runtime dependencies. `npx codesight` - [CLIRank](https://clirank.dev) — API directory scoring 387 APIs on agent-friendliness across 11 signals. Available as an MCP server (`clirank-mcp-server`) and REST API. +- [Marmot](https://marmot.sh) — Shell-native CLI that gives agents one command shape for AI, web search, scraping, and data enrichment across many providers. Designed for Claude Code, Codex, OpenCode, and similar harnesses; composes via shell pipes. --- From 53cbbcd71c893d905b4d191a05b6e90203f45b60 Mon Sep 17 00:00:00 2001 From: arwyn Date: Wed, 13 May 2026 09:16:49 -0700 Subject: [PATCH 12/13] Add OpenQuack to Desktop Applications --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8d6557..34ea111 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,7 @@ Native desktop apps for AI-powered coding, terminal enhancement, and agent orche - [Parallel Code](https://github.com/johannesjo/parallel-code) - Desktop app that runs multiple AI coding agents (Claude Code, Codex CLI, Gemini CLI) in parallel with automatic git worktree isolation, a unified GUI, and remote monitoring. - [PATAPIM](https://patapim.ai) — Terminal IDE for AI coding agents with a 9-terminal grid, AI state detection, built-in Whisper voice dictation, LAN remote access, and embedded MCP browser. Built with Electron. - [IM.codes](https://github.com/im4codes/imcodes) — Mobile/web control layer for Claude Code, Codex, Gemini CLI, and other terminal-based coding agents, built for away-from-desk continuation with terminal access, file browsing, git views, localhost preview, notifications, and multi-agent workflows. +- [OpenQuack](https://github.com/larryxiao/openquack) - Privacy-first local voice dictation menu bar app for macOS. Pairs with Claude Code, Cursor, Codex, and Aider to dictate long contextual prompts; transcribes via WhisperKit on Apple Silicon, pastes at the cursor, ~8 MB, MIT. --- From e6680537ac6b50636a1ba2a470e48698dc127ec9 Mon Sep 17 00:00:00 2001 From: Hardik Vasa <11687083+hardikvasa@users.noreply.github.com> Date: Thu, 14 May 2026 07:28:26 -0700 Subject: [PATCH 13/13] Add AgentTier to Sandboxing & Isolation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8d6557..bb83bdd 100644 --- a/README.md +++ b/README.md @@ -363,6 +363,7 @@ Secure isolated environments for running AI coding agents with controlled access - [brood-box](https://github.com/stacklok/brood-box) — Run coding agents (Claude Code, Codex, OpenCode) inside hardware-isolated microVMs with snapshot isolation and egress control. - [Open Agent](https://github.com/Th0rgal/openagent) — Self-hosted control plane for Claude Code with isolated container workspaces and real-time mission streaming. - [FlyDex](https://flydex.net) — Browser-first remote control plane for local Codex sessions with QR pairing, approvals, and machine continuity. +- [AgentTier](https://github.com/agenttier/agenttier) — Open-source, Kubernetes-native sandbox runtime for AI coding agents (Claude Code, LangGraph, OpenHands). Each sandbox is a Pod + PVC + default-deny NetworkPolicy with optional gVisor isolation; runs in interactive `mode: code` (browser terminal) or `mode: agent` (REST `/configure` + SSE-streaming `/invoke`). Apache-2.0. ### Configuration & Context Management