jeo-code 0.6.7 → 0.6.8

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/CHANGELOG.md CHANGED
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  The README mirrors the latest 5 entries — regenerate with `bun run changelog:sync`.
8
8
 
9
+ ## [0.6.8] - 2026-06-16
10
+ _OAuth loopback callback host pinned to `localhost` to match provider-registered redirect URIs._
11
+
12
+ ### Fixed
13
+ - **OAuth loopback callback uses `localhost`** (not the `127.0.0.1` IP literal). Providers register their dynamic-loopback redirect URIs against `localhost`, so the callback host must match it exactly — an IP literal can mismatch the registered URI and break the Anthropic / Google / Antigravity login flows. The default is now documented in-code so it doesn't drift again.
14
+
9
15
  ## [0.6.7] - 2026-06-16
10
16
  _Mouse-report input corruption fixed under `jeo --tmux`, and a full-width TUI at one consistent width._
11
17
 
package/README.ja.md CHANGED
@@ -162,11 +162,11 @@ CI は `.github/workflows/npm-publish.yml` で公開します — GitHub リリ
162
162
  ## 変更履歴 (Changelog)
163
163
 
164
164
  <!-- CHANGELOG:START (auto-generated from CHANGELOG.md — run `bun run changelog:sync`) -->
165
+ - **[0.6.8]** (2026-06-16) — OAuth loopback callback host pinned to `localhost` to match provider-registered redirect URIs.
165
166
  - **[0.6.7]** (2026-06-16) — Mouse-report input corruption fixed under `jeo --tmux`, and a full-width TUI at one consistent width.
166
167
  - **[0.6.6]** (2026-06-16) — Vertical caret movement between input-box rows, a centered welcome banner, and a leaner `parseFlags`.
167
168
  - **[0.6.5]** (2026-06-16) — macOS combo-key editing in the boxed prompt, a fresh-start screen clear at launch, a proportional welcome banner, height-aware relayout — and `launch.ts` split into focused submodules.
168
169
  - **[0.6.4]** (2026-06-16) — Branding, a responsive-resize fix, `/provider` realignment, and engine repeat-spin recovery.
169
- - **[0.6.3]** (2026-06-16) — OAuth loopback reliability fix.
170
170
 
171
171
  See [CHANGELOG.md](CHANGELOG.md) for the full history.
172
172
  <!-- CHANGELOG:END -->
package/README.ko.md CHANGED
@@ -162,11 +162,11 @@ CI는 `.github/workflows/npm-publish.yml`로 배포합니다 — GitHub 릴리
162
162
  ## 변경 이력 (Changelog)
163
163
 
164
164
  <!-- CHANGELOG:START (auto-generated from CHANGELOG.md — run `bun run changelog:sync`) -->
165
+ - **[0.6.8]** (2026-06-16) — OAuth loopback callback host pinned to `localhost` to match provider-registered redirect URIs.
165
166
  - **[0.6.7]** (2026-06-16) — Mouse-report input corruption fixed under `jeo --tmux`, and a full-width TUI at one consistent width.
166
167
  - **[0.6.6]** (2026-06-16) — Vertical caret movement between input-box rows, a centered welcome banner, and a leaner `parseFlags`.
167
168
  - **[0.6.5]** (2026-06-16) — macOS combo-key editing in the boxed prompt, a fresh-start screen clear at launch, a proportional welcome banner, height-aware relayout — and `launch.ts` split into focused submodules.
168
169
  - **[0.6.4]** (2026-06-16) — Branding, a responsive-resize fix, `/provider` realignment, and engine repeat-spin recovery.
169
- - **[0.6.3]** (2026-06-16) — OAuth loopback reliability fix.
170
170
 
171
171
  See [CHANGELOG.md](CHANGELOG.md) for the full history.
172
172
  <!-- CHANGELOG:END -->
package/README.md CHANGED
@@ -162,11 +162,11 @@ Required npm token permissions (repository secret `NPM_TOKEN`):
162
162
  ## Changelog
163
163
 
164
164
  <!-- CHANGELOG:START (auto-generated from CHANGELOG.md — run `bun run changelog:sync`) -->
165
+ - **[0.6.8]** (2026-06-16) — OAuth loopback callback host pinned to `localhost` to match provider-registered redirect URIs.
165
166
  - **[0.6.7]** (2026-06-16) — Mouse-report input corruption fixed under `jeo --tmux`, and a full-width TUI at one consistent width.
166
167
  - **[0.6.6]** (2026-06-16) — Vertical caret movement between input-box rows, a centered welcome banner, and a leaner `parseFlags`.
167
168
  - **[0.6.5]** (2026-06-16) — macOS combo-key editing in the boxed prompt, a fresh-start screen clear at launch, a proportional welcome banner, height-aware relayout — and `launch.ts` split into focused submodules.
168
169
  - **[0.6.4]** (2026-06-16) — Branding, a responsive-resize fix, `/provider` realignment, and engine repeat-spin recovery.
169
- - **[0.6.3]** (2026-06-16) — OAuth loopback reliability fix.
170
170
 
171
171
  See [CHANGELOG.md](CHANGELOG.md) for the full history.
172
172
  <!-- CHANGELOG:END -->
package/README.zh.md CHANGED
@@ -162,11 +162,11 @@ CI 通过 `.github/workflows/npm-publish.yml` 发布 — GitHub 发布 release
162
162
  ## 更新日志 (Changelog)
163
163
 
164
164
  <!-- CHANGELOG:START (auto-generated from CHANGELOG.md — run `bun run changelog:sync`) -->
165
+ - **[0.6.8]** (2026-06-16) — OAuth loopback callback host pinned to `localhost` to match provider-registered redirect URIs.
165
166
  - **[0.6.7]** (2026-06-16) — Mouse-report input corruption fixed under `jeo --tmux`, and a full-width TUI at one consistent width.
166
167
  - **[0.6.6]** (2026-06-16) — Vertical caret movement between input-box rows, a centered welcome banner, and a leaner `parseFlags`.
167
168
  - **[0.6.5]** (2026-06-16) — macOS combo-key editing in the boxed prompt, a fresh-start screen clear at launch, a proportional welcome banner, height-aware relayout — and `launch.ts` split into focused submodules.
168
169
  - **[0.6.4]** (2026-06-16) — Branding, a responsive-resize fix, `/provider` realignment, and engine repeat-spin recovery.
169
- - **[0.6.3]** (2026-06-16) — OAuth loopback reliability fix.
170
170
 
171
171
  See [CHANGELOG.md](CHANGELOG.md) for the full history.
172
172
  <!-- CHANGELOG:END -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jeo-code",
3
- "version": "0.6.7",
3
+ "version": "0.6.8",
4
4
  "description": "Clean, highly optimized AI coding agent using spec-first loop",
5
5
  "type": "module",
6
6
  "main": "src/cli.ts",
@@ -11,7 +11,10 @@ import type { OAuthController, OAuthCredentials } from "./types";
11
11
  import { generateState } from "./pkce";
12
12
 
13
13
  const DEFAULT_TIMEOUT_MS = 300_000;
14
- const DEFAULT_HOSTNAME = "127.0.0.1";
14
+ // Loopback callback host. `localhost` (not the 127.0.0.1 IP literal) is the intentional
15
+ // default — providers register their redirect URIs against `localhost`, so the dynamic
16
+ // loopback flows (Anthropic / Google / Antigravity) must match. Keep this as `localhost`.
17
+ const DEFAULT_HOSTNAME = "localhost";
15
18
  const DEFAULT_CALLBACK_PATH = "/callback";
16
19
 
17
20
  export interface OAuthCallbackFlowOptions {