Commit graph

  • 61ecaa0c49 Merge pull request 'feat(ml): add live progress and expand-status commands' (#5) from dev-phase4 into dev dev Snider 2026-02-17 19:53:44 +00:00
  • 2eb17db210
    feat(ml): add live progress and expand-status commands Claude 2026-02-17 19:53:07 +00:00
  • 1bf130b25a chore: update module paths and daemon refactor Snider 2026-02-17 19:19:40 +00:00
  • e64fa7b4ff feat(ml): add context windowing, fix chat UI max-tokens Snider 2026-02-17 19:18:31 +00:00
  • c03c755104 feat(ml): add benchmark command for baseline vs trained model comparison Snider 2026-02-17 17:55:10 +00:00
  • f1f0498716 feat(ml): add lesson and sequence commands for structured training Snider 2026-02-17 17:52:02 +00:00
  • c06293705e feat(ml): add interactive chat command with training capture Snider 2026-02-17 17:47:32 +00:00
  • 2d3f91ba83 feat(ml): add core ml sandwich command for LEK training data generation Snider 2026-02-17 17:46:10 +00:00
  • 59812e5857 feat(ml): add core ml train command for LoRA fine-tuning Snider 2026-02-17 17:37:54 +00:00
  • 54b98e2d15 refactor(ml): drop mlx build tag, fix Taskfile build path Snider 2026-02-17 16:57:43 +00:00
  • 36f790ed22 docs: add comprehensive CLI documentation for issue #4 docs/cli-commands-and-variants Clotho 2026-02-16 17:16:48 +00:00
  • a4ad18fa2a chore: add /cli to .gitignore, clean up stale entries Claude 2026-02-16 15:01:18 +00:00
  • 8167f66fa8 refactor: remove BugSETI and i18n tools (moved to own repos) Claude 2026-02-16 14:56:02 +00:00
  • 5f298275a7
    refactor: remove BugSETI and i18n tools (moved to own repos) Claude 2026-02-16 14:56:02 +00:00
  • c340303314 refactor: flatten commands, extract php/ci to own repos (#2) Charon 2026-02-16 14:45:06 +00:00
  • 47e11e7861
    refactor: flatten commands, extract php/ci variants to own repos Claude 2026-02-16 14:41:05 +00:00
  • abe74a1a3d refactor: split CLI from monorepo, import core/go as library (#1) Snider 2026-02-16 14:24:37 +00:00
  • 197ee400b1 refactor: split CLI from monorepo, import core/go as library (#1) Snider 2026-02-16 14:24:37 +00:00
  • e025577092
    refactor: split CLI from monorepo, import core/go as library Claude 2026-02-16 14:22:18 +00:00
  • 4e47485efe refactor: update import paths from cli to go package structure Snider 2026-02-16 13:47:52 +00:00
  • cd87500426 refactor: update import paths from cli to go package structure Snider 2026-02-16 13:47:52 +00:00
  • a1306bc321 feat/ml-integration (#2) Snider 2026-02-16 06:19:09 +00:00
  • 4eb1e02f5e feat/ml-integration (#2) Snider 2026-02-16 06:19:09 +00:00
  • 50da0adcb7 feat: integrate lab dashboard as core lab serve Claude 2026-02-16 04:34:29 +00:00
  • 5e9a9c2790 feat: integrate lab dashboard as core lab serve Claude 2026-02-16 04:34:29 +00:00
  • c5bc97de19 feat: port 11 LEM data management commands into core ml Claude 2026-02-16 04:02:28 +00:00
  • 1f3a1bcc47 feat: port 11 LEM data management commands into core ml Claude 2026-02-16 04:02:28 +00:00
  • 045f8fc110 feat: add Metal memory budget monitoring after each request Claude 2026-02-16 02:52:26 +00:00
  • 3269a773f4 feat: add Metal memory budget monitoring after each request Claude 2026-02-16 02:52:26 +00:00
  • c5689c3e83 fix: remove Go-side array ref tracking, rely on MLX-C refcounting Claude 2026-02-16 02:49:35 +00:00
  • 6b603ee20b fix: remove Go-side array ref tracking, rely on MLX-C refcounting Claude 2026-02-16 02:49:35 +00:00
  • 1d4ec55d05 fix: add GC-based memory management for MLX array handles Claude 2026-02-16 02:42:28 +00:00
  • 8cdafc8d66 fix: add GC-based memory management for MLX array handles Claude 2026-02-16 02:42:28 +00:00
  • e6ada25bd8 fix: add Metal cache management to prevent memory growth Claude 2026-02-16 02:27:10 +00:00
  • 9688e086ca fix: add Metal cache management to prevent memory growth Claude 2026-02-16 02:27:10 +00:00
  • f76bf0f0c0 fix: correct SDPA mask mode and slice logits to last position Claude 2026-02-16 02:22:13 +00:00
  • 098f496364 fix: correct SDPA mask mode and slice logits to last position Claude 2026-02-16 02:22:13 +00:00
  • b1f76ce7db fix: use affine quantization mode and infer head_dim from weights Claude 2026-02-16 02:19:33 +00:00
  • 09da05d799 fix: use affine quantization mode and infer head_dim from weights Claude 2026-02-16 02:19:33 +00:00
  • f416f7e529 debug: add shape logging and stderr error handler for inference debugging Claude 2026-02-16 02:16:30 +00:00
  • d3c31aa5a6 debug: add shape logging and stderr error handler for inference debugging Claude 2026-02-16 02:16:30 +00:00
  • d92d097a7f feat: support quantized inference (4-bit) for Gemma 3 Claude 2026-02-16 02:12:31 +00:00
  • 56c6e2fa8d feat: support quantized inference (4-bit) for Gemma 3 Claude 2026-02-16 02:12:31 +00:00
  • 7fc1571f93 fix: handle both string and array merge formats in tokenizer Claude 2026-02-16 02:02:55 +00:00
  • a4fde16998 fix: handle both string and array merge formats in tokenizer Claude 2026-02-16 02:02:55 +00:00
  • 4d3e54c81a feat: use native MLX backend when --model-path is set on Apple Silicon Claude 2026-02-16 02:01:52 +00:00
  • af523913cb feat: use native MLX backend when --model-path is set on Apple Silicon Claude 2026-02-16 02:01:52 +00:00
  • f4303fada2 feat: handle nested text_config and language_model weight prefix Claude 2026-02-16 02:00:40 +00:00
  • 2a67653bf7 feat: handle nested text_config and language_model weight prefix Claude 2026-02-16 02:00:40 +00:00
  • 97ffe91cde chore: target macOS 26.0, fix duplicate -lstdc++ linker warning Claude 2026-02-16 01:55:49 +00:00
  • 9ae86017f4 chore: target macOS 26.0, fix duplicate -lstdc++ linker warning Claude 2026-02-16 01:55:49 +00:00
  • e4467dd977 fix: remove unused vars in TopP sampler placeholder Claude 2026-02-16 01:54:29 +00:00
  • e9d9a3c3a0 fix: remove unused vars in TopP sampler placeholder Claude 2026-02-16 01:54:29 +00:00
  • 828a5c0853 fix: resolve CGo type conflict in error handler Claude 2026-02-16 01:53:36 +00:00
  • a0f77960a1 fix: resolve CGo type conflict in error handler Claude 2026-02-16 01:53:36 +00:00
  • a0435a84ea fix: correct 20 mlx-c API mismatches for v0.4.1 Claude 2026-02-16 01:52:29 +00:00
  • 5e2d941b4d fix: correct 20 mlx-c API mismatches for v0.4.1 Claude 2026-02-16 01:52:29 +00:00
  • c25e1a633c fix: correct mlx_closure_new_func_payload signature for mlx-c v0.4.1 Claude 2026-02-16 01:41:07 +00:00
  • c6597691bb fix: correct mlx_closure_new_func_payload signature for mlx-c v0.4.1 Claude 2026-02-16 01:41:07 +00:00
  • 8ee0c4bc4e feat: add native MLX backend for Apple Silicon inference (pkg/mlx) Claude 2026-02-16 01:19:04 +00:00
  • bc28aad526 feat: add native MLX backend for Apple Silicon inference (pkg/mlx) Claude 2026-02-16 01:19:04 +00:00
  • 5ff4b8a2eb feat: add ML inference, scoring, and training pipeline (pkg/ml) Claude 2026-02-16 00:34:53 +00:00
  • 548256312d feat: add ML inference, scoring, and training pipeline (pkg/ml) Claude 2026-02-16 00:34:53 +00:00
  • 23b82482f2 refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli Claude 2026-02-16 00:30:41 +00:00
  • 52d358daa2 refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli Claude 2026-02-16 00:30:41 +00:00
  • ca4c8208f7 fix: restore CLI entry point and register all commands Claude 2026-02-16 00:24:00 +00:00
  • ca46d4679a fix: restore CLI entry point and register all commands Claude 2026-02-16 00:24:00 +00:00
  • 177ce27e43 feat(bugseti): wire HubService into main.go with auto-registration Snider 2026-02-13 21:36:59 +00:00
  • df90c984b1 feat(bugseti): wire HubService into main.go with auto-registration Snider 2026-02-13 21:36:59 +00:00
  • a567568bbf feat(bugseti): implement pending operations queue with disk persistence Snider 2026-02-13 21:36:08 +00:00
  • b75fa9dd3f feat(bugseti): implement pending operations queue with disk persistence Snider 2026-02-13 21:36:08 +00:00
  • 7a92fe0040 feat(bugseti): add hub read operations Snider 2026-02-13 21:33:11 +00:00
  • 23f40f0856 feat(bugseti): add hub read operations Snider 2026-02-13 21:33:11 +00:00
  • a6456e2c6d feat(bugseti): add hub write operations Snider 2026-02-13 21:32:57 +00:00
  • a3296dd464 feat(bugseti): add hub write operations Snider 2026-02-13 21:32:57 +00:00
  • 21d5f5f6df feat(bugseti): add AutoRegister via Forge token exchange Snider 2026-02-13 21:31:23 +00:00
  • 4134c58488 feat(bugseti): add AutoRegister via Forge token exchange Snider 2026-02-13 21:31:23 +00:00
  • ab7ef525be feat(bugseti): add HubService HTTP request helpers Snider 2026-02-13 21:25:28 +00:00
  • 50829dc3ba feat(bugseti): add HubService HTTP request helpers Snider 2026-02-13 21:25:28 +00:00
  • a89acfa412 feat(bugseti): add HubService types and constructor Snider 2026-02-13 21:24:38 +00:00
  • 336766d13d feat(bugseti): add HubService types and constructor Snider 2026-02-13 21:24:38 +00:00
  • a38ce051b6 feat(bugseti): add hub coordination config fields and accessors Snider 2026-02-13 21:23:02 +00:00
  • 3029ac6711 feat(bugseti): add hub coordination config fields and accessors Snider 2026-02-13 21:23:02 +00:00
  • b3568f57e6 docs: add BugSETI HubService implementation plan Snider 2026-02-13 21:17:59 +00:00
  • cb017b014f docs: add BugSETI HubService implementation plan Snider 2026-02-13 21:17:59 +00:00
  • 348e39e297 docs: add BugSETI HubService design doc Snider 2026-02-13 21:12:53 +00:00
  • 9c25d39570 docs: add BugSETI HubService design doc Snider 2026-02-13 21:12:53 +00:00
  • 69a0cd631a feat(bugseti): migrate from GitHub gh CLI to Forgejo SDK Snider 2026-02-13 20:55:39 +00:00
  • 2373a7d439 feat(bugseti): migrate from GitHub gh CLI to Forgejo SDK Snider 2026-02-13 20:55:39 +00:00
  • 1e2e8e9c11 chore: migrate forge.lthn.ai → forge.lthn.io Snider 2026-02-13 19:13:23 +00:00
  • df9a975125 chore: migrate forge.lthn.ai → forge.lthn.io Snider 2026-02-13 19:13:23 +00:00
  • fd0188d808 fix(bugseti): add background TTL sweeper and configurable workspace limits Claude 2026-02-12 20:31:25 +00:00
  • 0096a27c5b fix(bugseti): add background TTL sweeper and configurable workspace limits Claude 2026-02-12 20:31:25 +00:00
  • 518da273f6 fix(security): sanitize path components in journal logging (#46) Claude 2026-02-12 20:30:47 +00:00
  • 5de7ee4fb8 fix(security): sanitize path components in journal logging (#46) Claude 2026-02-12 20:30:47 +00:00
  • b512d7192d fix(bugseti): hold mutex during entire QueueService initialization Claude 2026-02-12 20:30:22 +00:00
  • 7900b8c4da fix(bugseti): hold mutex during entire QueueService initialization Claude 2026-02-12 20:30:22 +00:00
  • 68065df140 fix(security): move Gemini API key from URL query params to header (#47) Claude 2026-02-12 20:29:09 +00:00
  • 0edbc35ffc fix(security): move Gemini API key from URL query params to header (#47) Claude 2026-02-12 20:29:09 +00:00
  • 794cff9409 feat(agentic): add agent allowance system for model quotas and budgets Athena 2026-02-10 20:32:41 +00:00