Tags: askimo-ai/askimo
Tags
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.
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.
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.
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.
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)
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
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
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.
PreviousNext