Commit dc0212c
authored
chore: release v1.16.0 (#129)
## Release v1.16.0 (minor)
Releases the user-visible changes already merged to `main`: **#124**
(config validation relaxation) and **#127** (Atlas distiller "Premature
close" runtime fix). Current `1.15.4` → `1.16.0`. #128 was a CI-only
vitest scoping change and is intentionally not in the changelog (does
not ship).
### CHANGELOG
## 1.16.0
### Minor Changes
- Config validation accepts minimal RAG configs — `indexing` and
per-source `chunk` now optional with defaults (#124)
- Fixed Atlas distiller LLM client "Premature close" errors, by
disabling keep-alive on the test/proxy client (#127)
### Version bumps
- `package.json` `version`: 1.15.4 → 1.16.0
- `src/cli.ts` `.version(...)`: 1.15.4 → 1.16.0
- version-sync verified in agreement.
### Publishing
Merging this PR triggers `publish-release.yml` to publish
`@copilotkit/pathfinder@1.16.0` to npm and create the tag/GitHub
Release. Do not tag or release by hand.3 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 | | |
4 | 11 | | |
5 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments