Skip to content

Commit 4a78e32

Browse files
committed
chore: remove premature migration guide from SDK docs (pre-v1)
1 parent 802f9c0 commit 4a78e32

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

docs/API.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -804,13 +804,3 @@ require github.com/BackendStack21/kode v0.16.1
804804
805805
All `internal/` packages (`internal/llm`, `internal/memory`, `internal/skills`, `internal/config`, `internal/session`, `internal/danger`, `internal/resource`, `internal/render`, `internal/ws`) are not importable outside the module due to Go's `internal` package visibility rules.
806806

807-
---
808-
809-
## Migration Guide (from v0.14.x)
810-
811-
| Old | New | Notes |
812-
|-----|-----|-------|
813-
| `agent.Run(ctx, task)` | `agent.Run(ctx, task)` | Unchanged |
814-
| `agent.RunWithMessages(ctx, msgs)` | `agent.RunWithMessages(ctx, msgs)` | Unchanged |
815-
| `New(Config{...})` | `New(Config{...})` | `MaxIterations` > 0 required; negative = default (90) |
816-
| `Tool` interface | `Tool` interface | `Schema()` changed from `map[string]any` return to `any` in v0.15 (accepts both) |

0 commit comments

Comments
 (0)