agent-takkub 1.0.59 → 1.0.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -60,7 +60,8 @@ A single AI agent hits a wall on big work: context fills up, sub-tasks collide,
60
60
 
61
61
  | | |
62
62
  | :-- | :-- |
63
- | 🩺 **`takkub doctor --live`** | Checks the *running* cockpit's spawn queue, not just static config — catches a stuck queue that a config-only check would miss. |
63
+ | 🩺 **`takkub doctor --live`** | Checks the running cockpit's spawn queue, CPU/RAM governor, resource waits, PTY queue depth, stale-write drops, and remote mirror — catches live wedges that config-only checks cannot see. |
64
+ | 🛡️ **Reliability v2** | Delivery IDs, pane-session generations, TTL, single-flight submission, bounded priority PTY queues, fair heavy-work admission, adaptive hidden-pane rendering, durable completion dedupe, and Windows Job Object cleanup. |
64
65
  | ⌨️ **Multiline input that just works** | Shift+Enter / Alt+Enter add a newline instead of submitting, provider-aware (works on claude/gemini panes; skipped where the underlying TUI would misinterpret it) — includes a macOS IME fix for Thai/CJK input dropped after switching input languages. <sub>(community contribution by [@than-aa](https://github.com/than-aa))</sub> |
65
66
 
66
67
  ---
@@ -200,6 +201,7 @@ sequenceDiagram
200
201
 
201
202
  - 🏗️ **Architecture & design** — [Architecture Guide](https://github.com/takkub/agent-takkub/blob/main/docs/ARCHITECTURE.md)
202
203
  - ⚙️ **System overview & flow diagrams** — [docs/system-overview](https://github.com/takkub/agent-takkub/tree/main/docs/system-overview)
204
+ - 🛡️ **Performance & Reliability v2** — [configuration, invariants, diagnostics, and rollback](docs/performance-reliability.md)
203
205
  - 🔧 **From source / one-shot installer** (Chrome, gh, Codex, Antigravity, rtk, …) — [INSTALL.md](https://github.com/takkub/agent-takkub/blob/main/docs/INSTALL.md)
204
206
  - 🐙 **GitHub** — [takkub/agent-takkub](https://github.com/takkub/agent-takkub)
205
207
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-takkub",
3
- "version": "1.0.59",
3
+ "version": "1.0.60",
4
4
  "description": "Desktop cockpit for orchestrating a team of Claude Code agents (Windows + macOS). Install globally: npm i -g agent-takkub",
5
5
  "keywords": [
6
6
  "claude",