Commit Graph

  • b98391e161 fix: use native GGUF chat template instead of name-based inference (#188) main LopezNuance 2026-03-25 22:00:53 -05:00
  • 0db9b4ad80 fix: raise default n_ctx from 4096 to 8192 and fix UTF-8 token boundary (#187) LopezNuance 2026-03-25 14:16:34 -05:00
  • 22c96fc55c Bump version to 1.9.0 v1.9.0 Michael A. Kuykendall 2026-01-10 09:27:32 -06:00
  • ebc163a5cd Fix Gate 1: Remove GPU backends (not available on GitHub runners), keep vision Michael A. Kuykendall 2026-01-10 01:25:28 -06:00
  • f2eaec42bc Add vision feature to Gate 1 (Linux Kitchen Sink binary) Michael A. Kuykendall 2026-01-10 00:23:38 -06:00
  • a307fba912 fix: remove duplicate Linux x86_64 build to prevent artifact conflict Michael A. Kuykendall 2026-01-09 23:03:22 -06:00
  • 07e31e04b6 fix: remove GPU backends from GitHub runner builds - CPU only Michael A. Kuykendall 2026-01-09 21:51:18 -06:00
  • 09587e154e fix: remove CUDA from GitHub runner builds (no CUDA toolkit available) Michael A. Kuykendall 2026-01-09 21:23:33 -06:00
  • 6e3c773675 fix: disable git version check in llama.cpp CMake build Michael A. Kuykendall 2026-01-09 20:58:26 -06:00
  • 20ab18655f fix: patch shimmy-llama-cpp-sys-2 to use git dependency for CI builds Michael A. Kuykendall 2026-01-09 20:51:47 -06:00
  • dbeb63c578 fix: initialize git submodules for llama.cpp CUDA build Michael A. Kuykendall 2026-01-09 17:06:05 -06:00
  • 69bc2e8f19 docs: create shimmy vision sales pipeline consolidation guide Michael A. Kuykendall 2026-01-09 15:44:24 -06:00
  • aad546660a feat: add critical testing for GPU backend robustness, vision performance, and license pipeline Michael A. Kuykendall 2026-01-09 15:42:08 -06:00
  • 7a9fe08ffd chore: add simple wait-for-build script Michael A. Kuykendall 2026-01-09 15:32:21 -06:00
  • 124fa689ff chore: add build monitoring script for private repo Michael A. Kuykendall 2026-01-09 15:31:12 -06:00
  • eac5d6bbcc docs: create v1.9.0 user outreach strategy Michael A. Kuykendall 2026-01-09 15:30:40 -06:00
  • e90485b265 docs: update documentation for v1.9.0 Kitchen Sink architecture Michael A. Kuykendall 2026-01-09 15:28:26 -06:00
  • a4314cba66 docs: add v1.9.0 CHANGELOG entry for Kitchen Sink release Michael A. Kuykendall 2026-01-09 15:27:40 -06:00
  • 658798568d docs: update README for v1.9.0 Kitchen Sink architecture Michael A. Kuykendall 2026-01-09 15:26:39 -06:00
  • aeffe39ff6 chore: reorganize documentation structure Michael A. Kuykendall 2026-01-09 15:25:31 -06:00
  • 3b3d81d612 feat: Kitchen Sink architecture + private testing workflow Michael A. Kuykendall 2026-01-09 15:00:51 -06:00
  • cea38685e1 feat: build separate CPU and GPU binaries for each platform Michael A. Kuykendall 2026-01-09 14:22:47 -06:00
  • 229ec785dd fix: improve vision test robustness Michael A. Kuykendall 2026-01-09 14:14:39 -06:00
  • 7b1ecf7a76 fix: correct vision API request format in tests Michael A. Kuykendall 2026-01-09 14:12:57 -06:00
  • 2586bc3786 feat: add vision API testing to release binary tests Michael A. Kuykendall 2026-01-09 14:10:58 -06:00
  • a28738202f fix: macOS deployment target and ARM64 container test Michael A. Kuykendall 2026-01-09 13:41:17 -06:00
  • a49f965a8b fix: update test-release-binaries workflow for compatibility Michael A. Kuykendall 2026-01-09 13:40:01 -06:00
  • bf3dad0f0e docs: Update CHANGELOG.md for v1.8.2-test release changelog/v1.8.2-test GitHub Action 2026-01-09 19:24:40 +00:00
  • fa2aac7002 chore: cleanup workflows and add release binary testing Michael A. Kuykendall 2026-01-09 12:45:59 -06:00
  • ebcc95b9f2 fix: add serial test attribute and safer env var check in issue_012 test Michael A. Kuykendall 2026-01-09 11:39:02 -06:00
  • 455d8ed02d fix: add tower to dev-dependencies for vision test helpers Michael A. Kuykendall 2026-01-09 11:17:40 -06:00
  • ae5a657fd7 fix: use tower::util::ServiceExt in vision tests Michael A. Kuykendall 2026-01-09 11:13:29 -06:00
  • 6172050c6d fix: compiler warnings and test errors Michael A. Kuykendall 2026-01-09 10:29:13 -06:00
  • 05f4d4a8b1 chore: update Cargo.lock and add vision documentation Michael A. Kuykendall 2026-01-09 09:56:12 -06:00
  • 1140c0cb3b fix: Use rfind instead of filter+next_back for clippy lint Michael A. Kuykendall 2026-01-08 22:40:05 -06:00
  • e83e6f2cac fix: Resolve clippy warnings in source and test files Michael A. Kuykendall 2026-01-08 22:29:14 -06:00
  • 4f854369e6 fix: Format code and ignore rustls-pemfile unmaintained advisory Michael A. Kuykendall 2026-01-08 22:16:37 -06:00
  • a2e5ec825e fix: Wire /api/vision endpoint to main branch Michael A. Kuykendall 2026-01-08 17:56:38 -06:00
  • a4fd1a4683 fix: Update vision tests to reflect current API state Michael A. Kuykendall 2026-01-08 17:08:42 -06:00
  • ed607d2c0f fix: Use HTTP API for vision tests instead of non-existent CLI Michael A. Kuykendall 2026-01-08 17:02:57 -06:00
  • 1ed8173e04 feat(ci): Add real vision tests with model caching Michael A. Kuykendall 2026-01-08 16:14:09 -06:00
  • 802e52c3b8 fix(ci): Add CARGO_NET_GIT_FETCH_WITH_CLI for private repo auth Michael A. Kuykendall 2026-01-08 15:51:44 -06:00
  • 47a6296052 feat(ci): Enable vision feature in CI builds Michael A. Kuykendall 2026-01-08 15:48:01 -06:00
  • 3c94531083 docs: update binary audit with successful CI results Michael A. Kuykendall 2026-01-08 15:14:24 -06:00
  • 5b51a936de refactor(ci): use native runners for cross-platform builds Michael A. Kuykendall 2026-01-08 15:05:30 -06:00
  • e074943946 fix(docker): rewrite Dockerfiles with proper syntax for CI builds Michael A. Kuykendall 2026-01-08 14:58:31 -06:00
  • 2ea7c4b33f fix(ci): correct workflow job conditions for vision cross-platform testing Michael A. Kuykendall 2026-01-08 14:52:26 -06:00
  • 3c4c670153 Fix JSON output: combine echo command with redirect on same line Michael A. Kuykendall 2026-01-08 09:30:34 -06:00
  • 6104091d52 Fix Docker script mount issue: move test scripts to /usr/local/bin Michael A. Kuykendall 2026-01-08 09:25:26 -06:00
  • fe3a4a0c79 Fix Docker run: remove GPU requirement for CI Michael A. Kuykendall 2026-01-08 09:19:02 -06:00
  • 10f3ba0f93 Fix Docker builds: remove private shimmy-vision dependency dynamically Michael A. Kuykendall 2026-01-08 09:13:59 -06:00
  • db25054e1c Fix Docker builds: remove private vision dependency for CI testing Michael A. Kuykendall 2026-01-07 21:14:25 -06:00
  • 2b77cc4986 Use Ubuntu base for vision tests Michael A. Kuykendall 2026-01-07 19:35:55 -06:00
  • 83d861e98c Fix CUDA base image version for vision tests Michael A. Kuykendall 2026-01-07 19:19:24 -06:00
  • 586409c134 Fix Docker heredoc syntax for vision tests Michael A. Kuykendall 2026-01-07 19:17:28 -06:00
  • d180e0316d Merge origin/main with vision feature integration Michael A. Kuykendall 2026-01-07 19:13:39 -06:00
  • 231427bb69 Merge security/stripe-key-exposure-fix branch Michael A. Kuykendall 2026-01-07 15:32:16 -06:00
  • d6f1e0afd5 Remove .internal/ files from git tracking - these contain sensitive internal docs and should not be versioned Michael A. Kuykendall 2026-01-07 15:23:48 -06:00
  • e6f310a3b3 Merge origin/main: incorporate bug fixes #139, #142, #147, #152, #113, releases v1.8.0-v1.8.1 Michael A. Kuykendall 2026-01-07 13:31:58 -06:00
  • e453fe6069 security: mitigate Stripe live key exposure Michael A. Kuykendall 2026-01-07 11:43:50 -06:00
  • 78c26a3929 security: mitigate Stripe live key exposure Michael A. Kuykendall 2026-01-07 11:43:23 -06:00
  • b98ec45963 feat: merge vision implementation to main Michael A. Kuykendall 2026-01-07 11:42:51 -06:00
  • 487d64ccde feat: merge vision implementation to main Michael A. Kuykendall 2026-01-07 11:00:49 -06:00
  • f96fd28e06 feat: complete vision implementation and testing infrastructure Michael A. Kuykendall 2026-01-07 11:00:41 -06:00
  • c9e1ef866f ci: add vision cross-platform testing workflow Michael A. Kuykendall 2026-01-07 10:54:16 -06:00
  • 9224423f58 Phase 2 Complete: Cross-Validation Testing Michael A. Kuykendall 2026-01-06 18:15:48 -06:00
  • c459477508 Phase 1 Complete: Vision Security Adapter Pattern Michael A. Kuykendall 2026-01-06 18:02:34 -06:00
  • 9b04abafc0 fix: Update dry-run workflow to handle CUDA-less test execution Michael A. Kuykendall 2026-01-06 08:53:21 -06:00
  • f2c7450321 chore: Add libs/vision/ to .gitignore - contains build artifacts Michael A. Kuykendall 2026-01-06 08:53:17 -06:00
  • 169b0d85ae chore: Clean up repository - add .internal to .gitignore and remove from tracking Michael A. Kuykendall 2026-01-06 08:52:55 -06:00
  • 6331e88668 chore(gitignore): ignore chat logs Michael A. Kuykendall 2025-12-25 20:11:51 -06:00
  • 2db92e5476 chore(gitignore): ignore build dirs, screenshots, workspace files, and python cache Michael A. Kuykendall 2025-12-25 20:11:38 -06:00
  • c4032d1ae7 chore(gitignore): ignore build outputs, internal docs, and vision dev files Michael A. Kuykendall 2025-12-25 20:10:37 -06:00
  • e4a6d95166 docs(license): clarify core free forever promise and paid options purpose Michael A. Kuykendall 2025-12-25 20:09:01 -06:00
  • 83c0b3f60c revert: remove nul from gitignore Michael A. Kuykendall 2025-12-25 20:03:49 -06:00
  • 2489292476 chore(gitignore): ignore Windows nul file Michael A. Kuykendall 2025-12-24 01:10:46 -06:00
  • fd97f2dc7c docs(license): clarify Apache 2.0 transition and project direction Michael A. Kuykendall 2025-12-24 01:10:39 -06:00
  • f5838fdd74 chore(license): switch from MIT to Apache 2.0 Michael A. Kuykendall 2025-12-24 01:03:51 -06:00
  • 602e026cf5 Merge branch 'main' of https://github.com/Michael-A-Kuykendall/shimmy Michael A. Kuykendall 2025-12-24 01:03:04 -06:00
  • 17353e04a4 Remove Matthias Zepper from sponsor list (#164) Copilot 2025-12-17 05:05:28 -06:00
  • 3a860fc2fe Remove Matthias Zepper from sponsor list (#164) Copilot 2025-12-17 05:05:28 -06:00
  • fa0964cecd Add Gatewarden architecture prompt documentation feature/shimmy-vision-phase1 Michael A. Kuykendall 2025-12-15 17:05:57 -06:00
  • b841522917 docs: update checklist with private crate migration steps and git history scrub Michael A. Kuykendall 2025-12-15 13:29:29 -06:00
  • 5797503341 docs: adopt open-source-not-open-contribution model Michael A. Kuykendall 2025-12-15 13:27:29 -06:00
  • 2564e5c647 production: remove all SHIMMY_VISION_DEV_MODE bypass code Michael A. Kuykendall 2025-12-15 13:16:13 -06:00
  • a22efe2c1f docs: update Vision README and punch list Michael A. Kuykendall 2025-12-15 12:23:28 -06:00
  • 23a901d381 vision: remove license bypass; harden URL fetch Michael A. Kuykendall 2025-12-15 12:23:23 -06:00
  • e1fab4666e licensing: add Cloudflare Worker Stripe→Keygen Michael A. Kuykendall 2025-12-15 12:11:51 -06:00
  • d02a1ac4a5 vision: bootstrap MiniCPM-V from Hugging Face Michael A. Kuykendall 2025-12-15 12:11:47 -06:00
  • 3b0a6a6ba7 docs: add comprehensive Vision functional test plan Michael A. Kuykendall 2025-12-14 11:21:55 -06:00
  • e56b457d5f security: remove SHIMMY_VISION_DEV_MODE license bypass Michael A. Kuykendall 2025-12-14 11:09:45 -06:00
  • 7b6800eeeb feat(vision): Enterprise-grade licensing with Keygen security hardening Michael A. Kuykendall 2025-12-13 19:41:01 -06:00
  • 3973cca762 vision: add API/CLI, samples, and timing harness Michael A. Kuykendall 2025-12-11 15:49:52 -06:00
  • 268851cbeb feat: Complete Phase 2 - Vision Model Backend Integration Michael A. Kuykendall 2025-12-09 15:59:39 -06:00
  • d5179f8f06 chore: allow release recreate in workflow v1.8.2 Michael A. Kuykendall 2025-12-09 11:33:14 -06:00
  • c9a460ff0e chore: allow release recreate in workflow Michael A. Kuykendall 2025-12-09 11:33:14 -06:00
  • c931a4e7cb fix: allow release reruns when crates exist Michael A. Kuykendall 2025-12-09 11:12:08 -06:00
  • c96f43ebd4 fix: allow release reruns when crates exist Michael A. Kuykendall 2025-12-09 11:12:08 -06:00
  • 6129cbca0e chore: allow GHCR push in release workflow Michael A. Kuykendall 2025-12-09 10:26:36 -06:00
  • f5cbb34ab8 chore: allow GHCR push in release workflow Michael A. Kuykendall 2025-12-09 10:26:36 -06:00