Skip to content

docs: surface live visual updates in assistant search guidance#54

Merged
Jammy2211 merged 1 commit into
mainfrom
feature/live-visual-update-context
Jul 10, 2026
Merged

docs: surface live visual updates in assistant search guidance#54
Jammy2211 merged 1 commit into
mainfrom
feature/live-visual-update-context

Conversation

@Jammy2211

Copy link
Copy Markdown
Collaborator

Closes #53.

Summary

  • skills/al_configure_search.md: Live visual updates branch — ask once on interactive production fits; foreground script → matplotlib viewer, Jupyter/Colab → in-place cell refresh, HPC/headless/background → keep False; fit.png written on every quick update regardless; iterations_per_quick_update sets the cadence.
  • skills/al_run_search.md: operational reminder; never re-ask when the search configuration records the choice.
  • wiki/core/api/searches.md Shared knobs: live_visual_update documented, grounded on the installed abstract_search.py (common-base-class param, reaches af.Nautilus via **kwargs, config-fallback default False); quick/full-update bullet enriched with config fallback pointers.
  • config/general.yaml: updates: and hpc: synced with autolens_workspace — quick_update_background + live_visual_update added (all false; HPC comments state why they stay off).

No new mode, standalone skill, or root AGENTS.md section (per the prompt's constraints).

Scripts Changed

None — skill docs, one wiki/core page, and config defaults only.

Validation

  • Installed-API grounding: live_visual_update verified on AbstractSearch.__init__ (not on the stale docs path); iterations_per_quick_update verified in the Nautilus signature.
  • Config loads through autoconf: all new keys resolve with expected values.
  • --check-citations: 91 files, 389 citations, 0 missing.

Readiness

Heart YELLOW on the standing 6-reason set only (human-acked repeatedly 2026-07-10); assistant-repo change, not on the library release train.

🤖 Generated with Claude Code

al_configure_search gains an ask-once Live visual updates branch
(environment-sensitive: script viewer / notebook in-place / HPC keep False;
fit.png always written; iterations_per_quick_update cadence); al_run_search
gets a no-re-asking operational reminder; wiki/core/api/searches.md Shared
knobs documents live_visual_update grounded on installed abstract_search.py
(reaches Nautilus via **kwargs, config default False); config/general.yaml
updates:/hpc: synced with autolens_workspace (quick_update_background +
live_visual_update, all false, HPC explicitly off). wiki/core edit made under
the maintainer workflow that owns search-API currency.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@Jammy2211
Jammy2211 merged commit 16eaca3 into main Jul 10, 2026
1 check failed
@Jammy2211
Jammy2211 deleted the feature/live-visual-update-context branch July 10, 2026 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: surface live visual updates in assistant search guidance

1 participant