@poncho-ai/cli 0.30.8 → 0.32.0

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @poncho-ai/cli@0.30.8 build /Users/cesar/Dev/latitude/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.32.0 build /Users/cesar/Dev/latitude/poncho-ai/packages/cli
3
3
  > tsup src/index.ts src/cli.ts --format esm --dts
4
4
 
5
5
  CLI Building entry: src/cli.ts, src/index.ts
@@ -7,12 +7,12 @@
7
7
  CLI tsup v8.5.1
8
8
  CLI Target: es2022
9
9
  ESM Build start
10
- ESM dist/cli.js 94.00 B
11
10
  ESM dist/index.js 857.00 B
12
- ESM dist/run-interactive-ink-JP7VBUN4.js 56.86 KB
13
- ESM dist/chunk-6HEFL6EQ.js 495.34 KB
14
- ESM ⚡️ Build success in 50ms
11
+ ESM dist/run-interactive-ink-IF3TLLQB.js 56.86 KB
12
+ ESM dist/cli.js 94.00 B
13
+ ESM dist/chunk-DK5P34JS.js 520.93 KB
14
+ ESM ⚡️ Build success in 37ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 3005ms
16
+ DTS ⚡️ Build success in 2361ms
17
17
  DTS dist/cli.d.ts 20.00 B
18
18
  DTS dist/index.d.ts 4.16 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.32.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Add OpenAI Codex OAuth provider support with one-time auth bootstrap and runtime token refresh.
8
+
9
+ This adds `openai-codex` model provider support, `poncho auth` login/status/logout/export commands, onboarding updates, and Codex request compatibility handling for OAuth-backed Responses API calls.
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies []:
14
+ - @poncho-ai/harness@0.31.0
15
+ - @poncho-ai/sdk@1.7.0
16
+ - @poncho-ai/messaging@0.7.5
17
+
18
+ ## 0.31.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [`193c367`](https://github.com/cesr/poncho-ai/commit/193c367568dce22a470dff6acd022c221be3b722) Thanks [@cesr](https://github.com/cesr)! - Unified continuation logic across all entry points (chat, cron, subagents, SDK) with mid-stream soft deadline checkpointing and proper context preservation across continuation boundaries.
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies [[`193c367`](https://github.com/cesr/poncho-ai/commit/193c367568dce22a470dff6acd022c221be3b722)]:
27
+ - @poncho-ai/harness@0.30.0
28
+ - @poncho-ai/sdk@1.6.3
29
+ - @poncho-ai/messaging@0.7.4
30
+
3
31
  ## 0.30.8
4
32
 
5
33
  ### Patch Changes