@poncho-ai/cli 0.5.0 → 0.5.1

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.5.0 build /Users/cesar/Dev/latitude/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.5.1 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
@@ -9,10 +9,10 @@ CLI Target: es2022
9
9
  ESM Build start
10
10
  ESM dist/index.js 635.00 B
11
11
  ESM dist/cli.js 94.00 B
12
- ESM dist/run-interactive-ink-LLNLDCES.js 16.62 KB
13
- ESM dist/chunk-TYL4SGJE.js 138.98 KB
14
- ESM ⚡️ Build success in 22ms
12
+ ESM dist/run-interactive-ink-OFJCD2ZU.js 16.62 KB
13
+ ESM dist/chunk-J65L5WSP.js 139.46 KB
14
+ ESM ⚡️ Build success in 23ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 1986ms
16
+ DTS ⚡️ Build success in 2016ms
17
17
  DTS dist/cli.d.ts 20.00 B
18
18
  DTS dist/index.d.ts 2.56 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Simplify MCP tool patterns and improve auth UI
8
+ - Allow tool patterns without server prefix in poncho.config.js (e.g., `include: ['*']` instead of `include: ['linear/*']`)
9
+ - Fix auth screen button styling to be fully rounded with centered arrow
10
+ - Add self-extension capabilities section to development mode instructions
11
+ - Update documentation to clarify MCP pattern formats
12
+
13
+ - Updated dependencies []:
14
+ - @poncho-ai/harness@0.7.0
15
+
3
16
  ## 0.5.0
4
17
 
5
18
  ### Minor Changes