Commit Graph

  • 83b01fe262 ⬆ Bump @tanstack/react-query from 5.76.1 to 5.90.5 in /frontend dependabot/npm_and_yarn/frontend/tanstack/react-query-5.90.5 dependabot[bot]andGitHub 2025-10-17 10:22:46 +00:00
  • 2fd4bad4a4 ⬆ Bump actions/setup-node from 4 to 6 dependabot/github_actions/actions/setup-node-6 dependabot[bot]andGitHub 2025-10-14 10:25:28 +00:00
  • c21613d9a7 ⬆ Bump python from 3.13 to 3.14 in /backend dependabot/docker/backend/python-3.14 dependabot[bot]andGitHub 2025-10-13 11:17:18 +00:00
  • fe75d95e4d ⬆ Bump postgres from 17 to 18 dependabot/docker_compose/postgres-18 dependabot[bot]andGitHub 2025-09-29 14:06:42 +00:00
  • c3144bbb89 ⬆ Bump actions/labeler from 5 to 6 dependabot/github_actions/actions/labeler-6 dependabot[bot]andGitHub 2025-09-08 10:59:45 +00:00
  • 6ca39555d9 ⬆ Bump actions/checkout from 4 to 5 dependabot/github_actions/actions/checkout-5 dependabot[bot]andGitHub 2025-09-08 07:04:43 +00:00
  • 98f8799d73 Merge pull request #122 from furyhawk/dependabot/github_actions/actions/setup-python-6 furyhawkandGitHub 2025-09-08 15:01:41 +08:00
  • e8966f7e44 ⬆ Bump actions/setup-python from 5 to 6 dependabot[bot]andGitHub 2025-09-04 13:55:02 +00:00
  • 2ded6fb748 ⬆ Bump tiangolo/latest-changes from 0.3.2 to 0.4.0 dependabot/github_actions/tiangolo/latest-changes-0.4.0 dependabot[bot]andGitHub 2025-07-31 10:26:58 +00:00
  • b730b64262 ⬆ Bump react and @types/react in /frontend dependabot/npm_and_yarn/frontend/multi-7231a3f30a dependabot[bot]andGitHub 2025-07-29 11:03:15 +00:00
  • 196a573b8c feat: Generate TypeScript client for Ollama API using OpenAPI specification furyhawk 2025-06-24 20:51:54 +08:00
  • 322d7ff4fb feat: add OpenAPI configuration files for Ollama service furyhawk 2025-06-24 16:47:22 +08:00
  • 0070042144 fix: correct port mappings for Postgres and Speaches services in docker-compose furyhawk 2025-06-24 14:44:36 +08:00
  • 1d8068a89f fix: comment out network_mode for services in docker-compose furyhawk 2025-06-23 23:02:50 +08:00
  • 3110ac11de feat: add port mappings for Ollama, Postgres, and Speaches services in docker-compose furyhawk 2025-06-23 23:01:04 +08:00
  • eedc7e4657 fix: update docker-compose and Makefile for host networking configuration furyhawk 2025-06-23 22:09:08 +08:00
  • bc1015aa0d fix: update postgres image reference to include docker.io prefix furyhawk 2025-06-23 22:04:51 +08:00
  • 5706f65b69 feat: update Dockerfile and docker-compose for improved networking and add new make targets for Ollama builds furyhawk 2025-06-23 21:51:08 +08:00
  • a7346efb31 feat: add Docker Compose configurations for Speaches service with CPU and GPU support furyhawk 2025-06-23 16:48:23 +08:00
  • 4c74a3ed35 Add Whisper model integration for audio transcription furyhawk 2025-06-23 14:56:10 +08:00
  • bb6e1e466b feat: add type annotation for node in run_as_cli function furyhawk 2025-06-22 18:49:20 +08:00
  • f7b4e0a664 feat: add weather tool with NWS API integration and update dependencies furyhawk 2025-06-21 09:41:03 +08:00
  • 5e37cee394 feat: add groq package to dependencies and update version for gguf and gradio furyhawk 2025-06-20 21:13:18 +08:00
  • 801552f99e Implement chat application with SQLite backend and TypeScript frontend furyhawk 2025-06-19 10:36:34 +08:00
  • f44624c51d feat: add PostgreSQL service to docker-compose for Ollama integration furyhawk 2025-06-18 19:59:55 +08:00
  • 91baf7c053 Add notebook for fixing vector dimension mismatch and update rag.py for Ollama integration furyhawk 2025-06-18 19:33:41 +08:00
  • c48838ef4d feat: add mcp and sse-starlette packages to dependencies; update pydantic-ai-slim extras furyhawk 2025-06-17 19:02:14 +08:00
  • 940c1f8dbc fix: update execution counts and outputs in ollama notebook; add search functionality for animated films furyhawk 2025-06-17 16:19:31 +08:00
  • 6b452ba2eb Implement feature X to enhance user experience and fix bug Y in module Z furyhawk 2025-06-17 14:35:39 +08:00
  • 23e798bb7c Refactor model loading script and add Ollama notebook furyhawk 2025-06-16 15:41:55 +08:00
  • 3cfd66a31b fix: Update container commands from Docker to Podman in pull-deepseek-model.sh furyhawk 2025-06-16 13:17:47 +08:00
  • f8fad71b74 Add initial pyproject.toml for pydantic-ai project with dependencies furyhawk 2025-06-16 13:11:17 +08:00
  • 59e5f20dbb Implement feature X to enhance user experience and fix bug Y in module Z furyhawk 2025-06-16 07:15:12 +08:00
  • 3dbefacf1b Refactor code structure and remove redundant functions for improved readability and maintainability furyhawk 2025-06-15 20:22:05 +08:00
  • f07aeaf812 Remove empty notebook and add comprehensive LlamaCPP API examples with health check, server info, text completion, chat completion, streaming, and utility functions. furyhawk 2025-06-15 10:43:52 +08:00
  • 13698884f7 fix: Update container check from Docker to Podman in LlamaCPP script furyhawk 2025-06-15 09:11:35 +08:00
  • a3710d70a7 fix: Improve huggingface-hub installation process with enhanced logging and fallback methods furyhawk 2025-06-15 08:50:28 +08:00
  • 4136655e74 fix: Enhance huggingface-hub installation process with improved error handling and fallback options furyhawk 2025-06-15 08:45:16 +08:00
  • 3177afddba fix: Improve huggingface-hub installation process and add error handling furyhawk 2025-06-15 08:44:03 +08:00
  • 96b4b2c0b0 feat: Add host networking option for LlamaCPP build and update help text furyhawk 2025-06-15 08:35:19 +08:00
  • 22e8c795c7 fix: Add ai_stack/llamacpp/models/ to .gitignore to prevent tracking of model files furyhawk 2025-06-15 08:30:10 +08:00
  • a8dad3debe fix: Update model file references and enhance Dockerfile for LlamaCPP setup furyhawk 2025-06-15 08:29:42 +08:00
  • e9dc288cef Add Ollama Docker setup and model management scripts furyhawk 2025-06-14 21:31:16 +08:00
  • a54b7ffc38 refactor: Remove unused dependencies from pyproject.toml furyhawk 2025-06-03 18:21:21 +08:00
  • bf91dfb2ea Refactor code structure for improved readability and maintainability furyhawk 2025-06-03 15:31:35 +08:00
  • 11f83042ae Add toggle_nvidia.sh script for managing NVIDIA persistence mode and performance state furyhawk 2025-06-03 13:18:36 +08:00
  • 3c75694260 Add Unsloth notebook for fast finetuning with Llama and Qwen models furyhawk 2025-06-02 17:26:25 +08:00
  • 8f34539d4e refactor: Remove unnecessary React import from weather hub component furyhawk 2025-05-29 09:22:11 +08:00
  • dbc52674aa refactor: Replace ChakraCard with Card component and improve spacing in weather components furyhawk 2025-05-28 22:46:33 +08:00
  • 02a39c4d9f refactor: Update card component usage and spacing in FourDayOutlook furyhawk 2025-05-28 22:33:57 +08:00
  • e6317e723a feat: Add weather components for air temperature, wind direction, and forecasts furyhawk 2025-05-28 22:11:22 +08:00
  • 39d0e929b8 refactor: Update map handling in WeatherMap and TwoHourForecast components furyhawk 2025-05-28 21:43:47 +08:00
  • d7d8e73a1d refactor: Add MapCenter component for auto-centering the map and improve map integration in WeatherMap furyhawk 2025-05-28 21:20:23 +08:00
  • 8861fffd41 refactor: Add MapInvalidator component to handle map size invalidation on tab visibility furyhawk 2025-05-28 20:26:50 +08:00
  • 4fe6a7fefe refactor: Add view mode toggle and map display for TwoHourForecast component furyhawk 2025-05-28 19:56:50 +08:00
  • d69ef91778 refactor: Remove unnecessary React import from weather hub component v3.0 furyhawk 2025-05-29 09:22:11 +08:00
  • 26e4f7bb04 refactor: Replace ChakraCard with Card component and improve spacing in weather components furyhawk 2025-05-28 22:46:33 +08:00
  • 85c34ba376 refactor: Update card component usage and spacing in FourDayOutlook furyhawk 2025-05-28 22:33:57 +08:00
  • 60c42651fa feat: Add weather components for air temperature, wind direction, and forecasts furyhawk 2025-05-28 22:11:22 +08:00
  • f1cd7c3063 refactor: Update map handling in WeatherMap and TwoHourForecast components furyhawk 2025-05-28 21:43:47 +08:00
  • 26fab5b01f refactor: Add MapCenter component for auto-centering the map and improve map integration in WeatherMap furyhawk 2025-05-28 21:20:23 +08:00
  • fe1fbca07a refactor: Add MapInvalidator component to handle map size invalidation on tab visibility furyhawk 2025-05-28 20:26:50 +08:00
  • 39ff52c1f6 refactor: Add view mode toggle and map display for TwoHourForecast component furyhawk 2025-05-28 19:56:50 +08:00
  • 2929a8df24 refactor: Improve WeatherMap component by enhancing marker display with temperature and wind direction furyhawk 2025-05-28 19:13:28 +08:00
  • 978503f9ef refactor: Enhance WeatherMap component by adding temperature display above markers furyhawk 2025-05-28 16:35:20 +08:00
  • a89174e360 refactor: Add WeatherMap component with Leaflet integration for displaying air temperature readings furyhawk 2025-05-28 16:23:35 +08:00
  • a7279dad1f refactor: Restructure WindReading and WindStation interfaces, enhance wind direction calculations, and improve data handling in WindDirection component furyhawk 2025-05-28 16:09:58 +08:00
  • a37f010b76 refactor: Improve Air Temperature data handling and enhance station mapping in readings furyhawk 2025-05-28 15:59:07 +08:00
  • 011c288df9 refactor: Enhance data handling in weather API responses with flattened readings structure furyhawk 2025-05-28 15:37:57 +08:00
  • ab66dc9c77 refactor: Update OutlookForecast interface to use timestamp and add day field furyhawk 2025-05-28 14:51:28 +08:00
  • 41c5b3f381 refactor: Enhance OutlookForecast structure and improve getWeatherIcon function furyhawk 2025-05-28 14:23:11 +08:00
  • b4b5a9f977 fix: Update Weather Hub sidebar link path to correct routing furyhawk 2025-05-28 14:19:07 +08:00
  • e1df563631 feat: Add Weather Hub component with real-time weather data and forecasts furyhawk 2025-05-28 13:31:47 +08:00
  • f01574a3e3 refactor: Remove unused client services file from the project furyhawk 2025-05-28 13:16:42 +08:00
  • 2428941f3a refactor: Remove unused weather route and related references from route tree furyhawk 2025-05-28 13:16:20 +08:00
  • 5195bd10d4 refactor: Remove unused weather components and related types furyhawk 2025-05-28 13:14:55 +08:00
  • 4a836220bb refactor: Improve WeatherMap component by enhancing marker display with temperature and wind direction furyhawk 2025-05-28 19:13:28 +08:00
  • c1eb7400d9 refactor: Enhance WeatherMap component by adding temperature display above markers furyhawk 2025-05-28 16:35:20 +08:00
  • 33873fe260 refactor: Add WeatherMap component with Leaflet integration for displaying air temperature readings furyhawk 2025-05-28 16:23:35 +08:00
  • b84abc0982 refactor: Restructure WindReading and WindStation interfaces, enhance wind direction calculations, and improve data handling in WindDirection component furyhawk 2025-05-28 16:09:58 +08:00
  • dab8d8dc14 refactor: Improve Air Temperature data handling and enhance station mapping in readings furyhawk 2025-05-28 15:59:07 +08:00
  • dea08f4b7b refactor: Enhance data handling in weather API responses with flattened readings structure furyhawk 2025-05-28 15:37:57 +08:00
  • 67a0ff692a refactor: Update OutlookForecast interface to use timestamp and add day field furyhawk 2025-05-28 14:51:28 +08:00
  • 68192a2803 refactor: Enhance OutlookForecast structure and improve getWeatherIcon function furyhawk 2025-05-28 14:23:11 +08:00
  • 690a9535f6 fix: Update Weather Hub sidebar link path to correct routing furyhawk 2025-05-28 14:19:07 +08:00
  • f3817680b0 feat: Add Weather Hub component with real-time weather data and forecasts furyhawk 2025-05-28 13:31:47 +08:00
  • 1065b6e712 refactor: Remove unused client services file from the project furyhawk 2025-05-28 13:16:42 +08:00
  • 8de21b8c15 refactor: Remove unused weather route and related references from route tree furyhawk 2025-05-28 13:16:20 +08:00
  • fcc06452e7 refactor: Remove unused weather components and related types furyhawk 2025-05-28 13:14:55 +08:00
  • d750d32f9b Update environment variables and Traefik routing for Home Stack project furyhawk 2025-05-17 19:17:00 +08:00
  • d6d08cb7c6 refactor: Correct Docker Compose file references in makefile to use the standard docker-compose.yml v2 furyhawk 2025-05-28 11:51:58 +08:00
  • 241069d1e2 refactor: Update makefile to replace 'docker-completed.yml' with 'docker-compose.yml' for consistency main furyhawk 2025-05-28 11:51:42 +08:00
  • b2eef76c07 feat: Add new weather data endpoints and core API error handling furyhawk 2025-05-28 09:26:25 +08:00
  • 3779fba2ed refactor: Update makefile to include specific Docker Compose files for all targets furyhawk 2025-05-28 07:22:00 +08:00
  • 649818314a refactor: Add network target to create traefik-public network before starting containers furyhawk 2025-05-27 20:24:43 +08:00
  • 13991c6910 refactor: Update Docker image references in .env and docker-compose.yml for consistency furyhawk 2025-05-27 20:14:45 +08:00
  • 719101d616 refactor: Update makefile to consistently use environment file for Podman commands furyhawk 2025-05-27 20:09:51 +08:00
  • 51f3ecd9b6 refactor: Remove unused WeatherForecast component and related files furyhawk 2025-05-27 15:12:54 +08:00
  • a1edc93e69 Implement feature X to enhance user experience and fix bug Y in module Z furyhawk 2025-05-27 14:54:29 +08:00
  • f394bcd257 Refactor generated types for consistency and clarity furyhawk 2025-05-27 14:53:40 +08:00