Ostris (@ostrisai)

AI Toolkit이 이제 Apple Silicon이 탑재된 Mac OS를 공식 지원합니다. README에 Mac 전용 안내가 추가됐고, 설치와 실행을 쉽게 하는 스크립트도 제공되어 macOS 개발자들이 더 간편하게 AI 도구를 사용할 수 있게 됐습니다.

https://x.com/ostrisai/status/2038643080400969940

#ai #devtools #macos #applesilicon #toolkit

Ostris (@ostrisai) on X

AI Toolkit now officially supports Mac OS with Apple Silicon. I am limited in what I can test, so let me know if you run into any issues. There is a new Mac section in the readme with instructions and an easy install and run script to make it simple. https://t.co/vfFmDegRQh

X (formerly Twitter)

dominik kundel (@dkundel)

Claude Code에서 Codex를 호출할 수 있는 새 플러그인이 공개됐다. 사용자는 이 플러그인을 통해 ChatGPT 구독으로 Codex에 작업을 위임하거나 코드 변경 사항을 리뷰받을 수 있으며, GitHub에서 설치해 사용할 수 있다.

https://x.com/dkundel/status/2038670330257109461

#codex #claudecode #plugin #openai #devtools

dominik kundel (@dkundel) on X

I built a new plugin! You can now trigger Codex from Claude Code! Use the Codex plugin for Claude Code to delegate tasks to Codex or have Codex review your changes using your ChatGPT subscription. Start by installing the plugin: https://t.co/u6gBpArwBc

X (formerly Twitter)

Just shipped Roxy v1.0.0! 🎉

The big new thing is Docker auto-discovery. Turn it on, run docker compose up, and your services are instantly available at
https://web.myproject.roxy. Domains come and go as containers start and stop — zero manual setup.

One thing I haven't figured out yet is DNS resolution inside containers on macOS (Docker's VM makes it tricky). Works on
Linux though. Ideas welcome!

#rust #docker #webdev #devtools #opensource

https://github.com/rbas/roxy/discussions/11

AI workflows getting messy?
You’re probably mixing Agents, Skills, and Commands.
Here’s the clean way to structure them 👇
Works across Claude, Codex, Copilot & Gemini.
https://elguerre.com/2026/03/30/ai-agents-vs-skills-commands-in-claude-code-codex-copilot-cli-gemini-cli-stop-mixing-them-up
#AI #DevTools #Productivity #dotnet #cloud

Chinstrap Community is proud to introduce Cossmology, a comprehensive, worldwide directory of commercial open source software (COSS) companies.

Check it out: https://cossmology.com

If you’re working on an OSS project around which you’ve built, or plan to build, a commercial offering, tell us about it by using our Submit feature!

Feedback welcome!

#OpenSource #OSS #COSS #Apache #Linux #CNCF #Blockchain #DevOps #GitHub #DevTools

Check out the correct answer and reinforce your Git knowledge with immediate feedback on every quiz question here 👉 https://www.git-skills.dev/quiz/git-basics/

#Git #SoftwareEngineering #SmartGit #DevOps #DevTools
Creates a new branch
Merges a branch
Pushes to remote server
Saves changes w/ message
Poll ends at .
Git Basics - Git Skills | Git Skills | SmartGit

Master fundamental Git concepts like commits, staging, and branches.

Git Skills

Ever needed to quickly turn a CSV into JSON but didn't want to upload your dataset to an unknown server? I built ConvertCSV2JSON to solve exactly that. It runs completely in your browser, so your data never leaves your machine. Just paste your CSV and get clean JSON instantly. A simple, free utility for developers and data folks who value privacy and speed.

#CSV #JSON #DevTools
https://convertcsv2json.getinfotoyou.com

CSV to JSON Converter - Best Free Online Tool to Convert CSV to JSON

Free CSV to JSON converter online - Convert CSV to JSON instantly with our powerful tool. Best CSV to JSON converter for developers with advanced features and instant conversion.

Expect는 git diff(또는 unstaged 변경)를 스캔해 AI 에이전트가 테스트 계획을 자동으로 생성하고, 사용자의 실제 로그인 세션을 이용해 Playwright로 브라우저에서 단계별로 실행·녹화(rrweb 재생)하는 CLI 툴입니다. 대화형 TUI로 계획을 검토하거나 -y로 CI에서 자동 실행 가능하며, Claude/Codex/Copilot/Gemini 등 ACP 호환 에이전트를 지원합니다. npx expect-cli로 설치해 바로 사용 가능.

https://github.com/millionco/expect

#ai #testing #playwright #automation #devtools

GitHub - millionco/expect: Let agents test your code in a real browser

Let agents test your code in a real browser. Contribute to millionco/expect development by creating an account on GitHub.

GitHub

Ollama v0.19.0-rc1 dropped.

New warning when local server context is below 64K tokens. If you run Ollama for agent workflows, this prerelease will surface misconfigured deployments that were silently truncating on longer tasks. Also includes VS Code path handling fixes and hides the Cline integration.

Test in non-production before upgrading anything OpenClaw-adjacent.

Source: https://github.com/ollama/ollama/releases/tag/v0.19.0-rc1

Full intel feed: solomonneas.dev/intel

#Ollama #LocalAI #DevTools #AIInfra

Release v0.19.0-rc1 · ollama/ollama

mlx: fix vision capability + min version (#15106)

GitHub

Real users hit ML endpoints with unpredictable inputs. InferProbe lets you simulate that locally — no sanitized tests. What's one unpredictable scenario you wish you could test more easily?

#MachineLearning #ArtificialIntelligence #DevTools #ML #AI