Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/direct-duckdb-dev.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-otel-root.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-ponds-dev.md

This file was deleted.

11 changes: 11 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# agentpond

## 0.2.0

### Minor Changes

- 3202c0a: Add a local `agentpond dev` ingestion server that writes directly to the dev DuckDB cache, makes dev sync a no-op, and blocks competing dev writes.
- 3202c0a: Add named environments with per-environment DuckDB caches and environment-file based storage configuration using `agentpond env`.

### Patch Changes

- 3202c0a: Create traces for Langfuse OTEL spans marked as app roots.

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agentpond",
"version": "0.1.3",
"version": "0.2.0",
"description": "Agent-native CLI for local Langfuse-compatible trace analytics",
"license": "MIT",
"type": "module",
Expand Down
Loading