jeo-code 0.4.8 → 0.4.9
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.ja.md +1 -1
- package/README.ko.md +1 -1
- package/README.md +1 -1
- package/README.zh.md +1 -1
- package/package.json +1 -1
- package/src/AGENTS.md +5 -2
- package/src/agent/AGENTS.md +25 -5
- package/src/agent/dev/AGENTS.md +7 -2
- package/src/ai/AGENTS.md +14 -3
- package/src/ai/providers/AGENTS.md +6 -4
- package/src/auth/AGENTS.md +8 -3
- package/src/auth/flows/AGENTS.md +14 -5
- package/src/cli/AGENTS.md +3 -3
- package/src/commands/AGENTS.md +20 -2
- package/src/commands/launch.ts +7 -7
- package/src/mcp/AGENTS.md +4 -2
- package/src/prompts/AGENTS.md +2 -4
- package/src/prompts/agents/AGENTS.md +10 -5
- package/src/prompts/skills/AGENTS.md +10 -5
- package/src/prompts/skills/deep-dive/AGENTS.md +7 -2
- package/src/prompts/skills/deep-interview/AGENTS.md +7 -2
- package/src/prompts/skills/ralplan/AGENTS.md +7 -2
- package/src/prompts/skills/team/AGENTS.md +7 -2
- package/src/prompts/skills/ultragoal/AGENTS.md +7 -2
- package/src/skills/AGENTS.md +2 -3
- package/src/tui/AGENTS.md +2 -1
- package/src/tui/app.ts +5 -26
- package/src/tui/components/AGENTS.md +38 -5
- package/src/tui/monitoring/AGENTS.md +8 -3
- package/src/tui/renderer.ts +5 -15
- package/src/util/AGENTS.md +5 -3
package/README.ja.md
CHANGED
|
@@ -150,11 +150,11 @@ CI は `.github/workflows/npm-publish.yml` で公開します — GitHub リリ
|
|
|
150
150
|
## 変更履歴 (Changelog)
|
|
151
151
|
|
|
152
152
|
<!-- CHANGELOG:START (auto-generated from CHANGELOG.md — run `bun run changelog:sync`) -->
|
|
153
|
+
- **[0.4.9]** (2026-06-14) — Live-frame width-clamp (content-sized height) replaces the constant-height approach, typed text shows during a running turn, and a docs/AGENTS refresh.
|
|
153
154
|
- **[0.4.8]** (2026-06-14) — Live-frame stability: constant-height live turn, renderer self-heal off-by-one fix, and frame-safe child-stdout sanitizing — no more duplicate model bar or torn escapes.
|
|
154
155
|
- **[0.4.7]** (2026-06-14) — Detached subagents + `subagent` control tool, live shaded in-flight output, registry-driven providers, fuller `read` budget, styled italics in the final report, and `gjc` retired.
|
|
155
156
|
- **[0.4.6]** (2026-06-14) — Width-correct forge cards for CJK/emoji, red borders on failed tool cards, aligned `ooo ralph` monitor HUD, and a per-theme user-card palette.
|
|
156
157
|
- **[0.4.5]** (2026-06-14) — First-class filesystem make/remove tools.
|
|
157
|
-
- **[0.4.4]** (2026-06-13) — Live subagent status mirroring, always-useful Ctrl+O activity tail, read lineRange crash guard.
|
|
158
158
|
|
|
159
159
|
See [CHANGELOG.md](CHANGELOG.md) for the full history.
|
|
160
160
|
<!-- CHANGELOG:END -->
|
package/README.ko.md
CHANGED
|
@@ -150,11 +150,11 @@ CI는 `.github/workflows/npm-publish.yml`로 배포합니다 — GitHub 릴리
|
|
|
150
150
|
## 변경 이력 (Changelog)
|
|
151
151
|
|
|
152
152
|
<!-- CHANGELOG:START (auto-generated from CHANGELOG.md — run `bun run changelog:sync`) -->
|
|
153
|
+
- **[0.4.9]** (2026-06-14) — Live-frame width-clamp (content-sized height) replaces the constant-height approach, typed text shows during a running turn, and a docs/AGENTS refresh.
|
|
153
154
|
- **[0.4.8]** (2026-06-14) — Live-frame stability: constant-height live turn, renderer self-heal off-by-one fix, and frame-safe child-stdout sanitizing — no more duplicate model bar or torn escapes.
|
|
154
155
|
- **[0.4.7]** (2026-06-14) — Detached subagents + `subagent` control tool, live shaded in-flight output, registry-driven providers, fuller `read` budget, styled italics in the final report, and `gjc` retired.
|
|
155
156
|
- **[0.4.6]** (2026-06-14) — Width-correct forge cards for CJK/emoji, red borders on failed tool cards, aligned `ooo ralph` monitor HUD, and a per-theme user-card palette.
|
|
156
157
|
- **[0.4.5]** (2026-06-14) — First-class filesystem make/remove tools.
|
|
157
|
-
- **[0.4.4]** (2026-06-13) — Live subagent status mirroring, always-useful Ctrl+O activity tail, read lineRange crash guard.
|
|
158
158
|
|
|
159
159
|
See [CHANGELOG.md](CHANGELOG.md) for the full history.
|
|
160
160
|
<!-- CHANGELOG:END -->
|
package/README.md
CHANGED
|
@@ -150,11 +150,11 @@ Required npm token permissions (repository secret `NPM_TOKEN`):
|
|
|
150
150
|
## Changelog
|
|
151
151
|
|
|
152
152
|
<!-- CHANGELOG:START (auto-generated from CHANGELOG.md — run `bun run changelog:sync`) -->
|
|
153
|
+
- **[0.4.9]** (2026-06-14) — Live-frame width-clamp (content-sized height) replaces the constant-height approach, typed text shows during a running turn, and a docs/AGENTS refresh.
|
|
153
154
|
- **[0.4.8]** (2026-06-14) — Live-frame stability: constant-height live turn, renderer self-heal off-by-one fix, and frame-safe child-stdout sanitizing — no more duplicate model bar or torn escapes.
|
|
154
155
|
- **[0.4.7]** (2026-06-14) — Detached subagents + `subagent` control tool, live shaded in-flight output, registry-driven providers, fuller `read` budget, styled italics in the final report, and `gjc` retired.
|
|
155
156
|
- **[0.4.6]** (2026-06-14) — Width-correct forge cards for CJK/emoji, red borders on failed tool cards, aligned `ooo ralph` monitor HUD, and a per-theme user-card palette.
|
|
156
157
|
- **[0.4.5]** (2026-06-14) — First-class filesystem make/remove tools.
|
|
157
|
-
- **[0.4.4]** (2026-06-13) — Live subagent status mirroring, always-useful Ctrl+O activity tail, read lineRange crash guard.
|
|
158
158
|
|
|
159
159
|
See [CHANGELOG.md](CHANGELOG.md) for the full history.
|
|
160
160
|
<!-- CHANGELOG:END -->
|
package/README.zh.md
CHANGED
|
@@ -150,11 +150,11 @@ CI 通过 `.github/workflows/npm-publish.yml` 发布 — GitHub 发布 release
|
|
|
150
150
|
## 更新日志 (Changelog)
|
|
151
151
|
|
|
152
152
|
<!-- CHANGELOG:START (auto-generated from CHANGELOG.md — run `bun run changelog:sync`) -->
|
|
153
|
+
- **[0.4.9]** (2026-06-14) — Live-frame width-clamp (content-sized height) replaces the constant-height approach, typed text shows during a running turn, and a docs/AGENTS refresh.
|
|
153
154
|
- **[0.4.8]** (2026-06-14) — Live-frame stability: constant-height live turn, renderer self-heal off-by-one fix, and frame-safe child-stdout sanitizing — no more duplicate model bar or torn escapes.
|
|
154
155
|
- **[0.4.7]** (2026-06-14) — Detached subagents + `subagent` control tool, live shaded in-flight output, registry-driven providers, fuller `read` budget, styled italics in the final report, and `gjc` retired.
|
|
155
156
|
- **[0.4.6]** (2026-06-14) — Width-correct forge cards for CJK/emoji, red borders on failed tool cards, aligned `ooo ralph` monitor HUD, and a per-theme user-card palette.
|
|
156
157
|
- **[0.4.5]** (2026-06-14) — First-class filesystem make/remove tools.
|
|
157
|
-
- **[0.4.4]** (2026-06-13) — Live subagent status mirroring, always-useful Ctrl+O activity tail, read lineRange crash guard.
|
|
158
158
|
|
|
159
159
|
See [CHANGELOG.md](CHANGELOG.md) for the full history.
|
|
160
160
|
<!-- CHANGELOG:END -->
|
package/package.json
CHANGED
package/src/AGENTS.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!-- Parent: ../AGENTS.md -->
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# src
|
|
5
5
|
|
|
@@ -9,9 +9,12 @@ Core application source code for the `jeo-code` CLI and agent runtime. It orches
|
|
|
9
9
|
## Key Files
|
|
10
10
|
| File | Description |
|
|
11
11
|
|------|-------------|
|
|
12
|
+
| `autopilot.ts` | Brief description of purpose |
|
|
13
|
+
| `bun-imports.d.ts` | TypeScript declarations for Bun built-ins and raw module imports |
|
|
12
14
|
| `cli.ts` | The main binary entrypoint |
|
|
13
15
|
| `index.ts` | Library exports |
|
|
14
|
-
| `
|
|
16
|
+
| `ledger.ts` | Brief description of purpose |
|
|
17
|
+
| `md-modules.d.ts` | TypeScript declarations for Bun built-ins and raw module imports |
|
|
15
18
|
|
|
16
19
|
## Subdirectories
|
|
17
20
|
| Directory | Purpose |
|
package/src/agent/AGENTS.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!-- Parent: ../AGENTS.md -->
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# agent
|
|
5
5
|
|
|
@@ -9,13 +9,33 @@ The core runtime loop, tool registry, session management, and state persistence
|
|
|
9
9
|
## Key Files
|
|
10
10
|
| File | Description |
|
|
11
11
|
|------|-------------|
|
|
12
|
+
| `bash-fixups.ts` | Brief description of purpose |
|
|
13
|
+
| `compaction.ts` | Brief description of purpose |
|
|
14
|
+
| `config-schema.ts` | Brief description of purpose |
|
|
15
|
+
| `context-files.ts` | Brief description of purpose |
|
|
16
|
+
| `engine.ts` | Brief description of purpose |
|
|
17
|
+
| `hooks.ts` | Brief description of purpose |
|
|
18
|
+
| `json.ts` | Brief description of purpose |
|
|
12
19
|
| `loop.ts` | The primary execution loop orchestrating model calls and tool execution |
|
|
13
|
-
| `
|
|
14
|
-
| `
|
|
15
|
-
| `
|
|
20
|
+
| `memory.ts` | Brief description of purpose |
|
|
21
|
+
| `model-recency.ts` | Brief description of purpose |
|
|
22
|
+
| `output-minimizer.ts` | Brief description of purpose |
|
|
23
|
+
| `output-util.ts` | Brief description of purpose |
|
|
16
24
|
| `plan.ts` | Subagent planning structures and validation |
|
|
25
|
+
| `seed.ts` | Brief description of purpose |
|
|
26
|
+
| `session.ts` | Session context building, compaction, and history management |
|
|
27
|
+
| `state.ts` | File-backed state and session persistence (`.jeo/state/`) |
|
|
17
28
|
| `step-budget.ts` | gjc-style flexible step budgeting: progress-scored extensions, hard cap, fail-fast |
|
|
18
|
-
| `
|
|
29
|
+
| `subagent-registry.ts` | Brief description of purpose |
|
|
30
|
+
| `subagent-tool.ts` | Brief description of purpose |
|
|
31
|
+
| `subagents.ts` | Brief description of purpose |
|
|
32
|
+
| `task-tool.ts` | Brief description of purpose |
|
|
33
|
+
| `todo-tool.ts` | Brief description of purpose |
|
|
34
|
+
| `tokenizer.ts` | Brief description of purpose |
|
|
35
|
+
| `tool-output.ts` | Brief description of purpose |
|
|
36
|
+
| `tool-registry.ts` | Brief description of purpose |
|
|
37
|
+
| `tools.ts` | Built-in tool definitions (bash, read, write, edit, etc.) |
|
|
38
|
+
| `web-search.ts` | Brief description of purpose |
|
|
19
39
|
|
|
20
40
|
## Subdirectories
|
|
21
41
|
| Directory | Purpose |
|
package/src/agent/dev/AGENTS.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<!-- Parent:
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
1
|
+
<!-- Parent: ../AGENTS.md -->
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# dev
|
|
5
5
|
|
|
@@ -9,6 +9,11 @@ Developer-specific agent tooling and spec automation.
|
|
|
9
9
|
## Key Files
|
|
10
10
|
| File | Description |
|
|
11
11
|
|------|-------------|
|
|
12
|
+
| `advanced-analyzer.ts` | Brief description of purpose |
|
|
13
|
+
| `evolution-bridge.ts` | Brief description of purpose |
|
|
14
|
+
| `evolution-logger.ts` | Brief description of purpose |
|
|
15
|
+
| `self-analysis.ts` | Brief description of purpose |
|
|
16
|
+
| `self-improve.ts` | Brief description of purpose |
|
|
12
17
|
| `spec-automation.ts` | Tools to sync `.specify/` artifacts to ooo seeds |
|
|
13
18
|
|
|
14
19
|
## Subdirectories
|
package/src/ai/AGENTS.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!-- Parent: ../AGENTS.md -->
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# ai
|
|
5
5
|
|
|
@@ -9,9 +9,20 @@ Abstractions for LLM inference, provider management, tool formatting, and token
|
|
|
9
9
|
## Key Files
|
|
10
10
|
| File | Description |
|
|
11
11
|
|------|-------------|
|
|
12
|
-
| `
|
|
12
|
+
| `index.ts` | Brief description of purpose |
|
|
13
|
+
| `model-catalog-compat.ts` | Brief description of purpose |
|
|
14
|
+
| `model-catalog.ts` | Brief description of purpose |
|
|
15
|
+
| `model-discovery.ts` | Brief description of purpose |
|
|
16
|
+
| `model-enrich.ts` | Brief description of purpose |
|
|
17
|
+
| `model-manager.ts` | Brief description of purpose |
|
|
18
|
+
| `model-picker.ts` | Brief description of purpose |
|
|
19
|
+
| `model-registry.ts` | Brief description of purpose |
|
|
20
|
+
| `pricing.ts` | Brief description of purpose |
|
|
21
|
+
| `provider-registry.ts` | Brief description of purpose |
|
|
22
|
+
| `provider-status.ts` | Brief description of purpose |
|
|
23
|
+
| `register-providers.ts` | Brief description of purpose |
|
|
24
|
+
| `sse.ts` | Brief description of purpose |
|
|
13
25
|
| `types.ts` | Common interfaces for AI requests, responses, and streams |
|
|
14
|
-
| `format.ts` | Conversion between internal tool schemas and provider-specific formats |
|
|
15
26
|
|
|
16
27
|
## Subdirectories
|
|
17
28
|
| Directory | Purpose |
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<!-- Parent:
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
1
|
+
<!-- Parent: ../AGENTS.md -->
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# providers
|
|
5
5
|
|
|
@@ -10,10 +10,12 @@ Concrete implementations for various LLM providers, translating generic requests
|
|
|
10
10
|
| File | Description |
|
|
11
11
|
|------|-------------|
|
|
12
12
|
| `anthropic.ts` | Anthropic Claude integration |
|
|
13
|
-
| `openai.ts` | OpenAI (and Codex backend) integration |
|
|
14
|
-
| `gemini.ts` | Google Gemini (and Cloud Code Assist) integration |
|
|
15
13
|
| `antigravity.ts` | Antigravity desktop-app OAuth client integration |
|
|
14
|
+
| `errors.ts` | Brief description of purpose |
|
|
15
|
+
| `gemini.ts` | Google Gemini (and Cloud Code Assist) integration |
|
|
16
16
|
| `ollama.ts` | Local Ollama integration |
|
|
17
|
+
| `openai-responses.ts` | Brief description of purpose |
|
|
18
|
+
| `openai.ts` | OpenAI (and Codex backend) integration |
|
|
17
19
|
|
|
18
20
|
## Subdirectories
|
|
19
21
|
*(None)*
|
package/src/auth/AGENTS.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!-- Parent: ../AGENTS.md -->
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# auth
|
|
5
5
|
|
|
@@ -9,8 +9,13 @@ Authentication and credential management for OAuth flows and API keys. Ensures s
|
|
|
9
9
|
## Key Files
|
|
10
10
|
| File | Description |
|
|
11
11
|
|------|-------------|
|
|
12
|
-
| `
|
|
13
|
-
| `
|
|
12
|
+
| `callback-server.ts` | Brief description of purpose |
|
|
13
|
+
| `index.ts` | Brief description of purpose |
|
|
14
|
+
| `oauth.ts` | Brief description of purpose |
|
|
15
|
+
| `pkce.ts` | Brief description of purpose |
|
|
16
|
+
| `refresh.ts` | Brief description of purpose |
|
|
17
|
+
| `storage.ts` | Brief description of purpose |
|
|
18
|
+
| `types.ts` | Brief description of purpose |
|
|
14
19
|
|
|
15
20
|
## Subdirectories
|
|
16
21
|
| Directory | Purpose |
|
package/src/auth/flows/AGENTS.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<!-- Parent:
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
1
|
+
<!-- Parent: ../AGENTS.md -->
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# flows
|
|
5
5
|
|
|
@@ -9,8 +9,12 @@ Specific OAuth flow implementations for various providers.
|
|
|
9
9
|
## Key Files
|
|
10
10
|
| File | Description |
|
|
11
11
|
|------|-------------|
|
|
12
|
-
| `
|
|
13
|
-
|
|
|
12
|
+
| `anthropic.ts` | Brief description of purpose |
|
|
13
|
+
| `antigravity.ts` | Brief description of purpose |
|
|
14
|
+
| `google-project.ts` | Brief description of purpose |
|
|
15
|
+
| `google.ts` | Brief description of purpose |
|
|
16
|
+
| `index.ts` | Brief description of purpose |
|
|
17
|
+
| `openai.ts` | Brief description of purpose |
|
|
14
18
|
|
|
15
19
|
## Subdirectories
|
|
16
20
|
*(None)*
|
|
@@ -27,6 +31,11 @@ Specific OAuth flow implementations for various providers.
|
|
|
27
31
|
- Loopback HTTP servers for receiving OAuth callbacks.
|
|
28
32
|
|
|
29
33
|
## Dependencies
|
|
30
|
-
|
|
34
|
+
|
|
35
|
+
### Internal
|
|
36
|
+
{References to other parts of the codebase this depends on}
|
|
37
|
+
|
|
38
|
+
### External
|
|
39
|
+
{Key external packages/libraries used}
|
|
31
40
|
|
|
32
41
|
<!-- MANUAL: -->
|
package/src/cli/AGENTS.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!-- Parent: ../AGENTS.md -->
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# cli
|
|
5
5
|
|
|
@@ -9,8 +9,8 @@ Command-line interface routing, argument parsing, and initialization logic. Defi
|
|
|
9
9
|
## Key Files
|
|
10
10
|
| File | Description |
|
|
11
11
|
|------|-------------|
|
|
12
|
-
| `
|
|
13
|
-
| `
|
|
12
|
+
| `index.ts` | Brief description of purpose |
|
|
13
|
+
| `runner.ts` | Brief description of purpose |
|
|
14
14
|
|
|
15
15
|
## Subdirectories
|
|
16
16
|
*(None)*
|
package/src/commands/AGENTS.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!-- Parent: ../AGENTS.md -->
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# commands
|
|
5
5
|
|
|
@@ -9,10 +9,28 @@ Concrete implementations of `jeo` subcommands (e.g., launch, setup, team, ultrag
|
|
|
9
9
|
## Key Files
|
|
10
10
|
| File | Description |
|
|
11
11
|
|------|-------------|
|
|
12
|
+
| `approve.ts` | Brief description of purpose |
|
|
13
|
+
| `auth.ts` | Brief description of purpose |
|
|
14
|
+
| `chat.ts` | Brief description of purpose |
|
|
15
|
+
| `deep-interview.ts` | Brief description of purpose |
|
|
16
|
+
| `doctor.ts` | Brief description of purpose |
|
|
17
|
+
| `evolve-core.ts` | Brief description of purpose |
|
|
18
|
+
| `evolve.ts` | Brief description of purpose |
|
|
19
|
+
| `export.ts` | Brief description of purpose |
|
|
12
20
|
| `launch.ts` | The primary interactive/one-shot execution command |
|
|
21
|
+
| `mcp.ts` | Brief description of purpose |
|
|
22
|
+
| `ooo-seed.ts` | Brief description of purpose |
|
|
23
|
+
| `ralplan.ts` | Brief description of purpose |
|
|
24
|
+
| `resume.ts` | Brief description of purpose |
|
|
25
|
+
| `session.ts` | Brief description of purpose |
|
|
26
|
+
| `setup-helpers.ts` | Brief description of purpose |
|
|
13
27
|
| `setup.ts` | Guided configuration command |
|
|
28
|
+
| `skills.ts` | Brief description of purpose |
|
|
29
|
+
| `state.ts` | Brief description of purpose |
|
|
30
|
+
| `status.ts` | Brief description of purpose |
|
|
14
31
|
| `team.ts` | Multi-agent coordination command |
|
|
15
|
-
| `
|
|
32
|
+
| `ultragoal.ts` | Brief description of purpose |
|
|
33
|
+
| `update.ts` | Brief description of purpose |
|
|
16
34
|
|
|
17
35
|
## Subdirectories
|
|
18
36
|
*(None)*
|
package/src/commands/launch.ts
CHANGED
|
@@ -1418,13 +1418,13 @@ export async function runLaunchCommand(args: string[]): Promise<void> {
|
|
|
1418
1418
|
return;
|
|
1419
1419
|
}
|
|
1420
1420
|
}
|
|
1421
|
-
// Mid-turn
|
|
1422
|
-
//
|
|
1423
|
-
//
|
|
1424
|
-
//
|
|
1425
|
-
// the
|
|
1426
|
-
//
|
|
1427
|
-
if (captured && jeoEnv("
|
|
1421
|
+
// Mid-turn typing is echoed LIVE into the input box so the field never looks
|
|
1422
|
+
// frozen/disabled while a turn runs — the typed text IS captured, so it must be
|
|
1423
|
+
// visible. This updates the in-frame input box via the differential renderer
|
|
1424
|
+
// only; it never leaks into scrollback/history (native readline echo stays
|
|
1425
|
+
// suppressed for the whole turn). On Enter the draft is lifted into the steering
|
|
1426
|
+
// inbox and surfaces as a `user` card (above). JEO_NO_LIVE_DRAFT=1 opts out.
|
|
1427
|
+
if (captured && jeoEnv("NO_LIVE_DRAFT") !== "1") {
|
|
1428
1428
|
tui.setLivePromptInput(queueBusySnapshot?.().text ?? "");
|
|
1429
1429
|
}
|
|
1430
1430
|
},
|
package/src/mcp/AGENTS.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!-- Parent: ../AGENTS.md -->
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# mcp
|
|
5
5
|
|
|
@@ -9,8 +9,10 @@ Model Context Protocol (MCP) integration, allowing `jeo-code` to expose tools or
|
|
|
9
9
|
## Key Files
|
|
10
10
|
| File | Description |
|
|
11
11
|
|------|-------------|
|
|
12
|
+
| `index.ts` | Brief description of purpose |
|
|
13
|
+
| `protocol.ts` | Brief description of purpose |
|
|
12
14
|
| `server.ts` | MCP server implementation (if exposing tools) |
|
|
13
|
-
| `
|
|
15
|
+
| `tools.ts` | Brief description of purpose |
|
|
14
16
|
|
|
15
17
|
## Subdirectories
|
|
16
18
|
*(None)*
|
package/src/prompts/AGENTS.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!-- Parent: ../AGENTS.md -->
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# prompts
|
|
5
5
|
|
|
@@ -7,9 +7,7 @@
|
|
|
7
7
|
Bundled system prompts, role definitions, and workflow skill documentation for the agent.
|
|
8
8
|
|
|
9
9
|
## Key Files
|
|
10
|
-
|
|
11
|
-
|------|-------------|
|
|
12
|
-
| `system.md` | Core system prompt template |
|
|
10
|
+
*(None)*
|
|
13
11
|
|
|
14
12
|
## Subdirectories
|
|
15
13
|
| Directory | Purpose |
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<!-- Parent:
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
1
|
+
<!-- Parent: ../AGENTS.md -->
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# agents
|
|
5
5
|
|
|
@@ -9,10 +9,10 @@ Role-specific system prompts defining the behavior of subagents (executor, plann
|
|
|
9
9
|
## Key Files
|
|
10
10
|
| File | Description |
|
|
11
11
|
|------|-------------|
|
|
12
|
-
| `executor.md` | Mutating agent for executing bounded tasks |
|
|
13
|
-
| `planner.md` | Read-only agent for sequencing tasks |
|
|
14
12
|
| `architect.md` | Read-only agent for structural review |
|
|
15
13
|
| `critic.md` | Read-only agent for plan critique |
|
|
14
|
+
| `executor.md` | Mutating agent for executing bounded tasks |
|
|
15
|
+
| `planner.md` | Read-only agent for sequencing tasks |
|
|
16
16
|
|
|
17
17
|
## Subdirectories
|
|
18
18
|
*(None)*
|
|
@@ -30,6 +30,11 @@ Role-specific system prompts defining the behavior of subagents (executor, plann
|
|
|
30
30
|
*(None)*
|
|
31
31
|
|
|
32
32
|
## Dependencies
|
|
33
|
-
|
|
33
|
+
|
|
34
|
+
### Internal
|
|
35
|
+
{References to other parts of the codebase this depends on}
|
|
36
|
+
|
|
37
|
+
### External
|
|
38
|
+
{Key external packages/libraries used}
|
|
34
39
|
|
|
35
40
|
<!-- MANUAL: -->
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<!-- Parent:
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
1
|
+
<!-- Parent: ../AGENTS.md -->
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# skills
|
|
5
5
|
|
|
@@ -7,16 +7,16 @@
|
|
|
7
7
|
Bundled workflow skills offering specialized, multi-step procedures for the agent.
|
|
8
8
|
|
|
9
9
|
## Key Files
|
|
10
|
-
*(
|
|
10
|
+
*(None)*
|
|
11
11
|
|
|
12
12
|
## Subdirectories
|
|
13
13
|
| Directory | Purpose |
|
|
14
14
|
|-----------|---------|
|
|
15
|
+
| `deep-dive/` | What it contains (see `deep-dive/AGENTS.md`) |
|
|
15
16
|
| `deep-interview/` | Socratic requirements gathering |
|
|
16
17
|
| `ralplan/` | Spec-first planning and consensus building |
|
|
17
18
|
| `team/` | Coordinated multi-agent execution |
|
|
18
19
|
| `ultragoal/` | Durable verification and ledger tracking |
|
|
19
|
-
| `gjc/` | Legacy parity configurations |
|
|
20
20
|
|
|
21
21
|
## For AI Agents
|
|
22
22
|
|
|
@@ -31,6 +31,11 @@ Bundled workflow skills offering specialized, multi-step procedures for the agen
|
|
|
31
31
|
*(None)*
|
|
32
32
|
|
|
33
33
|
## Dependencies
|
|
34
|
-
|
|
34
|
+
|
|
35
|
+
### Internal
|
|
36
|
+
{References to other parts of the codebase this depends on}
|
|
37
|
+
|
|
38
|
+
### External
|
|
39
|
+
{Key external packages/libraries used}
|
|
35
40
|
|
|
36
41
|
<!-- MANUAL: -->
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!-- Parent: ../AGENTS.md -->
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# deep-dive
|
|
5
5
|
|
|
@@ -26,6 +26,11 @@ Bundled SKILL.md for the `deep-dive` workflow.
|
|
|
26
26
|
*(None)*
|
|
27
27
|
|
|
28
28
|
## Dependencies
|
|
29
|
-
|
|
29
|
+
|
|
30
|
+
### Internal
|
|
31
|
+
{References to other parts of the codebase this depends on}
|
|
32
|
+
|
|
33
|
+
### External
|
|
34
|
+
{Key external packages/libraries used}
|
|
30
35
|
|
|
31
36
|
<!-- MANUAL: -->
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!-- Parent: ../AGENTS.md -->
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# deep-interview
|
|
5
5
|
|
|
@@ -26,6 +26,11 @@ Bundled SKILL.md for the `deep-interview` workflow.
|
|
|
26
26
|
*(None)*
|
|
27
27
|
|
|
28
28
|
## Dependencies
|
|
29
|
-
|
|
29
|
+
|
|
30
|
+
### Internal
|
|
31
|
+
{References to other parts of the codebase this depends on}
|
|
32
|
+
|
|
33
|
+
### External
|
|
34
|
+
{Key external packages/libraries used}
|
|
30
35
|
|
|
31
36
|
<!-- MANUAL: -->
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!-- Parent: ../AGENTS.md -->
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# ralplan
|
|
5
5
|
|
|
@@ -26,6 +26,11 @@ Bundled SKILL.md for the `ralplan` workflow.
|
|
|
26
26
|
*(None)*
|
|
27
27
|
|
|
28
28
|
## Dependencies
|
|
29
|
-
|
|
29
|
+
|
|
30
|
+
### Internal
|
|
31
|
+
{References to other parts of the codebase this depends on}
|
|
32
|
+
|
|
33
|
+
### External
|
|
34
|
+
{Key external packages/libraries used}
|
|
30
35
|
|
|
31
36
|
<!-- MANUAL: -->
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!-- Parent: ../AGENTS.md -->
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# team
|
|
5
5
|
|
|
@@ -26,6 +26,11 @@ Bundled SKILL.md for the `team` workflow.
|
|
|
26
26
|
*(None)*
|
|
27
27
|
|
|
28
28
|
## Dependencies
|
|
29
|
-
|
|
29
|
+
|
|
30
|
+
### Internal
|
|
31
|
+
{References to other parts of the codebase this depends on}
|
|
32
|
+
|
|
33
|
+
### External
|
|
34
|
+
{Key external packages/libraries used}
|
|
30
35
|
|
|
31
36
|
<!-- MANUAL: -->
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!-- Parent: ../AGENTS.md -->
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# ultragoal
|
|
5
5
|
|
|
@@ -26,6 +26,11 @@ Bundled SKILL.md for the `ultragoal` workflow.
|
|
|
26
26
|
*(None)*
|
|
27
27
|
|
|
28
28
|
## Dependencies
|
|
29
|
-
|
|
29
|
+
|
|
30
|
+
### Internal
|
|
31
|
+
{References to other parts of the codebase this depends on}
|
|
32
|
+
|
|
33
|
+
### External
|
|
34
|
+
{Key external packages/libraries used}
|
|
30
35
|
|
|
31
36
|
<!-- MANUAL: -->
|
package/src/skills/AGENTS.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!-- Parent: ../AGENTS.md -->
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# skills
|
|
5
5
|
|
|
@@ -9,8 +9,7 @@ Framework for discovering, loading, and executing workflow skills (both bundled
|
|
|
9
9
|
## Key Files
|
|
10
10
|
| File | Description |
|
|
11
11
|
|------|-------------|
|
|
12
|
-
| `
|
|
13
|
-
| `executor.ts` | Mechanism to inject skill prompts into the active session |
|
|
12
|
+
| `catalog.ts` | Brief description of purpose |
|
|
14
13
|
|
|
15
14
|
## Subdirectories
|
|
16
15
|
*(None)*
|
package/src/tui/AGENTS.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!-- Parent: ../AGENTS.md -->
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# tui
|
|
5
5
|
|
|
@@ -10,6 +10,7 @@ Terminal User Interface logic, layout systems, and the differential renderer. Re
|
|
|
10
10
|
| File | Description |
|
|
11
11
|
|------|-------------|
|
|
12
12
|
| `app.ts` | High-level TUI orchestrator (`LaunchTui`) |
|
|
13
|
+
| `index.ts` | Brief description of purpose |
|
|
13
14
|
| `renderer.ts` | The differential, atomic terminal renderer (handles scrollback, resizing, DECSET 2026) |
|
|
14
15
|
| `terminal.ts` | Low-level ANSI escape codes and terminal size utilities |
|
|
15
16
|
|
package/src/tui/app.ts
CHANGED
|
@@ -554,10 +554,6 @@ export class LaunchTui {
|
|
|
554
554
|
});
|
|
555
555
|
}
|
|
556
556
|
|
|
557
|
-
private renderLiveUserQueryCard(cols: number): string[] {
|
|
558
|
-
return this.renderUserCard(this.livePromptInput, cols);
|
|
559
|
-
}
|
|
560
|
-
|
|
561
557
|
/** Render a `user`-labeled query card (orange "user" header over a filled box).
|
|
562
558
|
* Shared by the live next-prompt draft and the mid-turn steering flush. */
|
|
563
559
|
private renderUserCard(rawText: string, cols: number): string[] {
|
|
@@ -1186,12 +1182,6 @@ export class LaunchTui {
|
|
|
1186
1182
|
}));
|
|
1187
1183
|
}
|
|
1188
1184
|
|
|
1189
|
-
// User text typed while the model is still thinking is surfaced as a live
|
|
1190
|
-
// pending-user card (same query input underneath, no hidden auto-executing queue).
|
|
1191
|
-
if (this.livePromptInput.trim()) {
|
|
1192
|
-
tail.push("");
|
|
1193
|
-
tail.push(...this.renderLiveUserQueryCard(cols));
|
|
1194
|
-
}
|
|
1195
1185
|
|
|
1196
1186
|
// Agent task plan (the `todo` tool) as a Todos checklist.
|
|
1197
1187
|
if (args.planLines.length) {
|
|
@@ -1316,18 +1306,11 @@ export class LaunchTui {
|
|
|
1316
1306
|
// model bar), no outer border, no mascot art — completed work lives in scrollback.
|
|
1317
1307
|
if (fit && this.inline) {
|
|
1318
1308
|
const inlineFrame = this.composeInlineFrame({ cols, rows, stepNow, elapsedMs, idx, isThinking, planLines });
|
|
1319
|
-
//
|
|
1320
|
-
//
|
|
1321
|
-
//
|
|
1322
|
-
//
|
|
1323
|
-
|
|
1324
|
-
// rapid tool churn) never runs again. Every line is still width-clamped so a long
|
|
1325
|
-
// line cannot soft-wrap into a second physical row and desync the row accounting.
|
|
1326
|
-
const capped = inlineFrame.length > rows ? inlineFrame.slice(inlineFrame.length - rows) : inlineFrame;
|
|
1327
|
-
const fixedHeight = capped.length < rows
|
|
1328
|
-
? [...new Array(rows - capped.length).fill(""), ...capped]
|
|
1329
|
-
: capped;
|
|
1330
|
-
this.renderer.render(fixedHeight.map(l => truncateToWidth(l, cols)));
|
|
1309
|
+
// Screen-safety: every rendered line is width-clamped to `cols` so a long line
|
|
1310
|
+
// (e.g. the model bar with a deep cwd) cannot soft-wrap into a second physical row
|
|
1311
|
+
// and desync the differential renderer's 1-line=1-row accounting. Frame height stays
|
|
1312
|
+
// content-sized so completed cards remain visible in scrollback above the live frame.
|
|
1313
|
+
this.renderer.render(inlineFrame.slice(0, rows).map(l => truncateToWidth(l, cols)));
|
|
1331
1314
|
return;
|
|
1332
1315
|
}
|
|
1333
1316
|
|
|
@@ -1391,10 +1374,6 @@ export class LaunchTui {
|
|
|
1391
1374
|
bottom.push(` ${categoryBadge("status", { color: this.theme.color })} ${msg}${guardBadge}`);
|
|
1392
1375
|
}
|
|
1393
1376
|
}
|
|
1394
|
-
if (fit && this.livePromptInput.trim()) {
|
|
1395
|
-
bottom.push("");
|
|
1396
|
-
bottom.push(...this.renderLiveUserQueryCard(innerWidth));
|
|
1397
|
-
}
|
|
1398
1377
|
// TTY only: keep the same query input box visible above the footer while the
|
|
1399
1378
|
// turn is running; typed text edits the next-prompt draft, not a side queue.
|
|
1400
1379
|
if (fit) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<!-- Parent:
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
1
|
+
<!-- Parent: ../AGENTS.md -->
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# components
|
|
5
5
|
|
|
@@ -9,11 +9,44 @@ Reusable UI widgets and layout primitives for the terminal interface.
|
|
|
9
9
|
## Key Files
|
|
10
10
|
| File | Description |
|
|
11
11
|
|------|-------------|
|
|
12
|
+
| `ascii-art.ts` | Cellular evolution graphics |
|
|
13
|
+
| `autocomplete.ts` | Brief description of purpose |
|
|
14
|
+
| `autopilot-status.ts` | Brief description of purpose |
|
|
15
|
+
| `capability.ts` | Brief description of purpose |
|
|
16
|
+
| `category-index.ts` | Brief description of purpose |
|
|
17
|
+
| `code-view.ts` | Brief description of purpose |
|
|
18
|
+
| `color.ts` | Brief description of purpose |
|
|
19
|
+
| `config-panel.ts` | Brief description of purpose |
|
|
20
|
+
| `duration.ts` | Brief description of purpose |
|
|
21
|
+
| `evolution.ts` | Brief description of purpose |
|
|
22
|
+
| `footer.ts` | Brief description of purpose |
|
|
12
23
|
| `forge.ts` | Formats the boxed tool execution outputs |
|
|
13
|
-
| `
|
|
14
|
-
| `
|
|
24
|
+
| `hints.ts` | Brief description of purpose |
|
|
25
|
+
| `hud.ts` | Brief description of purpose |
|
|
26
|
+
| `index.ts` | Brief description of purpose |
|
|
27
|
+
| `input-box.ts` | Brief description of purpose |
|
|
15
28
|
| `layout.ts` | Low-level padding, boxing, and alignment math |
|
|
16
|
-
| `
|
|
29
|
+
| `live-model-picker.ts` | Brief description of purpose |
|
|
30
|
+
| `markdown-table.ts` | Brief description of purpose |
|
|
31
|
+
| `markdown-text.ts` | Brief description of purpose |
|
|
32
|
+
| `meter.ts` | Brief description of purpose |
|
|
33
|
+
| `model-picker.ts` | Brief description of purpose |
|
|
34
|
+
| `provider-picker.ts` | Brief description of purpose |
|
|
35
|
+
| `section.ts` | Shadcn-inspired card layout and spacing tokens |
|
|
36
|
+
| `select-list.ts` | Brief description of purpose |
|
|
37
|
+
| `skill-picker.ts` | Brief description of purpose |
|
|
38
|
+
| `slash.ts` | Brief description of purpose |
|
|
39
|
+
| `spinner.ts` | Brief description of purpose |
|
|
40
|
+
| `status.ts` | The `[STEP]` / `[STATUS]` / `[TOOL]` HUD lines |
|
|
41
|
+
| `step-timeline.ts` | Brief description of purpose |
|
|
42
|
+
| `stream.ts` | Brief description of purpose |
|
|
43
|
+
| `themes.ts` | Brief description of purpose |
|
|
44
|
+
| `todo-card.ts` | Brief description of purpose |
|
|
45
|
+
| `tool-list.ts` | Brief description of purpose |
|
|
46
|
+
| `transcript.ts` | Brief description of purpose |
|
|
47
|
+
| `update-box.ts` | Brief description of purpose |
|
|
48
|
+
| `welcome.ts` | Brief description of purpose |
|
|
49
|
+
| `width.ts` | Brief description of purpose |
|
|
17
50
|
|
|
18
51
|
## Subdirectories
|
|
19
52
|
*(None)*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<!-- Parent:
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
1
|
+
<!-- Parent: ../AGENTS.md -->
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# monitoring
|
|
5
5
|
|
|
@@ -26,6 +26,11 @@ Specialized HUD views and sovereign monitoring interfaces.
|
|
|
26
26
|
*(None)*
|
|
27
27
|
|
|
28
28
|
## Dependencies
|
|
29
|
-
|
|
29
|
+
|
|
30
|
+
### Internal
|
|
31
|
+
{References to other parts of the codebase this depends on}
|
|
32
|
+
|
|
33
|
+
### External
|
|
34
|
+
{Key external packages/libraries used}
|
|
30
35
|
|
|
31
36
|
<!-- MANUAL: -->
|
package/src/tui/renderer.ts
CHANGED
|
@@ -134,20 +134,10 @@ export class Renderer {
|
|
|
134
134
|
.map((line, i, arr) => (i === arr.length - 1 && line === "" ? "" : toColumn(1) + clearLine() + line))
|
|
135
135
|
.join("\n");
|
|
136
136
|
let out = BEGIN_SYNC + body;
|
|
137
|
-
//
|
|
138
|
-
//
|
|
139
|
-
//
|
|
140
|
-
//
|
|
141
|
-
// every stale row exists and cursor-down cannot clamp. Deferring this clear to
|
|
142
|
-
// the next render() via coverRows walked PAST the bottom margin, where the
|
|
143
|
-
// clamped cursor-down desynced the row bookkeeping — each subsequent frame then
|
|
144
|
-
// painted one row higher, devouring the flushed scrollback content above (the
|
|
145
|
-
// "truncated card" corruption).
|
|
146
|
-
// Use the same occupancy measure the reserve block uses (max of prev.length and
|
|
147
|
-
// coverRows). A reset() between frames drops prev but records coverRows; ignoring it
|
|
148
|
-
// here left the old frame's lower rows uncleared and the cursor below the true
|
|
149
|
-
// anchor, so the next render's cursorDown crossed the bottom margin and clamped —
|
|
150
|
-
// the persistent off-by-one that duplicated the model bar.
|
|
137
|
+
// EL-clear the old frame rows the inserted block did NOT cover, then hop back to the
|
|
138
|
+
// row right below the insert (where the next render() anchors). occupied = max(prev,
|
|
139
|
+
// coverRows) matches the reserve block so a reset()->insertAbove() ordering still
|
|
140
|
+
// clears the old frame's lower rows (the off-by-one that duplicated the model bar).
|
|
151
141
|
const occupied = Math.max(this.prev.length, this.coverRows);
|
|
152
142
|
const stale = occupied - written;
|
|
153
143
|
if (stale > 0) {
|
|
@@ -158,7 +148,7 @@ export class Renderer {
|
|
|
158
148
|
}
|
|
159
149
|
this.write(out);
|
|
160
150
|
this.prev = [];
|
|
161
|
-
this.coverRows = 0;
|
|
151
|
+
this.coverRows = 0;
|
|
162
152
|
}
|
|
163
153
|
|
|
164
154
|
/** Clear the live frame. Inline (reserve) mode walks the known frame rows with
|
package/src/util/AGENTS.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!-- Parent: ../AGENTS.md -->
|
|
2
|
-
<!-- Generated: 2026-06-11 | Updated: 2026-06-
|
|
2
|
+
<!-- Generated: 2026-06-11 | Updated: 2026-06-14 -->
|
|
3
3
|
|
|
4
4
|
# util
|
|
5
5
|
|
|
@@ -9,9 +9,11 @@ General utilities, helper functions, and shared types used across the applicatio
|
|
|
9
9
|
## Key Files
|
|
10
10
|
| File | Description |
|
|
11
11
|
|------|-------------|
|
|
12
|
-
| `
|
|
13
|
-
| `
|
|
12
|
+
| `clipboard-image.ts` | Brief description of purpose |
|
|
13
|
+
| `env.ts` | Brief description of purpose |
|
|
14
14
|
| `provider-error.ts` | Error normalization helpers |
|
|
15
|
+
| `retry.ts` | Rate-limit backoff and generic retry mechanisms |
|
|
16
|
+
| `update-check.ts` | Async check for newer npm versions |
|
|
15
17
|
|
|
16
18
|
## Subdirectories
|
|
17
19
|
*(None)*
|