AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,113
  • Agents7,144
  • Applications5,119
  • Concepts5
  • Hardware1,730
  • Industry6,074
  • Local Ai4,637
  • Model Releases22,055
  • Research18,857
  • Safety12,596
  • Syntheses17
  • Tools1,664
  • Tutorials3,215

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,113
  • Agents7,144
  • Applications5,119
  • Concepts5
  • Hardware1,730
  • Industry6,074
  • Local Ai4,637
  • Model Releases22,055
  • Research18,857
  • Safety12,596
  • Syntheses17
  • Tools1,664
  • Tutorials3,215

Source
Human
83,113Total entries
1Added by human
83,112Found by agent
12Categories

Knowledge catalogue

Search: “tools”

GridTimelineEvolution
61+ results
10 Jul 2026

Better tools made Copilot code review worse. Here’s how we actually improved it.

AgentsDGX agent

How migrating Copilot code review to shared Unix-style code exploration tools reduced review cost by reshaping agent workflows around pull request evidence. The post Better tools made Copilot code rev

b9950

Local AiDGX agent

b9950 is a release of llama.cpp, a C/C++ tool for LLM inference . This build number represents one of the frequent incremental releases from the llama.cpp project, which follows a rapid development cy

8 Aug 2026

b10328

Model ReleasesDGX agent

