FylloCode

Fio ยท Messaging & Communication

Version 0.15.1 Open Source x64 windows
โฌ‡ Download (0.15.1) OFFICIAL SITE โ†— โœ“ From the official source, SHA-256 verified

FylloCode is a Open Source Windows program in the Messaging & Communication category, developed by Fio. The current version is 0.15.1; you can download it safely from its official source with the download button above.

In this new era, the work that really needs our attention is no longer repetitive coding, but higher-level business understanding and architecture design. The future workflow I have in mind is: understand the business โ†’ think through the architecture โ†’ write a Proposal โ†’ review the Proposal โ†’ let the Agent implement it automatically, then move on to the next Proposal. That thinking led me to build FylloCode โ€” a step from Vibe Coding toward Agentic Coding. How FylloCode Solves It FylloCode enforces a structured workflow that separates thinking from doing: โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚ Task โ”‚ โ”€โ”€โ†’ โ”‚ Chat/Proposal โ”‚ โ”€โ”€โ†’ โ”‚ Apply โ”‚ โ”€โ”€โ†’ โ”‚ Archive โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ What to โ”‚ โ”‚ Agent explores โ”‚ โ”‚ Agent โ”‚ โ”‚ Specs โ”‚ โ”‚ work on โ”‚ โ”‚ codebase and โ”‚ โ”‚ implementsโ”‚ โ”‚ updated, โ”‚ โ”‚ โ”‚ โ”‚ writes a plan โ”‚ โ”‚ the plan โ”‚ โ”‚ change โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ recorded โ”‚ โ”‚ โ”‚ โ”‚ โžœ YOU REVIEW โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ Task โ€” Pick a task from your local list or synced from platforms like Yunxiao. One click sends it to Chat. Chat / Proposal โ€” The Agent explores your codebase, asks clarifying questions, and produces a structured proposal (what to change, which files, acceptance criteria). The Agent is prohibited from writing code in this stage. You review, edit, and approve the proposal before anything else happens. Apply โ€” A fresh Agent session implements the approved proposal task-by-task. It reads only the proposal artifacts โ€” not the Chat history โ€” so every decision must be captured in writing, not left in context-window memory. Archive โ€” Specs are updated, the change is recorded with full traceability. Your project's knowledge base grows with every shipped change. Why Separating Thinking from Execution Matters Most Coding Agents understand a task and write code in the same session. Any misunderstanding becomes code directly, and code is expensive to review. FylloCode physically separates understanding from execution. Misunderstandings can only become proposal text โ€” and text is cheap to review. A 2-minute proposal review catches problems that would take 20 minutes to find in a diff. Features Agent Protocol (ACP) FylloCode connects to any Coding Agent through ACP (Agent Client Protocol). Claude Code, Codex, or any ACP-compatible agent โ€” one protocol, one interface, without juggling a pile of terminal windows. There are currently 35 agents available in the ACP Registry, with support for parallel chats and parallel Proposal Apply runs. System Reminders Each workflow stage injects a system reminder that constrains what the Agent can and cannot do. In Chat, the Agent is instructed to explore and propose, not code. In Apply, it follows the approved task list. This isn't a suggestion โ€” it's a hard boundary enforced at session start. Task Panel View and manage tasks from your local list or synced from external platforms. Tasks serve as the entry point to the entire workflow โ€” select a task, start a Chat, and the Agent begins with full context. Integration with Development Platforms Connect to platforms like Yunxiao (Alibaba Cloud DevOps) at the provider level โ€” one authentication, multiple tools across task management, source code, and CI/CD. More platform integrations (GitHub, TAPD, Jira, etc.) are planned. Task integrations use APIs instead of Agent Skills by design. API calls are fast and do not spend tokens, so tokens stay focused on the work that actually needs reasoning. Workflow Editor Define and customize multi-stage workflows. Built-in templates get you started; edit the YAML to fit your team's process. OpenSpec-Driven Proposals Proposals are structured artifacts โ€” not chat messages. Each proposal contains a design document, spec changes, and a concrete task list with file paths and acceptance criteria. The built-in fyllo-specs MCP server manages the full lifecycle: explore โ†’ create-proposal โ†’ apply-change โ†’ archive-change. Streaming Rendering Engine FylloCode uses markstream-vue as its streaming rendering engine. It is fast and smooth, with built-in integration for Monaco Editor, KaTeX, and Mermaid. While working on Proposals, it can render flowcharts and formatted specs in real time, making architecture flows and business logic easier to inspect. Engineering Guardrails FylloCode provides two layers of engineering guardrails: - Soft constraints โ€” Capture engineering conventions as Guidelines and continuously maintain them through the built-in fyllo-skills MCP server, without manual upkeep. - Hard constraints โ€” Agents may not always follow Guidelines perfectly, so FylloCode's health checks establish engineering-level enforcement through lint, test runners, git hooks, and CI.

โœจ Features

agentagenticaichatbotcodecodinglarge-language-modelllmprogramming

๐Ÿ“ Release notes (0.15.1)

This release improves Session configuration and long-conversation navigation in Chat, and fixes Plan creation in multi-root Workspaces. The configuration entry stays compact as Agents expose more options, while the prompt timeline keeps the complete history accessible at a fixed visual density. Added - The Chat prompt timeline can preview up to five nearby prompts and pin a complete prompt list. Dragging, scrolling the wheel, clicking, and keyboard controls can navigate the full history, while the pinned list scrolls independently. Changed - The ChatPrompt footer now collects Agent-provided non-mode Session configuration in one menu. The trigger prioritizes a model and thought-level summary, select options use submenus, and boolean options can be toggled directly as top-level checkboxes. - The prompt timeline shows one guide for each of 2โ€“10 prompts, then stays at 10 guides for longer conversations. A separate teal thumb tracks the current reading position without increasing the timeline height as the conversation grows. Fixed - Fixed fyllo-specs create-plan failing in multi-root Workspaces because it incorrectly required a unique Folder owner. Plans remain isolated by Workspace and Session, while Proposal ownership and validation are unchanged. Notes - The application version is now 0.15.1. - The fyllo-specs MCP server is now 0.10.1, fixing create-plan in multi-root Workspaces without changing tool inputs, outputs, or the session-scoped Plan semantics. - The fyllo-cortex MCP server remains at 0.7.0; this release does not modify that server.

All release notes โ†’

SHA-256: 0B03A972DD7A9ECEAD767D2537B1F186CC8799B238215F722C0B4E5E950347C1

๐ŸŽฏ Similar software

Yudum

Since 1998, from all over the world โ€” chat, radio, games and more.

Join the chat Sign up free

18+ only โ€” live chat, voice and video on Yudum are for adults. Why?

3716
news
5962
profiles
835
recipes
382
dream entries
32
quizzes
157
members