Skip to content

Feature/add search - #1

Merged
walief merged 35 commits into
mainfrom
feature/add-search
Jun 24, 2026
Merged

Feature/add search#1
walief merged 35 commits into
mainfrom
feature/add-search

Conversation

@walief

@walief walief commented Jun 24, 2026

Copy link
Copy Markdown
Owner

No description provided.

DanWahlin and others added 30 commits May 25, 2026 05:53
…from CLI v1.0.49–1.0.52

New features added to course content:
- /security-review slash command (v1.0.51): added to ch03 Code Review workflow and ch01 command table
- /memory on|off|show (v1.0.49): added to ch02 session management section and ch01 command table, plus GLOSSARY
- /compact focus instructions (v1.0.52): updated ch02 /compact section with optional focus instructions syntax
- /usage quota progress bars note (v1.0.52): updated ch01 command table description
- Secret scanning for commits/PRs (v1.0.51): mentioned in ch03 /security-review section

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…eatures-3b534790f14023c7

[bot] Add /security-review, /memory, and /compact focus instructions (CLI v1.0.49–1.0.52)
- Implement search_books in samples/book-app-project/books.py
- Add CLI `search` command in samples/book-app-project/book_app.py
- Add unit tests for search behavior in samples/book-app-project/tests/test_books.py
- Update README with search usage examples
- Update .github/copilot-instructions.md and add Playwright demo scaffold

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…-a34a1e0fb1bb4e29

[bot] Add traffic data for week of 05/25 – 05/31
Update installation commands for awesome-copilot skills
Add /voice command to the Additional Commands reference in Chapter 01.
The /voice command (added in v1.0.59) lets users dictate prompts using
local speech-to-text models instead of typing.

Add -r as a shorthand for --resume in Chapter 02's session management
section. The -r flag (added in v1.0.60) saves typing when resuming
sessions.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…-shorthand-7cc6cb2aaff84e60

[bot] Add /voice command and -r resume shorthand from recent CLI releases
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…6-07-73ca1b627b884b1e

[bot] Add traffic data for week of 06/01 – 06/07
Add commented GitHub Learn frontmatter to the course README files and include the course-level metadata files.

Rename image asset folders to assets and update Markdown, instructions, and helper scripts to match the new paths.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Generate content-engine schema and directory indexes during the copy step so the source repo does not need root migration metadata files. Also unwrap hidden Markdown metadata only in the copied output and add missing hidden metadata for optional pages.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…erated-metadata

Fix content-engine metadata copy
….61-62

- Add /settings slash command to Chapter 01's Agent Environment table
  (interactive dialog to browse and edit all user settings)
- Add /app slash command to Chapter 01's Help and Feedback table
  (opens GitHub app or browser fallback from the CLI)
- Update Chapter 06 MCP Configuration File section to mention .github/mcp.json
  as a new workspace-level config location (auto-loaded alongside .mcp.json)
- Add ~/.copilot/instructions/**/*.instructions.md to Chapter 04's Instruction
  File Formats table as a user-level instruction location that applies across
  all projects

Features from GitHub Copilot CLI v1.0.61 (2026-06-09) and v1.0.62 (2026-06-13).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…-eb79ea54f877d722

[bot] Add traffic data for week of 06/08 – 06/14
…n-instructions-2026-06-15-9bffa6c6acbed215

[bot] Add /settings, /app commands and new config locations (v1.0.61–v1.0.62)
…pe note

- Add /every, /after, /loop commands to Session table in Ch01 (v1.0.61+)
- Add /worktree command to Code table in Ch01 (v1.0.61)
- Add model family aliases tip (opus/sonnet/haiku/gpt/gemini) in Ch01 (v1.0.64-1)
- Add agent mode session-scoped note to Ch04 (v1.0.63)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…-5bb96a505f7ab941

[bot] Add traffic data for week of 06/15 – 06/21
DanWahlin and others added 5 commits June 24, 2026 10:24
…6-7678b7474fb75d47

[bot] Add /worktree, /every, /after, model aliases, and agent session-scope note
Replace function-based command dispatch with Command abstract base class.
Each command is now self-contained, testable, and easy to extend.

Improvements:
- Commands inherit from Command ABC (execute, help methods)
- CommandDispatcher manages registration and execution
- Added prompt_required() for validated input with retry
- Better error handling with consistent status indicators (✓/✗)
- Improved type hints (List[Book] instead of List[Any])
- All tests pass

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@walief
walief merged commit 2a5b7f4 into main Jun 24, 2026
5 of 6 checks passed
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.

2 participants