Skip to content

Releases: antoine-gmnz/francois

Francois v0.17.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 22:21

What changed

  • feat(design): apply the v2 identity — acid accent and the three-slab mark
  • feat(session): add an ultracode toggle for multi-agent orchestration
  • Revert "feat(session): add an ultracode toggle for multi-agent orchestration"
  • feat(projects): move ProjectSwitcher to title bar (#36)

Full diff

Install

npm i -g francois

This is the recommended route: binaries fetched by a CLI never carry the browser's
Mark-of-the-Web / quarantine attribute, so there is no SmartScreen or Gatekeeper
prompt even though the builds are unsigned. It still registers a Start Menu /
Launchpad / applications-menu entry, so you open it like any installed app.

Or take an installer below:

  • Windows: Francois_*_x64-setup.exe (NSIS) or *_x64_en-US.msi (WiX)
  • macOS: Francois_*_universal.dmg (Apple Silicon + Intel)
  • Linux: Francois_*_amd64.AppImage or *_amd64.deb

Prerequisite: the app orchestrates the Claude Code CLI, so the machine needs
claude installed and authenticated on PATH.

Installers are unsigned — Windows SmartScreen / macOS Gatekeeper may warn on
first launch (on macOS: right-click → Open, or xattr -cr the app).

Francois v0.16.2

Choose a tag to compare

@github-actions github-actions released this 31 Jul 20:59

What changed

  • feat(app): implement self-update detection and apply

Full diff

Install

npm i -g francois

This is the recommended route: binaries fetched by a CLI never carry the browser's
Mark-of-the-Web / quarantine attribute, so there is no SmartScreen or Gatekeeper
prompt even though the builds are unsigned. It still registers a Start Menu /
Launchpad / applications-menu entry, so you open it like any installed app.

Or take an installer below:

  • Windows: Francois_*_x64-setup.exe (NSIS) or *_x64_en-US.msi (WiX)
  • macOS: Francois_*_universal.dmg (Apple Silicon + Intel)
  • Linux: Francois_*_amd64.AppImage or *_amd64.deb

Prerequisite: the app orchestrates the Claude Code CLI, so the machine needs
claude installed and authenticated on PATH.

Installers are unsigned — Windows SmartScreen / macOS Gatekeeper may warn on
first launch (on macOS: right-click → Open, or xattr -cr the app).

Francois v0.16.1

Choose a tag to compare

@github-actions github-actions released this 31 Jul 16:27

What changed

  • docs: sync README, PIPELINE and PROJECT with the shipped feature set

Full diff

Install

npm i -g francois

This is the recommended route: binaries fetched by a CLI never carry the browser's
Mark-of-the-Web / quarantine attribute, so there is no SmartScreen or Gatekeeper
prompt even though the builds are unsigned. It still registers a Start Menu /
Launchpad / applications-menu entry, so you open it like any installed app.

Or take an installer below:

  • Windows: Francois_*_x64-setup.exe (NSIS) or *_x64_en-US.msi (WiX)
  • macOS: Francois_*_universal.dmg (Apple Silicon + Intel)
  • Linux: Francois_*_amd64.AppImage or *_amd64.deb

Prerequisite: the app orchestrates the Claude Code CLI, so the machine needs
claude installed and authenticated on PATH.

Installers are unsigned — Windows SmartScreen / macOS Gatekeeper may warn on
first launch (on macOS: right-click → Open, or xattr -cr the app).

Francois v0.16.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 15:34

What changed

  • feat(session): implement session rename feature (#32)

Full diff

Install

npm i -g francois

This is the recommended route: binaries fetched by a CLI never carry the browser's
Mark-of-the-Web / quarantine attribute, so there is no SmartScreen or Gatekeeper
prompt even though the builds are unsigned. It still registers a Start Menu /
Launchpad / applications-menu entry, so you open it like any installed app.

Or take an installer below:

  • Windows: Francois_*_x64-setup.exe (NSIS) or *_x64_en-US.msi (WiX)
  • macOS: Francois_*_universal.dmg (Apple Silicon + Intel)
  • Linux: Francois_*_amd64.AppImage or *_amd64.deb

Prerequisite: the app orchestrates the Claude Code CLI, so the machine needs
claude installed and authenticated on PATH.

Installers are unsigned — Windows SmartScreen / macOS Gatekeeper may warn on
first launch (on macOS: right-click → Open, or xattr -cr the app).

Francois v0.15.9

Choose a tag to compare

@github-actions github-actions released this 31 Jul 14:11

What changed

  • feat(app-shell): collapsible right-column panels

Full diff

Install

npm i -g francois

This is the recommended route: binaries fetched by a CLI never carry the browser's
Mark-of-the-Web / quarantine attribute, so there is no SmartScreen or Gatekeeper
prompt even though the builds are unsigned. It still registers a Start Menu /
Launchpad / applications-menu entry, so you open it like any installed app.

Or take an installer below:

  • Windows: Francois_*_x64-setup.exe (NSIS) or *_x64_en-US.msi (WiX)
  • macOS: Francois_*_universal.dmg (Apple Silicon + Intel)
  • Linux: Francois_*_amd64.AppImage or *_amd64.deb

Prerequisite: the app orchestrates the Claude Code CLI, so the machine needs
claude installed and authenticated on PATH.

Installers are unsigned — Windows SmartScreen / macOS Gatekeeper may warn on
first launch (on macOS: right-click → Open, or xattr -cr the app).

Francois v0.15.8

Choose a tag to compare

@github-actions github-actions released this 31 Jul 14:00

What changed

  • fix(project): persist ProjectDefaults.accountId
  • feat(account): mirror the global ~/.claude into each account config dir

Full diff

Install

npm i -g francois

This is the recommended route: binaries fetched by a CLI never carry the browser's
Mark-of-the-Web / quarantine attribute, so there is no SmartScreen or Gatekeeper
prompt even though the builds are unsigned. It still registers a Start Menu /
Launchpad / applications-menu entry, so you open it like any installed app.

Or take an installer below:

  • Windows: Francois_*_x64-setup.exe (NSIS) or *_x64_en-US.msi (WiX)
  • macOS: Francois_*_universal.dmg (Apple Silicon + Intel)
  • Linux: Francois_*_amd64.AppImage or *_amd64.deb

Prerequisite: the app orchestrates the Claude Code CLI, so the machine needs
claude installed and authenticated on PATH.

Installers are unsigned — Windows SmartScreen / macOS Gatekeeper may warn on
first launch (on macOS: right-click → Open, or xattr -cr the app).

Francois v0.15.7

Choose a tag to compare

@github-actions github-actions released this 31 Jul 12:46

What changed

  • chore(pipeline): drop the bundled 1.1.0 core, reconcile to cohorte 1.3.2, freeze session-attachments
  • feat(session): add file/clipboard attachment support
  • chore(pipeline): reconcile generated files to cohorte 1.3.3
  • fix(core): restore use tauri::Manager so the Windows build compiles
  • feat(conversation): recall sent messages with arrow-up in the composer
  • chore(spec): mark message-history shipped
  • chore(pipeline): reconcile generated files to cohorte 1.3.4
  • fix(projects): make the titlebar project button switch projects
  • fix(conversation): prevent caret movement on repeat ArrowUp at oldest history entry
  • feat(account): add multi-account support
  • fix(session): never count a link's own size in removed_bytes

Full diff

Install

npm i -g francois

This is the recommended route: binaries fetched by a CLI never carry the browser's
Mark-of-the-Web / quarantine attribute, so there is no SmartScreen or Gatekeeper
prompt even though the builds are unsigned. It still registers a Start Menu /
Launchpad / applications-menu entry, so you open it like any installed app.

Or take an installer below:

  • Windows: Francois_*_x64-setup.exe (NSIS) or *_x64_en-US.msi (WiX)
  • macOS: Francois_*_universal.dmg (Apple Silicon + Intel)
  • Linux: Francois_*_amd64.AppImage or *_amd64.deb

Prerequisite: the app orchestrates the Claude Code CLI, so the machine needs
claude installed and authenticated on PATH.

Installers are unsigned — Windows SmartScreen / macOS Gatekeeper may warn on
first launch (on macOS: right-click → Open, or xattr -cr the app).

Francois v0.15.6

Choose a tag to compare

@github-actions github-actions released this 31 Jul 09:46

What changed

  • feat(workflows): pane [6] — live Workflow tool runs off the session stream

Full diff

Install

npm i -g francois

This is the recommended route: binaries fetched by a CLI never carry the browser's
Mark-of-the-Web / quarantine attribute, so there is no SmartScreen or Gatekeeper
prompt even though the builds are unsigned. It still registers a Start Menu /
Launchpad / applications-menu entry, so you open it like any installed app.

Or take an installer below:

  • Windows: Francois_*_x64-setup.exe (NSIS) or *_x64_en-US.msi (WiX)
  • macOS: Francois_*_universal.dmg (Apple Silicon + Intel)
  • Linux: Francois_*_amd64.AppImage or *_amd64.deb

Prerequisite: the app orchestrates the Claude Code CLI, so the machine needs
claude installed and authenticated on PATH.

Installers are unsigned — Windows SmartScreen / macOS Gatekeeper may warn on
first launch (on macOS: right-click → Open, or xattr -cr the app).

Francois v0.15.5

Choose a tag to compare

@github-actions github-actions released this 31 Jul 09:23

What changed

  • fix(usage-bar): parse whole-hour reset times instead of showing "resets now"
  • fix(core): import Manager so the windows chrome tint compiles

Full diff

Install

npm i -g francois

This is the recommended route: binaries fetched by a CLI never carry the browser's
Mark-of-the-Web / quarantine attribute, so there is no SmartScreen or Gatekeeper
prompt even though the builds are unsigned. It still registers a Start Menu /
Launchpad / applications-menu entry, so you open it like any installed app.

Or take an installer below:

  • Windows: Francois_*_x64-setup.exe (NSIS) or *_x64_en-US.msi (WiX)
  • macOS: Francois_*_universal.dmg (Apple Silicon + Intel)
  • Linux: Francois_*_amd64.AppImage or *_amd64.deb

Prerequisite: the app orchestrates the Claude Code CLI, so the machine needs
claude installed and authenticated on PATH.

Installers are unsigned — Windows SmartScreen / macOS Gatekeeper may warn on
first launch (on macOS: right-click → Open, or xattr -cr the app).

Francois v0.15.3

Choose a tag to compare

@github-actions github-actions released this 30 Jul 14:45

What changed

  • fix: mac build

Full diff

Install

npm i -g francois

This is the recommended route: binaries fetched by a CLI never carry the browser's
Mark-of-the-Web / quarantine attribute, so there is no SmartScreen or Gatekeeper
prompt even though the builds are unsigned. It still registers a Start Menu /
Launchpad / applications-menu entry, so you open it like any installed app.

Or take an installer below:

  • Windows: Francois_*_x64-setup.exe (NSIS) or *_x64_en-US.msi (WiX)
  • macOS: Francois_*_universal.dmg (Apple Silicon + Intel)
  • Linux: Francois_*_amd64.AppImage or *_amd64.deb

Prerequisite: the app orchestrates the Claude Code CLI, so the machine needs
claude installed and authenticated on PATH.

Installers are unsigned — Windows SmartScreen / macOS Gatekeeper may warn on
first launch (on macOS: right-click → Open, or xattr -cr the app).