Commit graph

  • 57fb08928c chore: bump forge.lthn.ai dep versions to latest tags main Snider 2026-02-26 05:34:22 +00:00
  • ab5d4614f9 Merge pull request 'chore: replace chat.js with TypeScript-built bundle' (#2) from chore/lem-chat-typescript-bundle into main v0.1.0 Charon 2026-02-24 18:25:23 +00:00
  • 12d326edd9
    chore: replace monolithic chat.js with TypeScript-built bundle Claude 2026-02-24 18:24:22 +00:00
  • 8f3722f7bd Merge pull request 'chore: Go 1.26 modernization' (#1) from chore/go-1.26-modernization into main Charon 2026-02-24 18:01:42 +00:00
  • b1e6787b24
    chore: use slices.Sorted(maps.Keys()) for ordered iteration Claude 2026-02-24 16:03:25 +00:00
  • 4060bc28a3
    chore: use range-over-integer (Go 1.22+) Claude 2026-02-24 16:02:32 +00:00
  • bf911d7298
    chore: use min()/max() builtins (Go 1.21+) Claude 2026-02-24 16:02:03 +00:00
  • 2c2f2784a9
    chore: sort.Slice → slices.SortFunc Claude 2026-02-24 16:00:38 +00:00
  • 7ae5fee661
    chore: fmt.Errorf(static) → errors.New Claude 2026-02-24 15:58:11 +00:00
  • 8ef36f98ca
    chore: replace interface{} with any (Go 1.18+ alias) Claude 2026-02-24 15:57:27 +00:00
  • f413111f08
    docs: archive completed backend-result-type plan Claude 2026-02-24 13:51:21 +00:00
  • 0cf35221e6 docs: document InspectAttention pass-through on InferenceAdapter Snider 2026-02-23 12:34:32 +00:00
  • 08c8cddbe4 chore: bump forge.lthn.ai dep versions to latest tags v0.0.4 Snider 2026-02-23 06:49:43 +00:00
  • e550d7e428 chore: add Go repo norms (badges, contributing, lint, taskfile, editorconfig) Snider 2026-02-23 06:45:41 +00:00
  • 19807bf0be chore: refresh go.sum after upstream tag updates v0.0.3 Snider 2026-02-23 06:35:19 +00:00
  • 5340a975a7 refactor: modernise to Go 1.26 — iterators, slices, maps v0.0.2 Snider 2026-02-23 06:11:37 +00:00
  • fc41c6f520
    ci: add Forgejo Actions test and security scan workflows Claude 2026-02-23 03:28:08 +00:00
  • 45e9fed280 feat: add InspectAttention pass-through on InferenceAdapter Snider 2026-02-23 00:26:26 +00:00
  • 1c5fd160f2
    chore: refresh go.sum after upstream tag updates Claude 2026-02-22 23:36:25 +00:00
  • 9d74275568 refactor: migrate CLI imports from core/go to core/cli Snider 2026-02-22 23:29:13 +00:00
  • 1110eac4a5
    chore: sync workspace dependency versions Claude 2026-02-22 21:41:04 +00:00
  • a6fb45da67 refactor: apply go fix modernizers for Go 1.26 v0.0.1 Snider 2026-02-22 21:00:16 +00:00
  • ab14be25cc chore: bump go directive to 1.26.0 Snider 2026-02-22 20:33:48 +00:00
  • 86fc6a0138 chore: pin forge deps to v0.0.1 tags for Go 1.26 compat Snider 2026-02-22 20:15:06 +00:00
  • 926fb268f6 chore: use workspace-resolved versions, drop replace directives Snider 2026-02-22 19:49:36 +00:00
  • 950b67d25d chore: add missing go-i18n dependency via go mod tidy Snider 2026-02-22 17:48:36 +00:00
  • 7601614e07 test: update all test assertions for Result type Snider 2026-02-22 17:45:32 +00:00
  • 3b6dba5d85 refactor(cmd): unwrap Result.Text across all commands Snider 2026-02-22 17:41:16 +00:00
  • ef44f0ae25 refactor: unwrap Result.Text in expand, judge, agent_eval Snider 2026-02-22 17:39:17 +00:00
  • 22cc1a5afd refactor(service): Generate returns Result Snider 2026-02-22 17:38:14 +00:00
  • 44e063c1fa refactor(http-textmodel): unwrap Result.Text from Backend calls Snider 2026-02-22 17:37:56 +00:00
  • 52f27fc476 feat(llama): return Result from Generate/Chat Snider 2026-02-22 17:37:34 +00:00
  • 8a36bafa83 feat(http): return Result from Generate/Chat Snider 2026-02-22 17:37:18 +00:00
  • d90bd7b779 feat(adapter): return Result with Metrics from TextModel Snider 2026-02-22 17:36:53 +00:00
  • 5578671f90 feat: add Result type, break Backend interface to return Result Snider 2026-02-22 17:36:16 +00:00
  • dcf58d041d feat: add Ubuntu workstation setup script from CLI Snider 2026-02-21 21:20:13 +00:00
  • 812c926dac feat: migrate cmd/ml from CLI repo, resolve forge deps Snider 2026-02-21 19:14:58 +00:00
  • 0c238589af feat(api): add REST route group for ML endpoints via go-api Snider 2026-02-20 16:00:52 +00:00
  • 861e44fedd docs: add README with quick start and docs links Snider 2026-02-20 15:11:19 +00:00
  • 3918051112 docs: graduate TODO/FINDINGS into production documentation Snider 2026-02-20 15:01:55 +00:00
  • 7075d7cbe7
    fix(go.mod): correct replace path for core/go Claude 2026-02-20 14:20:40 +00:00
  • 74ebbe634c docs: mark deferred items complete in TODO — all phases done Snider 2026-02-20 12:45:28 +00:00
  • 1fc4c640ff docs: mark Phase 4 test coverage complete — all phases done Snider 2026-02-20 03:49:54 +00:00
  • 09bf40301d test: add Phase 4 test coverage and benchmarks Snider 2026-02-20 03:49:07 +00:00
  • c925391174 docs: mark Phase 3 Step 3.4 agent tests complete — Phase 3 done Snider 2026-02-20 03:23:43 +00:00
  • 3e227610fe test: add agent subsystem tests (25 tests, 528 LOC) Snider 2026-02-20 03:23:13 +00:00
  • 987831bd16 docs: mark Phase 3 Step 3.3 configurable infrastructure complete Snider 2026-02-20 03:18:38 +00:00
  • 12f3a1c79d refactor: extract hardcoded values into package constants Snider 2026-02-20 03:18:19 +00:00
  • 6f6bdd7c5c docs: mark Phase 3 Step 3.2 RemoteTransport complete Snider 2026-02-20 03:10:08 +00:00
  • 1c2a6a6902 feat: add RemoteTransport interface for SSH abstraction Snider 2026-02-20 03:09:42 +00:00
  • 33939fe038 docs: mark Phase 3 Step 3.1 agent.go split complete Snider 2026-02-20 03:05:45 +00:00
  • eae9ec9b38 refactor: split agent.go (1070 LOC) into 5 focused files Snider 2026-02-20 03:05:11 +00:00
  • 58854390eb docs: add Phase 3 agent.go structure audit to FINDINGS.md Snider 2026-02-20 02:13:06 +00:00
  • 6847cc9d24 docs: refine Phase 3 agent.go decomposition with line-level split plan Snider 2026-02-20 02:12:23 +00:00
  • 57c8a97dfe docs: mark Phase 2 backend consolidation complete Snider 2026-02-20 02:06:49 +00:00
  • 747e703c7b feat: Phase 2 backend consolidation — Message alias, GenOpts, deprecation Snider 2026-02-20 02:05:59 +00:00
  • fe70eb0ce1 docs: add Phase 2 StreamingBackend audit results to FINDINGS.md Snider 2026-02-20 01:54:26 +00:00
  • 898c4c228d docs: refine Phase 2 backend consolidation tasks with audit results Snider 2026-02-20 01:53:27 +00:00
  • c3c2c14dba feat(backend): add HTTP/Llama TextModel wrappers + verify downstream Snider 2026-02-20 01:23:34 +00:00
  • a4d7686147 feat(adapter): bridge go-inference TextModel to ml.Backend/StreamingBackend Snider 2026-02-20 00:52:34 +00:00
  • e7959720c5 docs: add go mod download note and clarify backend_mlx state Snider 2026-02-20 00:40:00 +00:00
  • 84757b8331 docs: comprehensive domain expert session brief for go-inference migration Snider 2026-02-19 21:55:50 +00:00
  • 88e926cc24 docs: add TODO.md, FINDINGS.md for fleet delegation Virgil 2026-02-19 21:33:53 +00:00
  • 7c8e762a86 feat: extract go-ml from go-ai as standalone ML package Snider 2026-02-19 18:32:04 +00:00