Skip to content

Tags: anaconda/anaconda-ai

Tags

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs(e2e): add Claude/Cursor agent docs and Playwright skills (#120)

* docs(e2e): add Claude/Cursor agent docs and Playwright skills

Add CLAUDE.md, .claude agents/skills, and .cursor rules under tests/e2e
for Playwright test generation and anaconda-playwright-utils.

Made-with: Cursor

* chore: normalize renovate.json and tsconfig include

Format JSON arrays on one line and fix tsconfig `include` list so
`tests/utils/CliUtils.ts` is part of a single valid array.

Made-with: Cursor

---------

Co-authored-by: [email protected] <[email protected]>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
drop anaconda-cloud channel from readme (#96)

v0.5.0rc9

Toggle v0.5.0rc9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
switch back default (#90)

* switch back default

* typo

* fix typing for pydantic-ai

* mypy fix

* some maint changes

v0.5.0rc8

Toggle v0.5.0rc8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
don't wait (#84)

v0.5.0rc7

Toggle v0.5.0rc7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.1…

…5.0 (#81)

Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com>
Co-authored-by: Albert DeFusco <[email protected]>

v0.5.0rc6

Toggle v0.5.0rc6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[feature] new backends (#79)

* backends

* fix --at

* need .online

* configure cli

* update dev env

* typing fixes

* bad inits

* refine rm/detach

* server by name is considered matched

* delete on stop

* unnecessary union

* readme

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[chore] support tool calling (#59)

* allow --jinja flag

* docs

* correct handling of is_function_calling

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
llama-index embedding (#58)

* llama-index embedding

* mypy overrides

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ALI-1427 handle windows ai nav config path (#54)

* handle windows ai nav config path

* separate windows logic

* revert separation of platform logic

* pin click to <8.2 to fix python 3.10+ errors

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Vectordb methods (#51)

* list-tables, create-table, drop-table

* raise_for_status clean up