Commit 9203204
File tree
- external
- go
- php/src
- Api
- Documentation/Examples
- Tests/Feature
- Website
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
- LICENCE+287
- tests/cli/v090-upgrade/BRIEF.md+381
- tests/cli/v090-upgrade/PROMPT.txt+181
- tests/cli/v090-upgrade/audit.sh+556
- tests/cli/v090-upgrade/ax7-gaps.py+155
- tests/cli/v090-upgrade/example-gaps.py+138
- tests/cli/v090-upgrade/file-presence.py+94
- tests/cli/v090-upgrade/identical-triplets.py+120
- tests/cli/v090-upgrade/sweep.sh+37
- tests/cli/v090-upgrade/test-stubs.py+95
- tests/cli/v090-upgrade/unreferenced-symbols.py+128
Submodule go-inference updated 37 files
- .gitmodules+4
- LICENCE+287
- external/go+1
- go.sum
- go.work+9-2
- go/capability.go+348
- go/capability_example_test.go+43
- go/capability_test.go+280
- go/dataset.go+174
- go/dataset_example_test.go+30
- go/dataset_test.go+146
- go/discover.go+9-5
- go/discover_example_test.go
- go/discover_test.go
- go/gguf.go+285
- go/gguf_test.go+88
- go/go.mod
- go/go.sum+2
- go/identity.go+127
- go/identity_example_test.go+43
- go/identity_test.go+143
- go/inference.go
- go/inference_example_test.go
- go/inference_test.go
- go/openai/openai.go+920
- go/openai/openai_test.go+215
- go/options.go
- go/options_example_test.go
- go/options_test.go
- go/probe.go+178
- go/probe_example_test.go+72
- go/probe_test.go+180
- go/test_helpers_test.go
- go/tests/cli/inference/Taskfile.yaml
- go/training.go
- go/training_example_test.go
- go/training_test.go
- .gitmodules+4
- AGENTS.md+9
- LICENCE+287
- README.md+10
- errors_test.go-794
- external/go+1
- go.sum
- go.work+14
- go/errors.go+66-170
- go/errors_example_test.go+222
- go/errors_test.go+588
- go/go.mod+2
- go/go.sum+2
- go/log.go+25-28
- go/log_example_test.go+205
- go/log_test.go+514
- go/tests/cli/log/Taskfile.yaml
- go/tests/cli/log/main.go+265
- go/tests/cli/log/main_test.go+22
- log_test.go-538
- tests/cli/log/main.go-198
- tests/cli/log/main_test.go-32
- v090_ax7_test.go-1.3k
Submodule go-process updated 74 files
- .github/workflows/ci.yml+80
- .gitmodules+4
- .woodpecker.yml+2-2
- CLAUDE.md+33-1
- LICENCE+287
- README.md+16
- external/go+1
- go.work+9
- go/AGENTS.md+1
- go/CLAUDE.md+1
- go/README.md+1
- go/actions.go
- go/actions_example_test.go
- go/actions_test.go
- go/buffer.go
- go/buffer_example_test.go
- go/buffer_test.go
- go/daemon.go
- go/daemon_example_test.go
- go/daemon_test.go
- go/docs+1
- go/errors.go
- go/errors_example_test.go
- go/errors_test.go
- go/exec/doc.go+2-2
- go/exec/exec.go
- go/exec/exec_example_test.go
- go/exec/exec_test.go
- go/exec/logger.go
- go/exec/logger_example_test.go
- go/exec/logger_test.go
- go/go.mod
- go/go.sum
- go/health.go
- go/health_example_test.go
- go/health_test.go
- go/os_exec_link.go
- go/pidfile.go
- go/pidfile_example_test.go
- go/pidfile_test.go
- go/pidfile_unix.go
- go/pidfile_windows.go
- go/pkg/api/embed.go
- go/pkg/api/provider.go+2-17
- go/pkg/api/provider_example_test.go
- go/pkg/api/provider_test.go
- go/pkg/api/response.go
- go/pkg/api/test_helpers_test.go
- go/pkg/api/websocket.go-6
- go/process.go
- go/process_example_test.go
- go/process_global.go
- go/process_global_example_test.go
- go/process_global_test.go
- go/process_test.go
- go/program.go
- go/program_example_test.go
- go/program_test.go
- go/registry.go
- go/registry_example_test.go
- go/registry_test.go
- go/runner.go
- go/runner_example_test.go
- go/runner_test.go
- go/service.go+3-13
- go/service_example_test.go
- go/service_test.go
- go/test_helpers_test.go
- go/tests/cli/process/Taskfile.yaml
- go/types.go
- go/types_example_test.go
- go/types_test.go
- pkg/api/ui/dist/core-process.js-2.1k
- sonar-project.properties+1-1
- .gitmodules+7
- LICENCE+287
- external/go+1
- external/go-log+1
- go.work+3-3
- go/auth.go
- go/auth_example_test.go
- go/auth_test.go
- go/errors.go
- go/errors_test.go
- go/go.mod
- go/go.sum
- go/redis.go
- go/redis_example_test.go
- go/redis_test.go
- go/test_stdlib_helpers_test.go
- go/ws.go
- go/ws_bench_test.go
- go/ws_example_test.go
- go/ws_test.go
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
0 commit comments