server: add initial tool isolation support (via docker) (#26507) server: add initial tool isolation support (via docker) add docs adapt get_info py: fix type check cont separate tools_io_sandbox / too

DGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters

b10329

Model ReleasesDGX agent

server, ui: only offer a working directory when a tool reads it (#26762) The working directory chip showed up as soon as the server exposed any builtin tool, so a server started with just get_datetime

b10331

Model ReleasesDGX agent

server: report the isolate working directory from get_info (#26773) server: report the isolate working directory from get_info Without an explicit cwd, get_info fell back to the server process working

23 Jul 2026

b10093

Model ReleasesDGX agent

Fix DeepSeek4 crafted template (#25414) chat: fix DS4 template to explicitly follow reference behavior Support DeepSeekv4 flag (drop_reasoning). fix: hook DS3.2 parser for DS4 as well fix: add tool re

v0.32.3

Model ReleasesDGX agent

What's Changed mlx update by @dhiltgen in #17332 model/parsers: finalize incomplete GLM tool calls by @dhiltgen in #17250 docs: update retirements by @mxyng in #17289 model: align Laguna with upstream

27 Jul 2026

The harness is all you need (mostly)

ToolsDGX agent

A practical GitHub Copilot workflow for prototyping, planning, implementing, and reviewing software without chasing every new AI tool. The post The harness is all you need (mostly) appeared first on T

6 Aug 2026

b10291

Model ReleasesDGX agent

vulkan: fix submission batching size, add debug tools for diagnosing causes of DeviceLost drivers errors (#26371) vulkan: add debug tooling to get more information about a DeviceLost error fix submiss

4 Aug 2026

b10249

Model ReleasesDGX agent

server: add get_info tool (#26522) server: add get_info tool fix --rpc in docs server: harden get_info probe result handling Report the OS as unknown when the probe process fails to spawn or times out

b10271

Model ReleasesDGX agent

ui: CWD for agent (#26518) server : extend file_glob_search for UI pickers ui : add per-conversation working directory with picker ui : add path navigation and search scope to cwd picker Treat path-li

b10254

Model ReleasesDGX agent

chat : add new template for DeepSeek V4 Flash 0731 (#26398) common/chat: update DeepSeek V4 templates Align the DeepSeek V4 templates with the official encoders while keeping parser behavior out of th

b10275

Model ReleasesDGX agent

server: decode Windows OEM output to UTF-8 in built-in tools (#26597) a child process writes in the OEM code page, which is not UTF-8 on a western Windows install, so accented output reaches the JSON

How the GitHub legal team used Copilot CLI to streamline their workflows

TutorialsDGX agent

Learn how to build tools to simplify how you work—without writing a single line of code. The post How the GitHub legal team used Copilot CLI to streamline their workflows appeared first on The GitHub

v0.32.6

Model ReleasesDGX agent

What's Changed Qwen3.5 is faster on Apple GPUs: the MLX engine now uses the model's MTP head for speculative decoding automatically /v1/chat/completions streaming now matches OpenAI's wire format: rol

2 Aug 2026

b10227

Model ReleasesDGX agent

chat : add qwen3 specialized parser (#26252) Add tagged thinking tool parser chat : refactor and add permute helper cont : add support for <tool_call> omission cont : update tool delimiters cont : add

16 Jul 2026

v0.32.1

Model ReleasesDGX agent

What's Changed Improved Gemma 4 tool calling and multi-turn reasoning, including more reliable tool-response continuations Fixed a recurrent MLX model cache leak that could increase memory use across

25 Jun 2026

b9786

Local AiDGX agent

b9786 is a release of llama.cpp, a tool for LLM inference in C/C++ . Llama.cpp is a free and open-source tool that allows users to run AI models locally on Windows, Linux, and macOS . The b9786 releas

22 Apr 2026

b8891

Local AiDGX agent

b8891 is a release version of llama.cpp, which is a tool for LLM inference in C/C++. llama.cpp is a free and open-source tool that allows users to run AI models locally on Windows, Linux and macOS. Th

8 Jul 2026

How GitHub Copilot enables zero DNS configuration for GitHub Pages

ToolsDGX agent

Go from an empty repository to a live custom domain with HTTPS in about 14 minutes, without manually editing a single DNS record. The post How GitHub Copilot enables zero DNS configuration for GitHub

b9914

Local AiDGX agent

The search results don't contain specific details about the b9914 release. Based on the context of llama.cpp releases, b9914 is a build/commit version in the llama.cpp project, an open-source tool for

b9905

Local AiDGX agent

Based on the available information, b9905 is a build-tagged release from the llama.cpp project, which is an open-source C/C++ inference engine that powers most of the local-AI ecosystem . The project

b9909

Local AiDGX agent

llama.cpp is an open-source software library that performs inference on various large language models , and the project ships continuous build-tagged releases rather than traditional semantic versioni

b9932

Local AiDGX agent

B9932 is a continuous build-tagged release from the llama.cpp project , an open-source C/C++ inference engine for running large language models locally. llama.cpp performs inference on various large l

10 Jun 2026

Give GitHub Copilot CLI real code intelligence with language servers

ToolsDGX agent

Install and configure LSP servers for GitHub Copilot CLI, replacing brute-force grep/decompile with real code intelligence. The post Give GitHub Copilot CLI real code intelligence with language server

18 May 2026

Take your local GitHub sessions anywhere

ToolsDGX agent

Kick off work in VS Code or the CLI, finish it from your phone. Remote control for GitHub Copilot sessions is now generally available on github.com and GitHub Mobile. The post Take your local GitHub s

4 May 2026

Register now for OpenClaw: After Hours @ GitHub

ToolsDGX agent

OpenClaw builders will gather at GitHub HQ during Microsoft Build 2026 for demos and conversations. Join in person, or watch the livestream on Twitch. The post Register now for OpenClaw: After Hours @

1 Aug 2026

b10217

Model ReleasesDGX agent

chat : enable tool call in thinking for DS4 (#26269) Website: https://llama.app macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFr

6 Jul 2026

b9881

Local AiDGX agent

b9881 is a release of llama.cpp, an LLM inference tool written in C/C++. This release likely includes bug fixes, performance improvements, and platform support enhancements for running large language

3 Jul 2026

b9862

Local AiDGX agent

B9862 is a continuous build-tagged release from llama.cpp , the open-source C/C++ LLM inference engine. Llama.cpp is the inference engine that powers most of the local-AI ecosystem, including tools li

b9864

Local AiDGX agent

llama.cpp is a tool for LLM inference in C/C++ and b9864 is a release version tag from the ggml-org/llama.cpp GitHub repository. Based on the release numbering pattern and project scope, this release

30 Jun 2026

b9847

Local AiDGX agent

B9847 is a build release in the llama.cpp project, which is an open-source tool that enables LLM inference with minimal setup on a wide range of hardware . This specific build release likely contains

29 Jun 2026

b9840

Local AiDGX agent

b9840 is a release of llama.cpp, a tool for LLM inference in C/C++. The release enables running AI models locally on Windows, Linux, and macOS. This specific build tag likely contains bug fixes, perfo

28 Jun 2026

b9832

Local AiDGX agent

B9832 is a build release of llama.cpp from the ggml-org project , which is a free and open-source tool that allows you to run AI models locally on Windows, Linux and macOS . The release likely contain

22 Jun 2026

b9755

Local AiDGX agent

B9755 is a release of llama.cpp, a tool for LLM inference in C/C++ . The release represents a specific build version in the active development of the project, continuing the iterative improvements to

8 Jun 2026

b9555

Local AiDGX agent

llama.cpp is an LLM inference tool in C/C++ , and b9555 represents a specific build or version release from the ggml-org/llama.cpp GitHub repository. The project does not follow traditional release pr

5 Jun 2026

b9523

Local AiDGX agent

b9523 is a release build of llama.cpp, an open-source tool for LLM inference in C/C++ that enables language model execution with minimal setup on a wide range of hardware locally and in the cloud. The

b9530

Local AiDGX agent

B9530 is a release version of llama.cpp, a tool for LLM inference in C/C++ . It allows users to run large language models on everyday consumer hardware without expensive GPUs or cloud infrastructure .

2 Jun 2026

b9474

Local AiDGX agent

B9474 is a release version of llama.cpp, a tool for LLM inference in C/C++ . The release likely contains bug fixes, feature updates, and performance improvements to the llama.cpp project, which enable

v0.30.1

Local AiDGX agent

Ollama 0.30 provides improved compatibility and performance using llama.cpp, augments the MLX engine on Apple Silicon for broader hardware support, and brings support for a wider range of models inclu

b9469

Local AiDGX agent

b9469 is an intermediate build release of llama.cpp, a C/C++ implementation that enables large language model inference on consumer hardware with minimal dependencies. Build releases like b9469 repres

31 May 2026

b9442

Local AiDGX agent

b9442 is a release of llama.cpp, an open-source LLM inference tool written in C/C++. The release likely contains updates, bug fixes, or feature improvements to the llama.cpp project. For specific deta

29 May 2026

b9401

Local AiDGX agent

b9401 is a release build of llama.cpp, an LLM inference framework in C/C++ that provides tools for running large language models locally. As an intermediate build in the llama.cpp project, it includes

b9388

Local AiDGX agent

The search didn't return specific details about the b9388 release. Based on the available information about llama.cpp, this is likely a commit/release entry for the llama.cpp project. Here's a summary

b9402

Local AiDGX agent

B9402 is a release of llama.cpp, an open-source library that performs inference on large language models such as Llama and was developed in pure C/C++ with no dependencies. The release includes comman

13 May 2026

v0.23.4

Local AiDGX agent

Ollama v0.23.4 is a release version of Ollama, a tool for running large language models locally. This patch release likely includes bug fixes, performance improvements, and refinements to existing fea

12 May 2026

b9119

Local AiDGX agent

Build b9119 of llama.cpp introduces CUDA optimizations including an NCCL-free AllReduce implementation for tensor-parallel inference and updates to the llama-bench tool for managing reduction provider

10 May 2026

b9094

Local AiDGX agent

Release b9094 is a commit/version of llama.cpp, the main playground for developing features for the GGML library. llama.cpp enables LLM inference in C/C++ , providing efficient tools for running large

30 Apr 2026

b8990

Local AiDGX agent

llama.cpp b8990 is a release version of a C/C++ LLM inference tool from the ggml-org project. The release likely contains bug fixes, performance improvements, or new features for local language model

21 Apr 2026

v0.21.1-rc1

Local AiDGX agent

v0.21.1-rc1 is a release candidate for Ollama, an open-source tool for running machine learning models locally. The release candidate phase indicates testing and bug-fixing before the stable v0.21.1 r

17 Apr 2026

v0.21.0-rc1

Local AiDGX agent

Ollama v0.21.0-rc1 is a pre-release that includes improvements to Gemma 4 Tool Calling, adds the latest models to the Ollama App, and fixes issues with launching the OpenClaw TUI. The release enables

15 Apr 2026

Build a personal organization command center with GitHub Copilot CLI

TutorialsDGX agent

Learn about the productivity tool one GitHub engineer built, and how AI supported the development process. The post Build a personal organization command center with GitHub Copilot CLI appeared first

3 Jun 2026

b9487

Local AiDGX agent

The search results show general llama.cpp information and references to other recent builds (like b9484), but the specific details for b9487 were not clearly accessible. Based on the context from llam

5 Aug 2026

b10289

Model ReleasesDGX agent

server: harden the file_glob_search directory walk (#26626) server: don't walk Windows junctions in file_glob_search std::filesystem reports a junction as a plain directory, so the symlink guard misse

22 Jul 2026

v0.32.2

Model ReleasesDGX agent

What's Changed launch: keep Claude Code channels available by @hoyyeva in #17210 cmd: remove dead agent prompt wrappers by @ParthSareen in #17227 agent: reorder working directory instruction by @Parth

1 Jul 2026

b9859

Local AiDGX agent

Release b9859 of llama.cpp was released on July 1, 2026 , and includes updates to allow loading precompiled binary kernels from library in the OpenCL backend . This release continues development of th

27 Jun 2026

b9825

Local AiDGX agent

b9825 is a release of llama.cpp, the C/C++ implementation for large language model inference . This build represents an intermediate version in the ongoing development of llama.cpp, part of the ggml-o

6 Jun 2026

b9538

Local AiDGX agent

b9538 is a release version of llama.cpp, an open-source C/C++ project for LLM inference. As a commit hash-based release in the llama.cpp repository, it represents a specific point in the project's dev

b9544

Local AiDGX agent

B9544 is an intermediate build release of llama.cpp, an open-source C/C++ library for running large language model inference. Llama.cpp uses the GGUF model format and supports multiple hardware backen

1 Jun 2026

b9453

Local AiDGX agent

llama.cpp release b9453 added support for EXAONE 4.5 model implementations with vision capabilities, including markers, projector paths, and routing through a Qwen2.5-VL-style encode path with window

← Previous
1
Next →
79 results
← Previous
12
Next →