Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: askimo-ai/askimo

Tags

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update README and media assets for new features (#712)

- Updated README to reflect changes in multi-step AI Plans to Agents.
- Replaced outdated Askimo related media files with new ones.
- Added new media assets for Agents, MCP, RAG, and other features.
- Removed deprecated media files and images.

v1.4.18

Toggle v1.4.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(rag): Introduce embedding model status checks and UI feedback (#671

)

* feat(rag): Introduce embedding model status checks and UI feedback

- Allows RAG projects to display a banner warning if an embedding model is not configured for the current AI provider.
- Provides centralized event handling to monitor changes in AI provider configuration status.
- Improves user experience by clearly indicating RAG capability status in project views.
- Exposes embedding model configuration status through AppContext.

v1.4.17

Toggle v1.4.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(providers): Add LiteLLM provider template support (#650)

- Introduces LiteLLM as a new AI provider template using the OpenAI format.
- Adds support for searching and displaying provider options in the selection dialog.
- Updates internationalization strings and configuration for LiteLLM setup.

v1.4.16

Toggle v1.4.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor(ui): Enhance UI consistency and component structure (#636)

- Standardize vertical spacing in various UI sections.
- Refine padding application across shared component library.
- Introduce interactive error expansion for notification popups.
- Simplify data handling within notification event cards.

v1.4.15

Toggle v1.4.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: Improve AI provider descriptions with setup guidance (#630)

- Adds detailed setup instructions for major AI providers
- Documents requirements for running models via Docker Desktop
- Enhances descriptions for local LLM solutions (LocalAI, LM Studio)

v1.4.14

Toggle v1.4.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
style(ui): Refine theming and styling across various UI components (#599

)

- Adjust icon and card tints for consistency in DiscoverView
- Simplify parameters in StatCard definitions
- Improve readability and add dynamic coloring to NavigationSidebar
- Apply primary container colors in ExportSessionDialog

v1.4.13

Toggle v1.4.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add user messages for some common server issues (#578)

v1.4.12

Toggle v1.4.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Using system dialog instead of jfilechooser (#524)

v1.4.11

Toggle v1.4.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(http-utils): Add gzip support to HTTP utilities (#493)

- Add decompressGzipIfNeeded to HttpUtils.kt to automatically decode gzip responses
- Update README to reflect new web search description and MCP tool integration wording
- Minor cleanup and import adjustments

v1.4.10

Toggle v1.4.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): Bump version to 1.4.10 and update notices (#479)

- Updated CONTRIBUTING.md to reflect modern contributions workflow and licensing agreement.
- Clarified the project is licensed under GNU AGPLv3.
- Bumped version to 1.4.10 in gradle.properties.