home.social

#devtools — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #devtools, aggregated by home.social.

  1. Cursor Cloud Agents + Dev Environments could seriously reshape modern software development.

    AI-assisted workflows, cloud-based coding setups, faster onboarding, and automation are becoming the new normal for developers in 2026.

    We tested the experience here:
    primeaicenter.com/cursor-cloud

    #CursorAI #AI #Programming #Developers #Coding #DevTools #CloudComputing #TechNews

  2. Cursor Cloud Agents + Dev Environments could seriously reshape modern software development.

    AI-assisted workflows, cloud-based coding setups, faster onboarding, and automation are becoming the new normal for developers in 2026.

    We tested the experience here:
    primeaicenter.com/cursor-cloud

    #CursorAI #AI #Programming #Developers #Coding #DevTools #CloudComputing #TechNews

  3. Cursor Cloud Agents + Dev Environments could seriously reshape modern software development.

    AI-assisted workflows, cloud-based coding setups, faster onboarding, and automation are becoming the new normal for developers in 2026.

    We tested the experience here:
    primeaicenter.com/cursor-cloud

    #CursorAI #AI #Programming #Developers #Coding #DevTools #CloudComputing #TechNews

  4. Cursor Cloud Agents + Dev Environments could seriously reshape modern software development.

    AI-assisted workflows, cloud-based coding setups, faster onboarding, and automation are becoming the new normal for developers in 2026.

    We tested the experience here:
    primeaicenter.com/cursor-cloud

    #CursorAI #AI #Programming #Developers #Coding #DevTools #CloudComputing #TechNews

  5. Cursor Cloud Agents + Dev Environments could seriously reshape modern software development.

    AI-assisted workflows, cloud-based coding setups, faster onboarding, and automation are becoming the new normal for developers in 2026.

    We tested the experience here:
    primeaicenter.com/cursor-cloud

    #CursorAI #AI #Programming #Developers #Coding #DevTools #CloudComputing #TechNews

  6. I keep seeing devs struggle with the same AI coding problem:

    Chat tools need constant attention. One task at a time. Endless context switching.

    I built Camelot because I was tired of babysitting AI.

    How do you currently manage AI tools?

    camelotai.tech?utm_source=mast

    #OpenSource #AI #DevTools

  7. I keep seeing devs struggle with the same AI coding problem:

    Chat tools need constant attention. One task at a time. Endless context switching.

    I built Camelot because I was tired of babysitting AI.

    How do you currently manage AI tools?

    camelotai.tech?utm_source=mast

    #OpenSource #AI #DevTools

  8. I keep seeing devs struggle with the same AI coding problem:

    Chat tools need constant attention. One task at a time. Endless context switching.

    I built Camelot because I was tired of babysitting AI.

    How do you currently manage AI tools?

    camelotai.tech?utm_source=mast

    #OpenSource #AI #DevTools

  9. I keep seeing devs struggle with the same AI coding problem:

    Chat tools need constant attention. One task at a time. Endless context switching.

    I built Camelot because I was tired of babysitting AI.

    How do you currently manage AI tools?

    camelotai.tech?utm_source=mast

    #OpenSource #AI #DevTools

  10. I keep seeing devs struggle with the same AI coding problem:

    Chat tools need constant attention. One task at a time. Endless context switching.

    I built Camelot because I was tired of babysitting AI.

    How do you currently manage AI tools?

    camelotai.tech?utm_source=mast

    #OpenSource #AI #DevTools

  11. Chat-based AI coding is like having a junior dev who can only work on one thing at a time—and you have to watch them do it.

    Kanban-based AI coding is like having a team that works in parallel while you focus on what matters.

    The difference is night and day.

    🏰 camelotai.tech?utm_source=mastodon&utm_medium=social&utm_campaign=kanban-vs-chat

    #AI #DevTools

  12. Collabora’s latest Git contributions help make hooks more configurable, execution more transparent, and submodule handling safer.

    In Git 2.54, and the upcoming 2.55, this work brings config-based hooks, opt-in parallel hook execution, and path-collision fixes for more reliable workflows.

    collabora.com/news-and-blog/ne

    #Git #OpenSource #DevTools #DevOps

  13. Auto Dream переписывает вашу память в Claude Code. Откатить нельзя. Поэтому я собрал cc-janitor

    # Auto Dream переписывает вашу память в Claude Code. Откатить нельзя. Поэтому я собрал cc-janitor Продолжение серии. Предыдущие части: [антирегрессионный сетап]( habr.com/ru/articles/1013330/ ) (топ-5 за сутки), [иерархический контекст]( habr.com/ru/articles/1024878/) Два месяца ежедневной работы в Claude Code оставляют свалку. Сотни старых сессий на гигабайты. Правила permissions, размазанные по пяти файлам settings.json — половина уже неактуальна. CLAUDE.md и memory-файлы, которые сами себе противоречат. Хуки, которые молча сломались неделю назад. А потом Anthropic выкатил Auto Dream. Auto Dream — это LLM, который между сессиями переписывает вашу проектную память. Консолидирует, сокращает, реорганизует. Агрессивно. Без отката. Без показа что именно изменилось. Рекомендация самого Anthropic: «сделайте бэкап ~/.claude/ перед включением». Инструмента, который делает этот бэкап — в экосистеме Claude Code не существовало. А еще почти не существует универсальных инструментов для чистки и обслуживания вашей CC среды. Мне нужен был бэкап. Мне также нужна была чистка. За шесть дней я собрал cc-janitor — детерминированный TUI/CLI, который аудитирует, чистит и оборачивает Auto Dream наблюдаемыми, откатываемыми снапшотами. ## Почему «детерминированный» — ключевое слово В пайплайне очистки cc-janitor нет LLM. Auto Dream использует LLM — именно поэтому он может перечистить, галлюцинировать противоречия или потерять провенанс. cc-janitor использует regex, подсчёт совпадений в транскриптах, парсинг frontmatter и SHA-256 отпечатки. Если правило неоднозначно — инструмент не действует, а поверхностно показывает проблему. Решение принимаете вы.

    habr.com/ru/articles/1034614/

    #Claude_Code #Python #DevTools #Auto_Dream #open_source #ai #tools #lifehack

  14. Auto Dream переписывает вашу память в Claude Code. Откатить нельзя. Поэтому я собрал cc-janitor

    # Auto Dream переписывает вашу память в Claude Code. Откатить нельзя. Поэтому я собрал cc-janitor Продолжение серии. Предыдущие части: [антирегрессионный сетап]( habr.com/ru/articles/1013330/ ) (топ-5 за сутки), [иерархический контекст]( habr.com/ru/articles/1024878/) Два месяца ежедневной работы в Claude Code оставляют свалку. Сотни старых сессий на гигабайты. Правила permissions, размазанные по пяти файлам settings.json — половина уже неактуальна. CLAUDE.md и memory-файлы, которые сами себе противоречат. Хуки, которые молча сломались неделю назад. А потом Anthropic выкатил Auto Dream. Auto Dream — это LLM, который между сессиями переписывает вашу проектную память. Консолидирует, сокращает, реорганизует. Агрессивно. Без отката. Без показа что именно изменилось. Рекомендация самого Anthropic: «сделайте бэкап ~/.claude/ перед включением». Инструмента, который делает этот бэкап — в экосистеме Claude Code не существовало. А еще почти не существует универсальных инструментов для чистки и обслуживания вашей CC среды. Мне нужен был бэкап. Мне также нужна была чистка. За шесть дней я собрал cc-janitor — детерминированный TUI/CLI, который аудитирует, чистит и оборачивает Auto Dream наблюдаемыми, откатываемыми снапшотами. ## Почему «детерминированный» — ключевое слово В пайплайне очистки cc-janitor нет LLM. Auto Dream использует LLM — именно поэтому он может перечистить, галлюцинировать противоречия или потерять провенанс. cc-janitor использует regex, подсчёт совпадений в транскриптах, парсинг frontmatter и SHA-256 отпечатки. Если правило неоднозначно — инструмент не действует, а поверхностно показывает проблему. Решение принимаете вы.

    habr.com/ru/articles/1034614/

    #Claude_Code #Python #DevTools #Auto_Dream #open_source #ai #tools #lifehack

  15. Auto Dream переписывает вашу память в Claude Code. Откатить нельзя. Поэтому я собрал cc-janitor

    # Auto Dream переписывает вашу память в Claude Code. Откатить нельзя. Поэтому я собрал cc-janitor Продолжение серии. Предыдущие части: [антирегрессионный сетап]( habr.com/ru/articles/1013330/ ) (топ-5 за сутки), [иерархический контекст]( habr.com/ru/articles/1024878/) Два месяца ежедневной работы в Claude Code оставляют свалку. Сотни старых сессий на гигабайты. Правила permissions, размазанные по пяти файлам settings.json — половина уже неактуальна. CLAUDE.md и memory-файлы, которые сами себе противоречат. Хуки, которые молча сломались неделю назад. А потом Anthropic выкатил Auto Dream. Auto Dream — это LLM, который между сессиями переписывает вашу проектную память. Консолидирует, сокращает, реорганизует. Агрессивно. Без отката. Без показа что именно изменилось. Рекомендация самого Anthropic: «сделайте бэкап ~/.claude/ перед включением». Инструмента, который делает этот бэкап — в экосистеме Claude Code не существовало. А еще почти не существует универсальных инструментов для чистки и обслуживания вашей CC среды. Мне нужен был бэкап. Мне также нужна была чистка. За шесть дней я собрал cc-janitor — детерминированный TUI/CLI, который аудитирует, чистит и оборачивает Auto Dream наблюдаемыми, откатываемыми снапшотами. ## Почему «детерминированный» — ключевое слово В пайплайне очистки cc-janitor нет LLM. Auto Dream использует LLM — именно поэтому он может перечистить, галлюцинировать противоречия или потерять провенанс. cc-janitor использует regex, подсчёт совпадений в транскриптах, парсинг frontmatter и SHA-256 отпечатки. Если правило неоднозначно — инструмент не действует, а поверхностно показывает проблему. Решение принимаете вы.

    habr.com/ru/articles/1034614/

    #Claude_Code #Python #DevTools #Auto_Dream #open_source #ai #tools #lifehack

  16. Auto Dream переписывает вашу память в Claude Code. Откатить нельзя. Поэтому я собрал cc-janitor

    # Auto Dream переписывает вашу память в Claude Code. Откатить нельзя. Поэтому я собрал cc-janitor Продолжение серии. Предыдущие части: [антирегрессионный сетап]( habr.com/ru/articles/1013330/ ) (топ-5 за сутки), [иерархический контекст]( habr.com/ru/articles/1024878/) Два месяца ежедневной работы в Claude Code оставляют свалку. Сотни старых сессий на гигабайты. Правила permissions, размазанные по пяти файлам settings.json — половина уже неактуальна. CLAUDE.md и memory-файлы, которые сами себе противоречат. Хуки, которые молча сломались неделю назад. А потом Anthropic выкатил Auto Dream. Auto Dream — это LLM, который между сессиями переписывает вашу проектную память. Консолидирует, сокращает, реорганизует. Агрессивно. Без отката. Без показа что именно изменилось. Рекомендация самого Anthropic: «сделайте бэкап ~/.claude/ перед включением». Инструмента, который делает этот бэкап — в экосистеме Claude Code не существовало. А еще почти не существует универсальных инструментов для чистки и обслуживания вашей CC среды. Мне нужен был бэкап. Мне также нужна была чистка. За шесть дней я собрал cc-janitor — детерминированный TUI/CLI, который аудитирует, чистит и оборачивает Auto Dream наблюдаемыми, откатываемыми снапшотами. ## Почему «детерминированный» — ключевое слово В пайплайне очистки cc-janitor нет LLM. Auto Dream использует LLM — именно поэтому он может перечистить, галлюцинировать противоречия или потерять провенанс. cc-janitor использует regex, подсчёт совпадений в транскриптах, парсинг frontmatter и SHA-256 отпечатки. Если правило неоднозначно — инструмент не действует, а поверхностно показывает проблему. Решение принимаете вы.

    habr.com/ru/articles/1034614/

    #Claude_Code #Python #DevTools #Auto_Dream #open_source #ai #tools #lifehack

  17. Ever dreamed of turning your Markdown files into slide decks directly within your Git forge?

    With GitRoot, it’s now a reality! As always: no JavaScript but a lot of plugins.

    Check out the demo below to see it in action!

    Follow us to stay updated on the official release.

    #Git #Forge #SelfHost #Markdown #OpenSource #DevTools

  18. It turns out that stuffing your AGENTS.md file with every bit of info you can find might actually be hurting your coding agent performance. 📉

    New research suggests that the redundancy problem is real and that building context files incrementally is a much smarter approach. 💡

    Learn why less is more and how to build context files that actually work in our latest breakdown. 👉 developer.upsun.com/posts/ai/a

    #CodingAgents #LLM #SoftwareEngineering #DevTools

  19. Tired of chat-based AI coding tools that need constant attention?

    I built Camelot: a Kanban board for managing AI agents that code.

    ✓ Multiple agents working in parallel
    ✓ Real-time visibility into what they're doing
    ✓ Approval gates before anything ships
    ✓ Self-hosted, open-source

    Built with Elixir/Phoenix.

    🏰 camelotai.tech?utm_source=mast

    #OpenSource #AI #DevTools #ElixirLang

  20. A colleague wrote about using Meowary — my OSS tool for knowledge-driven dev. Ingest OneNote, Confluence, codebases → generate ADRs, system designs, plans. Cool to see independent adoption.

    medium.com/@mr.sean.ryan/your-

    #opensource #ai #devtools #meowary #adr #knowledgegraph

  21. A colleague wrote about using Meowary — my OSS tool for knowledge-driven dev. Ingest OneNote, Confluence, codebases → generate ADRs, system designs, plans. Cool to see independent adoption.

    medium.com/@mr.sean.ryan/your-

    #opensource #ai #devtools #meowary #adr #knowledgegraph

  22. A colleague wrote about using Meowary — my OSS tool for knowledge-driven dev. Ingest OneNote, Confluence, codebases → generate ADRs, system designs, plans. Cool to see independent adoption.

    medium.com/@mr.sean.ryan/your-

    #opensource #ai #devtools #meowary #adr #knowledgegraph

  23. A colleague wrote about using Meowary — my OSS tool for knowledge-driven dev. Ingest OneNote, Confluence, codebases → generate ADRs, system designs, plans. Cool to see independent adoption.

    medium.com/@mr.sean.ryan/your-

    #opensource #ai #devtools #meowary #adr #knowledgegraph

  24. A colleague wrote about using Meowary — my OSS tool for knowledge-driven dev. Ingest OneNote, Confluence, codebases → generate ADRs, system designs, plans. Cool to see independent adoption.

    medium.com/@mr.sean.ryan/your-

    #opensource #ai #devtools #meowary #adr #knowledgegraph

  25. AI coding agents are great, but they frequently hallucinate Laravel packages or suggest outdated ones.

    We built the LaraPlugins MCP server to fix this. Connect it, and every package your agent picks gets verified against our health directory.

    It is free. No installation required.

    Going live on Product Hunt in 15 minutes. Your support means so much to us.

    producthunt.com/products/larap

    #Laravel #PHP #MCP #AI #DevTools

  26. AI coding agents are great, but they frequently hallucinate Laravel packages or suggest outdated ones.

    We built the LaraPlugins MCP server to fix this. Connect it, and every package your agent picks gets verified against our health directory.

    It is free. No installation required.

    Going live on Product Hunt in 15 minutes. Your support means so much to us.

    producthunt.com/products/larap

    #Laravel #PHP #MCP #AI #DevTools

  27. 516 tools, one tab, all free, nothing uploaded.

    Tooltimate replaces the bookmark folder of sketchy single-purpose tool sites you've been collecting since 2017.

    arcade.pirillo.com/tooltimate.

    #WebApps #IndieDev #VibeCoding #DevTools #Productivity #AI

  28. 516 tools, one tab, all free, nothing uploaded.

    Tooltimate replaces the bookmark folder of sketchy single-purpose tool sites you've been collecting since 2017.

    arcade.pirillo.com/tooltimate.

    #WebApps #IndieDev #VibeCoding #DevTools #Productivity #AI

  29. 516 tools, one tab, all free, nothing uploaded.

    Tooltimate replaces the bookmark folder of sketchy single-purpose tool sites you've been collecting since 2017.

    arcade.pirillo.com/tooltimate.

    #WebApps #IndieDev #VibeCoding #DevTools #Productivity #AI

  30. 516 tools, one tab, all free, nothing uploaded.

    Tooltimate replaces the bookmark folder of sketchy single-purpose tool sites you've been collecting since 2017.

    arcade.pirillo.com/tooltimate.

    #WebApps #IndieDev #VibeCoding #DevTools #Productivity #AI

  31. 516 tools, one tab, all free, nothing uploaded.

    Tooltimate replaces the bookmark folder of sketchy single-purpose tool sites you've been collecting since 2017.

    arcade.pirillo.com/tooltimate.

    #WebApps #IndieDev #VibeCoding #DevTools #Productivity #AI

  32. New TUI for DeepSeek dropped! 🔥

    🤖 Terminal coding agent for DeepSeek V4

    💯 Streaming reasoning, file editing, sub-agents, MCP support & 1M-token context

    🦀 Written in Rust & built with @ratatui_rs

    ⭐ GitHub: github.com/Hmbown/DeepSeek-TUI

  33. The Netherlands has launched a pilot self-hosted Git platform using Forgejo, a fully free and open source Git forge under GPLv3+ governance 🐿️
    Multiple ministries and municipalities are onboarding to ensure code sovereignty and government-wide collaboration 🔐

    🔗 itsfoss.com/news/netherlands-f

    #TechNews #Forgejo #Git #GitHub #OpenSource #FOSS #Government #Politics #Privacy #Transparency #UserControl #Sovereignty #Collaboration #Software #DevTools #Programming #Netherlands #Public #Dutch #Europe #EU

  34. Terminal as a browser? 👀

    In this Terminal Tuesday episode, we interviewed Igor Chubin, creator of wttr.in, cheat.sh, and rate.sx 🌐

    💯 Tools serving ~100M queries/day straight from the terminal

    ▶️ Watch it here: youtube.com/watch?v=jXF0REYUk7A